Searched refs:NotifyCompleteFreeInstallFromRemote (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 161 virtual int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::IDistributedSched
|
H A D | distributed_sched_proxy.h | 90 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
|
H A D | distributed_sched_service.h | 197 int32_t NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) override;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | mock_distributed_sched.cpp | 203 int32_t MockDistributedSched::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) 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() 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 D | distributed_sched_proxy.cpp | 957 int32_t DistributedSchedProxy::NotifyCompleteFreeInstallFromRemote(int64_t taskId, int32_t resultCode) in NotifyCompleteFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_service.cpp | 231 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 D | distributed_sched_stub.cpp | 1599 int32_t result = NotifyCompleteFreeInstallFromRemote(taskId, resultCode); in NotifyCompleteFreeInstallFromRemoteInner()
|
Completed in 19 milliseconds