Searched refs:SendResultFromRemoteInner (Results 1 - 5 of 5) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_stub_test.cpp | 386 * @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 D | distributed_sched_uid_test.cpp | 86 * @tc.desc: check SendResultFromRemoteInner 96 int32_t result = distributedSchedStub_->SendResultFromRemoteInner(data, reply); in HWTEST_F()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_stub.h | 47 int32_t SendResultFromRemoteInner(MessageParcel& data, MessageParcel& reply);
|
/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 168 &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 D | distributedschedstub_fuzzer.cpp | 627 DistributedSchedService::GetInstance().SendResultFromRemoteInner(dataParcel, reply); in SendResultFromRemoteInnerFuzzTest()
|
Completed in 9 milliseconds