Home
last modified time | relevance | path

Searched refs:LoadSystemAbilityComplete (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/ipc/services/dbinder/test/fuzztest/loadsystemabilitycomplete_fuzzer/
H A Dloadsystemabilitycomplete_fuzzer.cpp43 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject); in AttachBusNameObjectTest()
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
H A Ddbinder_service.h293 void LoadSystemAbilityComplete(const std::string& srcNetworkId, int32_t systemAbilityId,
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp1318 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 Ddbinder_service.cpp542 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 Dsystem_ability_manager.cpp1960 dBinderService_->LoadSystemAbilityComplete(srcDeviceId, systemAbilityId, remoteObject); in NotifyRpcLoadCompleted()