Home
last modified time | relevance | path

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

/foundation/ability/dmsfwk/services/dtbschedmgr/include/
H A Ddistributed_sched_stub.h52 int32_t NotifyCompleteContinuationInner(MessageParcel& data, MessageParcel& reply);
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_manager_stub.h143 int NotifyCompleteContinuationInner(MessageParcel &data, MessageParcel &reply);
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_stub.cpp114 &DistributedSchedStub::NotifyCompleteContinuationInner; in InitLocalFuncsInner()
675 int32_t DistributedSchedStub::NotifyCompleteContinuationInner(MessageParcel& data, in NotifyCompleteContinuationInner() function in OHOS::DistributedSchedule::DistributedSchedStub
/foundation/ability/dmsfwk/test/fuzztest/distributedschedstub_fuzzer/
H A Ddistributedschedstub_fuzzer.cpp182 DistributedSchedService::GetInstance().NotifyCompleteContinuationInner(dataParcel, reply); in NotifyCompleteContinuationInnerFuzzTest()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_stub.cpp168 return NotifyCompleteContinuationInner(data, reply); in OnRemoteRequestInnerFourth()
2031 int AbilityManagerStub::NotifyCompleteContinuationInner(MessageParcel &data, MessageParcel &reply) in NotifyCompleteContinuationInner() function in OHOS::AAFwk::AbilityManagerStub
/foundation/ability/ability_runtime/test/unittest/ability_manager_stub_test/
H A Dability_manager_stub_test.cpp1576 * Function: NotifyCompleteContinuationInner
1578 * FunctionPoints: AbilityManagerService NotifyCompleteContinuationInner
1580 * CaseDescription: Verify the function NotifyCompleteContinuationInner is normal flow.
1586 auto res = stub_->NotifyCompleteContinuationInner(data, reply); in HWTEST_F()

Completed in 17 milliseconds