Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Dmock_distributed_sched.cpp203 int32_t MockDistributedSched::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCod… 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()
1382 DistributedSchedService::GetInstance().NotifyCompleteFreeInstallFromRemote(-1, 0);
1399 DistributedSchedService::GetInstance().NotifyCompleteFreeInstallFromRemote(MOCK_TASK_ID, 0);
1908 int32_t ret = proxy->NotifyCompleteFreeInstallFromRemote(1, 1);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_proxy.h90 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
H A Ddistributed_sched_interface.h161 virtual int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function
H A Ddistributed_sched_service.h195 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_service.cpp225 NotifyCompleteFreeInstallFromRemote(taskId, AAFwk::FREE_INSTALL_TIMEOUT); in DoStart()
3026 return remoteDms->NotifyCompleteFreeInstallFromRemote(taskId, resultCode); in HandleRemoteNotify()
3029 int32_t DistributedSchedService::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t result… in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
H A Ddistributed_sched_proxy.cpp953 int32_t DistributedSchedProxy::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCo… in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_stub.cpp1552 int32_t result = NotifyCompleteFreeInstallFromRemote(taskId, resultCode); in NotifyCompleteFreeInstallFromRemoteInner()