Searched refs:NotifyCompleteFreeInstall (Results 1 - 7 of 7) sorted by relevance
/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 | 3218 int32_t DistributedSchedService::NotifyCompleteFreeInstall( in NotifyCompleteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedService
|
/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 | 1335 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, -1, 0);
in HWTEST_F() 1353 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, MOCK_TASK_ID, 0);
in HWTEST_F()
|
H A D | distributed_sched_service_second_test.cpp | 294 * @tc.desc: call NotifyCompleteFreeInstall 329 * @tc.steps: step1. call NotifyCompleteFreeInstall when resultCode is not ERR_OK. in HWTEST_F() 332 int32_t result = DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, 1, -1); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_service.h | 198 int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);
|
Completed in 16 milliseconds