Home
last modified time | relevance | path

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

/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.cpp3182 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 Dapplicationanrlistener_fuzzer.cpp132 freeInstallManager->NotifyFreeInstallResult(*want, intParam); in DoSomethingInterestingWithMyAPI()
/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 = false);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_manager.cpp255 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 Ddistributed_sched_service.h138 int32_t NotifyFreeInstallResult(const CallbackTaskItem item, int32_t resultCode);

Completed in 11 milliseconds