Home
last modified time | relevance | path

Searched refs:NotifyCompleteFreeInstallFromRemote (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h161 virtual int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::IDistributedSched
H A Ddistributed_sched_proxy.h90 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
H A Ddistributed_sched_service.h197 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.cpp203 int32_t MockDistributedSched::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h89 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
H A Ddistributed_sched_continuation_test.cpp129 NotifyCompleteFreeInstallFromRemote(taskId, FREE_INSTALL_TIMEOUT); in MockOnStart()
1370 DistributedSchedService::GetInstance().NotifyCompleteFreeInstallFromRemote(-1, 0); in HWTEST_F()
1387 DistributedSchedService::GetInstance().NotifyCompleteFreeInstallFromRemote(MOCK_TASK_ID, 0); in HWTEST_F()
1873 * @tc.desc: call dms proxy NotifyCompleteFreeInstallFromRemote
1882 int32_t ret = proxy->NotifyCompleteFreeInstallFromRemote(1, 1); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp957 int32_t DistributedSchedProxy::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_service.cpp231 NotifyCompleteFreeInstallFromRemote(taskId, AAFwk::FREE_INSTALL_TIMEOUT); in DoStart()
3302 return remoteDms->NotifyCompleteFreeInstallFromRemote(taskId, resultCode); in HandleRemoteNotify()
3305 int32_t DistributedSchedService::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
H A Ddistributed_sched_stub.cpp1599 int32_t result = NotifyCompleteFreeInstallFromRemote(taskId, resultCode); in NotifyCompleteFreeInstallFromRemoteInner()

Completed in 19 milliseconds