Home
last modified time | relevance | path

Searched refs:SendResultFromRemoteInner (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp386 * @tc.desc: check SendResultFromRemoteInner
395 int32_t result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); in HWTEST_F()
400 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); in HWTEST_F()
406 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); in HWTEST_F()
414 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); in HWTEST_F()
422 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); in HWTEST_F()
429 * @tc.desc: check SendResultFromRemoteInner
451 int32_t result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); in HWTEST_F()
462 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); in HWTEST_F()
476 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(dat in HWTEST_F()
[all...]
H A Ddistributed_sched_uid_test.cpp86 * @tc.desc: check SendResultFromRemoteInner
96 int32_t result = distributedSchedStub_->SendResultFromRemoteInner(data, reply); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h47 int32_t SendResultFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp168 &DistributedSchedStub::SendResultFromRemoteInner; in InitRemoteFuncsInner()
474 int32_t DistributedSchedStub::SendResultFromRemoteInner(MessageParcel& data, MessageParcel& reply) in SendResultFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp627 DistributedSchedService::GetInstance().SendResultFromRemoteInner(dataParcel, reply); in SendResultFromRemoteInnerFuzzTest()

Completed in 9 milliseconds