Searched refs:LoadSystemAbilityComplete (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/loadsystemabilitycomplete_fuzzer/ |
H A D | loadsystemabilitycomplete_fuzzer.cpp | 43 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject); in AttachBusNameObjectTest()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/ |
H A D | dbinder_service.h | 293 void LoadSystemAbilityComplete(const std::string& srcNetworkId, int32_t systemAbilityId,
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_unittest.cpp | 1318 dBinderService->LoadSystemAbilityComplete("test", 2, remoteObject); 1319 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject); 1322 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject1);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/dbinder_service/src/ |
H A D | dbinder_service.cpp | 542 void DBinderService::LoadSystemAbilityComplete(const std::string& srcNetworkId, int32_t systemAbili… in LoadSystemAbilityComplete() function in OHOS::DBinderService
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | system_ability_manager.cpp | 1960 dBinderService_->LoadSystemAbilityComplete(srcDeviceId, systemAbilityId, remoteObject); in NotifyRpcLoadCompleted()
|