Home
last modified time | relevance | path

Searched refs:SendResultFromRemote (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_service_first_test.cpp475 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 Dmock_distributed_sched.cpp39 int32_t MockDistributedSched::SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode, in SendResultFromRemote() function in OHOS::DistributedSchedule::MockDistributedSched
H A Dmock_distributed_sched.h36 int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode, const CallerInfo& callerInfo,
H A Ddistributed_sched_service_second_test.cpp491 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 Ddms_token_callback.cpp78 int32_t result = remoteDms->SendResultFromRemote(want, requestCode, callerInfo, accountInfo, resultCode); in SendResult()
H A Ddistributed_sched_proxy.cpp106 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 Ddistributed_sched_stub.cpp513 int32_t result = SendResultFromRemote(*want, requestCode, callerInfo, accountInfo, resultCode); in SendResultFromRemoteInner()
H A Ddistributed_sched_service.cpp793 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 Dmock_distributed_sched.h51 MOCK_METHOD5(SendResultFromRemote,
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_interface.h74 virtual int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode,
H A Ddistributed_sched_proxy.h38 int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode,
H A Ddistributed_sched_service.h115 int32_t SendResultFromRemote(OHOS::AAFwk::Want& want, int32_t requestCode,

Completed in 21 milliseconds