Home
last modified time | relevance | path

Searched refs:StopExtensionAbilityFromRemoteInner (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h99 int32_t StopExtensionAbilityFromRemoteInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_stub_test.cpp2093 …auto result = DistributedSchedService::GetInstance().StopExtensionAbilityFromRemoteInner(dataFirst…
2104 …result = DistributedSchedService::GetInstance().StopExtensionAbilityFromRemoteInner(dataSecond, re…
2115 …result = DistributedSchedService::GetInstance().StopExtensionAbilityFromRemoteInner(dataThird, rep…
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp205 &DistributedSchedStub::StopExtensionAbilityFromRemoteInner; in InitRemoteFuncsInner()
1582 int32_t DistributedSchedStub::StopExtensionAbilityFromRemoteInner(MessageParcel& data, MessageParce… in StopExtensionAbilityFromRemoteInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp999 DistributedSchedService::GetInstance().StopExtensionAbilityFromRemoteInner(dataParcel, reply); in StopExtensionAbilityFromRemoteInnerFuzzTest()