Searched refs:NotifyCompleteFreeInstallFromRemote (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_distributed_sched.cpp | 203 int32_t MockDistributedSched::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCod… in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 89 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
|
H A D | distributed_sched_continuation_test.cpp | 129 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 D | distributed_sched_proxy.h | 90 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
|
H A D | distributed_sched_interface.h | 161 virtual int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function
|
H A D | distributed_sched_service.h | 195 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_service.cpp | 225 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 D | distributed_sched_proxy.cpp | 953 int32_t DistributedSchedProxy::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCo… in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_stub.cpp | 1552 int32_t result = NotifyCompleteFreeInstallFromRemote(taskId, resultCode); in NotifyCompleteFreeInstallFromRemoteInner()
|