Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h47 int32_t ConnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp130 int32_t result = distributedSchedStub_->ConnectAbilityFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp896 …int32_t result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply);
901 result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply);
923 result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply);
964 …int32_t result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp172 &DistributedSchedStub::ConnectAbilityFromRemoteInner; in InitRemoteFuncsInner()
787 int32_t DistributedSchedStub::ConnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& rep… in ConnectAbilityFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp694 DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(dataParcel, reply); in ConnectAbilityFromRemoteInnerFuzzTest()