Home
last modified time | relevance | path

Searched refs:reverseContinuationSchedulerPrimary (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_stage.cpp34 auto reverseContinuationSchedulerPrimary = weak.promote(); in NotifyReplicaTerminated() local
35 if (reverseContinuationSchedulerPrimary == nullptr) { in NotifyReplicaTerminated()
39 reverseContinuationSchedulerPrimary->HandlerNotifyReplicaTerminated(); in NotifyReplicaTerminated()
59 auto reverseContinuationSchedulerPrimary = weak.promote(); in ContinuationBack() local
60 if (reverseContinuationSchedulerPrimary == nullptr) { in ContinuationBack()
64 reverseContinuationSchedulerPrimary->HandlerContinuationBack(want); in ContinuationBack()
H A Dreverse_continuation_scheduler_primary.cpp33 auto task = [reverseContinuationSchedulerPrimary = this]() { in NotifyReplicaTerminated()
34 reverseContinuationSchedulerPrimary->HandlerNotifyReplicaTerminated(); in NotifyReplicaTerminated()
59 auto task = [reverseContinuationSchedulerPrimary = this, want]() { in ContinuationBack()
60 reverseContinuationSchedulerPrimary->HandlerContinuationBack(want); in ContinuationBack()