Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h48 int32_t DisconnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_uid_test.cpp147 int32_t result = distributedSchedStub_->DisconnectAbilityFromRemoteInner(data, reply);
H A Ddistributed_sched_stub_test.cpp984 …int32_t result = DistributedSchedService::GetInstance().DisconnectAbilityFromRemoteInner(data, rep…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp174 &DistributedSchedStub::DisconnectAbilityFromRemoteInner; in InitRemoteFuncsInner()
826 int32_t DistributedSchedStub::DisconnectAbilityFromRemoteInner(MessageParcel& data, MessageParcel& … in DisconnectAbilityFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp714 DistributedSchedService::GetInstance().DisconnectAbilityFromRemoteInner(dataParcel, reply); in DisconnectAbilityFromRemoteInnerFuzzTest()