Home
last modified time | relevance | path

Searched refs:NotifyFreeInstallResult (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_callback_task.cpp175 … DistributedSchedService::GetInstance().NotifyFreeInstallResult(it->second, DEVICE_OFFLINE_ERR); in NotifyDeviceOffline()
H A Ddistributed_sched_service.cpp2906 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 Dfree_install_manager.h216 …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 Dapplicationanrlistener_fuzzer.cpp132 freeInstallManager->NotifyFreeInstallResult(*want, intParam); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp254 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 Ddistributed_sched_service.h136 int32_t NotifyFreeInstallResult(const CallbackTaskItem item, int32_t resultCode);