Searched refs:SendResultFromRemoteInner (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/ |
H A D | distributed_sched_stub_test.cpp | 402 int32_t result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); 407 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); 413 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); 421 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); 429 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); 458 int32_t result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); 469 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply); 483 result = DistributedSchedService::GetInstance().SendResultFromRemoteInner(data, reply);
|
H A D | distributed_sched_uid_test.cpp | 96 int32_t result = distributedSchedStub_->SendResultFromRemoteInner(data, reply);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_stub.h | 37 int32_t SendResultFromRemoteInner(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 166 &DistributedSchedStub::SendResultFromRemoteInner; in InitRemoteFuncsInner() 449 int32_t DistributedSchedStub::SendResultFromRemoteInner(MessageParcel& data, MessageParcel& reply) in SendResultFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
|
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/ |
H A D | distributedschedstub_fuzzer.cpp | 627 DistributedSchedService::GetInstance().SendResultFromRemoteInner(dataParcel, reply); in SendResultFromRemoteInnerFuzzTest()
|