Home
last modified time | relevance | path

Searched refs:NotifyCompleteContinuationInner (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h42 int32_t NotifyCompleteContinuationInner(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h146 int NotifyCompleteContinuationInner(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp114 &DistributedSchedStub::NotifyCompleteContinuationInner; in InitLocalFuncsInner()
650 int32_t DistributedSchedStub::NotifyCompleteContinuationInner(MessageParcel& data,
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp182 DistributedSchedService::GetInstance().NotifyCompleteContinuationInner(dataParcel, reply); in NotifyCompleteContinuationInnerFuzzTest()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp167 return NotifyCompleteContinuationInner(data, reply); in OnRemoteRequestInnerFourth()
2046 int AbilityManagerStub::NotifyCompleteContinuationInner(MessageParcel &data, MessageParcel &reply) in NotifyCompleteContinuationInner() function in OHOS::AAFwk::AbilityManagerStub
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp1554 auto res = stub_->NotifyCompleteContinuationInner(data, reply);