Home
last modified time | relevance | path

Searched refs:LoadRemoteSystemAbilityInner (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/include/
H A Dsystem_ability_manager_stub.h120 return stub->LoadRemoteSystemAbilityInner(data, reply); in LocalLoadRemoteSystemAbility()
198 int32_t LoadRemoteSystemAbilityInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_mgr_stub_test.cpp1062 int32_t result = saMgr->LoadRemoteSystemAbilityInner(data, reply);
1078 int32_t result = saMgr->LoadRemoteSystemAbilityInner(data, reply);
1096 int32_t result = saMgr->LoadRemoteSystemAbilityInner(data, reply);
1116 int32_t result = saMgr->LoadRemoteSystemAbilityInner(data, reply);
1132 int32_t result = saMgr->LoadRemoteSystemAbilityInner(data, reply);
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dsystem_ability_manager_stub.cpp681 int32_t SystemAbilityManagerStub::LoadRemoteSystemAbilityInner(MessageParcel& data, MessageParcel& … in LoadRemoteSystemAbilityInner() function in OHOS::SystemAbilityManagerStub