Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp402 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 Ddistributed_sched_uid_test.cpp96 int32_t result = distributedSchedStub_->SendResultFromRemoteInner(data, reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h37 int32_t SendResultFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp166 &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 Ddistributedschedstub_fuzzer.cpp627 DistributedSchedService::GetInstance().SendResultFromRemoteInner(dataParcel, reply); in SendResultFromRemoteInnerFuzzTest()