Searched refs:NotifyFreeInstallResult (Results 1 - 6 of 6) sorted by relevance
/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 | 3182 NotifyFreeInstallResult(item, result); in StartRemoteFreeInstall() 3316 return NotifyFreeInstallResult(item, resultCode); in NotifyCompleteFreeInstallFromRemote() 3331 int32_t DistributedSchedService::NotifyFreeInstallResult(const CallbackTaskItem item, int32_t resultCode) in NotifyFreeInstallResult() function in OHOS::DistributedSchedule::DistributedSchedService
|
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/ |
H A D | applicationanrlistener_fuzzer.cpp | 132 freeInstallManager->NotifyFreeInstallResult(*want, intParam); in DoSomethingInterestingWithMyAPI()
|
/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 = false);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | free_install_manager.cpp | 255 void FreeInstallManager::NotifyFreeInstallResult(int32_t recordId, const Want &want, int resultCode, bool isAsync) in NotifyFreeInstallResult() function in OHOS::AAFwk::FreeInstallManager 540 NotifyFreeInstallResult(recordId, want, resultCode, isAsync); in OnInstallFinished() 577 NotifyFreeInstallResult(recordId, want, resultCode); in OnRemoteInstallFinished()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 138 int32_t NotifyFreeInstallResult(const CallbackTaskItem item, int32_t resultCode);
|
Completed in 11 milliseconds