Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp268 … int32_t result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
273 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
281 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
288 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
297 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
306 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
337 … int32_t result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
348 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
386 … int32_t result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply);
H A Ddistributed_sched_uid_test.cpp79 int32_t result = distributedSchedStub_->StartAbilityFromRemoteInner(data, reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h36 int32_t StartAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp164 &DistributedSchedStub::StartAbilityFromRemoteInner; in InitRemoteFuncsInner()
355 int32_t DistributedSchedStub::StartAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply) in StartAbilityFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp600 DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(dataParcel, reply); in StartAbilityFromRemoteInnerFuzzTest()