Searched refs:NotifyCompleteFreeInstall (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dms_free_install_callback.cpp | 38 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info_, taskId_, resultCode); in OnInstallFinished()
|
H A D | distributed_sched_service.cpp | 2942 int32_t DistributedSchedService::NotifyCompleteFreeInstall( in NotifyCompleteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedService
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_distributed_sched.cpp | 208 int32_t MockDistributedSched::NotifyCompleteFreeInstall( in NotifyCompleteFreeInstall() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 90 …int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
|
H A D | distributed_sched_continuation_test.cpp | 1347 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, -1, 0); 1365 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, MOCK_TASK_ID, 0);
|
H A D | distributed_sched_service_second_test.cpp | 334 int32_t result = DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, 1, -1);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 196 …int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
|