Searched refs:StartAbilityFromRemoteInner (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 | 268 … 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 D | distributed_sched_uid_test.cpp | 79 int32_t result = distributedSchedStub_->StartAbilityFromRemoteInner(data, reply);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/ |
H A D | distributed_sched_stub.h | 36 int32_t StartAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | distributed_sched_stub.cpp | 164 &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 D | distributedschedstub_fuzzer.cpp | 600 DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(dataParcel, reply); in StartAbilityFromRemoteInnerFuzzTest()
|