Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp252 * @tc.desc: check StartAbilityFromRemoteInner
261 int32_t result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
266 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
274 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
281 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
290 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
299 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
306 * @tc.desc: check StartAbilityFromRemoteInner
330 int32_t result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
341 result = DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(dat in HWTEST_F()
[all...]
H A Ddistributed_sched_uid_test.cpp69 * @tc.desc: check StartAbilityFromRemoteInner
79 int32_t result = distributedSchedStub_->StartAbilityFromRemoteInner(data, reply); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h45 int32_t StartAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp164 &DistributedSchedStub::StartAbilityFromRemoteInner; in InitRemoteFuncsInner()
363 int32_t DistributedSchedStub::StartAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply) in StartAbilityFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp600 DistributedSchedService::GetInstance().StartAbilityFromRemoteInner(dataParcel, reply); in StartAbilityFromRemoteInnerFuzzTest()

Completed in 9 milliseconds