Home
last modified time | relevance | path

Searched refs:NotifyCompleteFreeInstall (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddms_free_install_callback.cpp38 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info_, taskId_, resultCode); in OnInstallFinished()
H A Ddistributed_sched_service.cpp2942 int32_t DistributedSchedService::NotifyCompleteFreeInstall( in NotifyCompleteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedService
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.cpp208 int32_t MockDistributedSched::NotifyCompleteFreeInstall( in NotifyCompleteFreeInstall() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h90 …int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
H A Ddistributed_sched_continuation_test.cpp1347 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, -1, 0);
1365 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, MOCK_TASK_ID, 0);
H A Ddistributed_sched_service_second_test.cpp334 int32_t result = DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, 1, -1);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_service.h196 …int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);