Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp224 * @tc.desc: check StartAbilityByCallFromRemoteInner
234 int32_t result = distributedSchedStub_->StartAbilityByCallFromRemoteInner(data, reply); in HWTEST_F()
H A Ddistributed_sched_stub_test.cpp1612 * @tc.desc: check StartAbilityByCallFromRemoteInner
1636 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(data, reply); in HWTEST_F()
1650 result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(data, reply); in HWTEST_F()
1657 * @tc.desc: check StartAbilityByCallFromRemoteInner
1687 int32_t result = DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(data, reply); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h90 int32_t StartAbilityByCallFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp193 &DistributedSchedStub::StartAbilityByCallFromRemoteInner; in InitRemoteFuncsInner()
1332 int32_t DistributedSchedStub::StartAbilityByCallFromRemoteInner(MessageParcel& data, MessageParcel& reply) in StartAbilityByCallFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp912 DistributedSchedService::GetInstance().StartAbilityByCallFromRemoteInner(dataParcel, reply); in StartAbilityByCallFromRemoteInnerFuzzTest()

Completed in 10 milliseconds