/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_service_first_test.cpp | 475 int result1 = proxy->SendResultFromRemote(want, 0, callerInfo, accountInfo, 0); in HWTEST_F() 483 int result2 = proxy->SendResultFromRemote(want, 0, callerInfo, accountInfo, 0); in HWTEST_F() 609 * @tc.desc: call SendResultFromRemote with illegal param 623 * @tc.steps: step1. SendResultFromRemote with uninitialized params in HWTEST_F() 624 * @tc.expected: step1. SendResultFromRemote return INVALID_REMOTE_PARAMETERS_ERR in HWTEST_F() 626 int result1 = proxy->SendResultFromRemote(want, 0, callerInfo, accountInfo, 0); in HWTEST_F() 629 * @tc.steps: step1. SendResultFromRemote with with empty deviceId in HWTEST_F() 630 * @tc.expected: step1. SendResultFromRemote return INVALID_REMOTE_PARAMETERS_ERR in HWTEST_F() 635 int result2 = proxy->SendResultFromRemote(want, 0, callerInfo, accountInfo, 0); in HWTEST_F() 639 DTEST_LOG << "DistributedSchedServiceFirstTest SendResultFromRemote en in HWTEST_F() [all...] |
H A D | mock_distributed_sched.cpp | 39 int32_t MockDistributedSched::SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode, in SendResultFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
|
H A D | mock_distributed_sched.h | 36 int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode, const CallerInfo& callerInfo,
|
H A D | distributed_sched_service_second_test.cpp | 491 int result1 = DistributedSchedService::GetInstance().SendResultFromRemote(want, 0, callerInfo, accountInfo, 0); in HWTEST_F() 497 int result2 = DistributedSchedService::GetInstance().SendResultFromRemote(want, 0, callerInfo, accountInfo, 0); in HWTEST_F() 674 * @tc.steps: step2. SendResultFromRemote for pressure test in HWTEST_F() 675 * @tc.expected: step2. SendResultFromRemote for result in HWTEST_F() 678 int result = proxy->SendResultFromRemote(want, 0, callerInfo, accountInfo, 0); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | dms_token_callback.cpp | 78 int32_t result = remoteDms->SendResultFromRemote(want, requestCode, callerInfo, accountInfo, resultCode);
in SendResult()
|
H A D | distributed_sched_proxy.cpp | 106 int32_t DistributedSchedProxy::SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode, in SendResultFromRemote() function in OHOS::DistributedSchedule::DistributedSchedProxy 111 HILOGE("SendResultFromRemote remote service null"); in SendResultFromRemote()
|
H A D | distributed_sched_stub.cpp | 513 int32_t result = SendResultFromRemote(*want, requestCode, callerInfo, accountInfo, resultCode); in SendResultFromRemoteInner()
|
H A D | distributed_sched_service.cpp | 793 int32_t DistributedSchedService::SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode, in SendResultFromRemote() function in OHOS::DistributedSchedule::DistributedSchedService
|
/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_distributed_sched.h | 51 MOCK_METHOD5(SendResultFromRemote,
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_interface.h | 74 virtual int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode,
|
H A D | distributed_sched_proxy.h | 38 int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode,
|
H A D | distributed_sched_service.h | 115 int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode,
|