Home
last modified time | relevance | path

Searched refs:GetSystemAbilityInner (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.cpp43 int32_t SystemAbilityManagerStub::GetSystemAbilityInner(MessageParcel& data, MessageParcel& reply) in GetSystemAbilityInner() function in OHOS::SystemAbilityManagerStub
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h75 return stub->GetSystemAbilityInner(data, reply); in LocalGetSystemAbility()
189 int32_t GetSystemAbilityInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp874 int32_t result = saMgr->GetSystemAbilityInner(data, reply);
891 int32_t result = saMgr->GetSystemAbilityInner(data, reply);
911 int32_t result = saMgr->GetSystemAbilityInner(data, reply);
2909 int32_t result = saMgr->GetSystemAbilityInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp507 int32_t SystemAbilityManagerStub::GetSystemAbilityInner(MessageParcel& data, MessageParcel& reply) in GetSystemAbilityInner() function in OHOS::SystemAbilityManagerStub