Home
last modified time | relevance | path

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

/foundation/communication/ipc/services/dbinder/test/fuzztest/loadsystemabilitycomplete_fuzzer/
Dloadsystemabilitycomplete_fuzzer.cpp43 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject); in AttachBusNameObjectTest()
/foundation/communication/ipc/interfaces/innerkits/libdbinder/include/
Ddbinder_service.h293 void LoadSystemAbilityComplete(const std::string& srcNetworkId, int32_t systemAbilityId,
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_unittest.cpp1141 dBinderService->LoadSystemAbilityComplete("test", 2, remoteObject);
1142 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject);
1144 dBinderService->LoadSystemAbilityComplete(srcNetworkId, systemAbilityId, remoteObject1);
/foundation/communication/ipc/services/dbinder/dbinder_service/src/
Ddbinder_service.cpp496 void DBinderService::LoadSystemAbilityComplete(const std::string& srcNetworkId, int32_t systemAbili… in LoadSystemAbilityComplete() function in OHOS::DBinderService
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
Dsystem_ability_manager.cpp1869 dBinderService_->LoadSystemAbilityComplete(srcDeviceId, systemAbilityId, remoteObject); in NotifyRpcLoadCompleted()