Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_continuation_test.cpp1102 * @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 Dmock_distributed_sched.cpp198 int32_t MockDistributedSched::StartFreeInstallFromRemote(const IDistributedSched::FreeInstallInfo &info, int64_t taskId) in StartFreeInstallFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h88 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h157 virtual int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote() function in OHOS::DistributedSchedule::IDistributedSched
H A Ddistributed_sched_proxy.h89 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
H A Ddistributed_sched_service.h196 int32_t StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) override;
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_proxy.cpp917 int32_t DistributedSchedProxy::StartFreeInstallFromRemote(const FreeInstallInfo& info, int64_t taskId) in StartFreeInstallFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy
H A Ddistributed_sched_stub.cpp1581 result = StartFreeInstallFromRemote(info, taskId); in StartFreeInstallFromRemoteInner()
H A Ddistributed_sched_service.cpp3178 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 18 milliseconds