Home
last modified time | relevance | path

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

/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.cpp3218 int32_t DistributedSchedService::NotifyCompleteFreeInstall( in NotifyCompleteFreeInstall() function in OHOS::DistributedSchedule::DistributedSchedService
/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.cpp1335 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, -1, 0); in HWTEST_F()
1353 DistributedSchedService::GetInstance().NotifyCompleteFreeInstall(info, MOCK_TASK_ID, 0); in HWTEST_F()
H A Ddistributed_sched_service_second_test.cpp294 * @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 Ddistributed_sched_service.h198 int32_t NotifyCompleteFreeInstall(const FreeInstallInfo& info, int64_t taskId, int32_t resultCode);

Completed in 16 milliseconds