Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h71 int32_t ReleaseAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp251 int32_t result = distributedSchedStub_->ReleaseAbilityFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp1712 …int32_t result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemoteInner(data, reply);
1725 result = DistributedSchedService::GetInstance().ReleaseAbilityFromRemoteInner(data, reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp193 &DistributedSchedStub::ReleaseAbilityFromRemoteInner; in InitRemoteFuncsInner()
1330 int32_t DistributedSchedStub::ReleaseAbilityFromRemoteInner(MessageParcel& data, MessageParcel& rep… in ReleaseAbilityFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp800 DistributedSchedService::GetInstance().ReleaseAbilityFromRemoteInner(dataParcel, reply); in ReleaseAbilityFromRemoteInnerFuzzTest()