Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp120 * @tc.desc: check ConnectAbilityFromRemoteInner
130 int32_t result = distributedSchedStub_->ConnectAbilityFromRemoteInner(data, reply); in HWTEST_F()
H A Ddistributed_sched_stub_test.cpp880 * @tc.desc: check ConnectAbilityFromRemoteInner
889 int32_t result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply); in HWTEST_F()
894 result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply); in HWTEST_F()
916 result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply); in HWTEST_F()
923 * @tc.desc: check ConnectAbilityFromRemoteInner
957 int32_t result = DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(data, reply); in HWTEST_F()
/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h57 int32_t ConnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp174 &DistributedSchedStub::ConnectAbilityFromRemoteInner; in InitRemoteFuncsInner()
812 int32_t DistributedSchedStub::ConnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply) in ConnectAbilityFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp694 DistributedSchedService::GetInstance().ConnectAbilityFromRemoteInner(dataParcel, reply); in ConnectAbilityFromRemoteInnerFuzzTest()

Completed in 11 milliseconds