Searched refs:StartFreeInstallFromRemote (Results 1 - 9 of 9) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_continuation_test.cpp | 1102 * @tc.desc: call StartFreeInstallFromRemote with illegal param
1121 * @tc.steps: step1. StartFreeInstallFromRemote with uninitialized params
in HWTEST_F() 1122 * @tc.expected: step1. StartFreeInstallFromRemote return INVALID_REMOTE_PARAMETERS_ERR
in HWTEST_F() 1124 int result1 = proxy->StartFreeInstallFromRemote(info, 0);
in HWTEST_F() 1127 * @tc.steps: step1. StartFreeInstallFromRemote with with empty deviceId
in HWTEST_F() 1128 * @tc.expected: step1. StartFreeInstallFromRemote return INVALID_REMOTE_PARAMETERS_ERR
in HWTEST_F() 1133 int result2 = proxy->StartFreeInstallFromRemote(info, 0);
in HWTEST_F() 1140 * @tc.desc: call StartFreeInstallFromRemote
1163 int result1 = proxy->StartFreeInstallFromRemote(info, 0);
in HWTEST_F() 1169 int result2 = proxy->StartFreeInstallFromRemote(inf in HWTEST_F() [all...] |
H A D | mock_distributed_sched.cpp | 198 int32_t MockDistributedSched::StartFreeInstallFromRemote(const IDistributedSched::FreeInstallInfo &info, int64_t taskId) in StartFreeInstallFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 88 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 157 virtual int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote() function in OHOS::DistributedSchedule::IDistributedSched
|
H A D | distributed_sched_proxy.h | 89 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
|
H A D | distributed_sched_service.h | 196 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_proxy.cpp | 917 int32_t DistributedSchedProxy::StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
|
H A D | distributed_sched_stub.cpp | 1581 result = StartFreeInstallFromRemote(info, taskId); in StartFreeInstallFromRemoteInner()
|
H A D | distributed_sched_service.cpp | 3178 int32_t result = remoteDms->StartFreeInstallFromRemote(info, taskId); in StartRemoteFreeInstall() 3187 int32_t DistributedSchedService::StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
|
Completed in 17 milliseconds