Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h70 int32_t StartAbilityByCallFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp234 int32_t result = distributedSchedStub_->StartAbilityByCallFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp1643 …int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(data, re…
1657 result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(data, reply);
1694 …int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(data, re…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp191 &DistributedSchedStub::StartAbilityByCallFromRemoteInner; in InitRemoteFuncsInner()
1285 int32_t DistributedSchedStub::StartAbilityByCallFromRemoteInner(MessageParcel& data, MessageParcel&… in StartAbilityByCallFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp912 DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(dataParcel, reply); in StartAbilityByCallFromRemoteInnerFuzzTest()