Searched refs:NotifyFreeInstallResult (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dms_callback_task.cpp | 175 … DistributedSchedService::GetInstance().NotifyFreeInstallResult(it->second, DEVICE_OFFLINE_ERR); in NotifyDeviceOffline()
|
H A D | distributed_sched_service.cpp | 2906 NotifyFreeInstallResult(item, result); in StartRemoteFreeInstall() 3040 return NotifyFreeInstallResult(item, resultCode); in NotifyCompleteFreeInstallFromRemote() 3055 int32_t DistributedSchedService::NotifyFreeInstallResult(const CallbackTaskItem item, int32_t resul… in NotifyFreeInstallResult() function in OHOS::DistributedSchedule::DistributedSchedService
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | free_install_manager.h | 216 …void NotifyFreeInstallResult(int32_t recordId, const Want &want, int resultCode, bool isAsync = fa…
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/ |
H A D | applicationanrlistener_fuzzer.cpp | 132 freeInstallManager->NotifyFreeInstallResult(*want, intParam); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 254 void FreeInstallManager::NotifyFreeInstallResult(int32_t recordId, const Want &want, int resultCode… in NotifyFreeInstallResult() function in OHOS::AAFwk::FreeInstallManager 537 NotifyFreeInstallResult(recordId, want, resultCode, isAsync); in OnInstallFinished() 572 NotifyFreeInstallResult(recordId, want, resultCode); in OnRemoteInstallFinished()
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 136 int32_t NotifyFreeInstallResult(const CallbackTaskItem item, int32_t resultCode);
|