Home
last modified time | relevance | path

Searched refs:RemoveSystemAbilityInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_system_ability_manager_stub.cpp64 int32_t SystemAbilityManagerStub::RemoveSystemAbilityInner(MessageParcel& data, MessageParcel& repl… in RemoveSystemAbilityInner() function in OHOS::SystemAbilityManagerStub
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h90 return stub->RemoveSystemAbilityInner(data, reply); in LocalRemoveSystemAbility()
192 int32_t RemoveSystemAbilityInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp228 int32_t result = saMgr->RemoveSystemAbilityInner(data, reply);
979 int32_t result = saMgr->RemoveSystemAbilityInner(data, reply);
996 int32_t result = saMgr->RemoveSystemAbilityInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp567 int32_t SystemAbilityManagerStub::RemoveSystemAbilityInner(MessageParcel& data, MessageParcel& repl… in RemoveSystemAbilityInner() function in OHOS::SystemAbilityManagerStub