Home
last modified time | relevance | path

Searched refs:ReverseContinuationSchedulerPrimaryStage (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_stage.cpp23 ReverseContinuationSchedulerPrimaryStage::ReverseContinuationSchedulerPrimaryStage( in ReverseContinuationSchedulerPrimaryStage() function in OHOS::AppExecFwk::ReverseContinuationSchedulerPrimaryStage
29 void ReverseContinuationSchedulerPrimaryStage::NotifyReplicaTerminated() in NotifyReplicaTerminated()
32 wptr<ReverseContinuationSchedulerPrimaryStage> weak = this; in NotifyReplicaTerminated()
54 bool ReverseContinuationSchedulerPrimaryStage::ContinuationBack(const AAFwk::Want &want) in ContinuationBack()
57 wptr<ReverseContinuationSchedulerPrimaryStage> weak = this; in ContinuationBack()
80 void ReverseContinuationSchedulerPrimaryStage::HandlerNotifyReplicaTerminated() in HandlerNotifyReplicaTerminated()
91 void ReverseContinuationSchedulerPrimaryStage::HandlerContinuationBack(const AAFwk::Want &want) in HandlerContinuationBack()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_stage.h26 class ReverseContinuationSchedulerPrimaryStage : public ReverseContinuationSchedulerPrimaryStub {
28 ReverseContinuationSchedulerPrimaryStage(
31 virtual ~ReverseContinuationSchedulerPrimaryStage() = default;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability.cpp93 sptr<AppExecFwk::ReverseContinuationSchedulerPrimaryStage> primary = in Init()
94 …new (std::nothrow) AppExecFwk::ReverseContinuationSchedulerPrimaryStage(continuationHandler, handl… in Init()