Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_handler_stage.cpp32 ContinuationHandlerStage::ContinuationHandlerStage( in ContinuationHandlerStage() function in OHOS::AppExecFwk::ContinuationHandlerStage
37 bool ContinuationHandlerStage::HandleStartContinuationWithStack( in HandleStartContinuationWithStack()
160 void ContinuationHandlerStage::HandleCompleteContinuation(int result) in HandleCompleteContinuation()
173 void ContinuationHandlerStage::SetReversible(bool reversible) in SetReversible()
226 void ContinuationHandlerStage::NotifyReplicaTerminated() in NotifyReplicaTerminated()
257 void ContinuationHandlerStage::CleanUpAfterReverse() in CleanUpAfterReverse()
267 bool ContinuationHandlerStage::ReverseContinuation() in ReverseContinuation()
309 void ContinuationHandlerStage::NotifyReverseResult(int reverseResult) in NotifyReverseResult()
323 bool ContinuationHandlerStage::ContinuationBack(const Want &want) in ContinuationBack()
346 void ContinuationHandlerStage::NotifyTerminationToPrimary() in NotifyTerminationToPrimary()
[all …]
H A Dcontinuation_manager_stage.cpp50 const std::shared_ptr<ContinuationHandlerStage> &continuationHandler) in Init()
266 std::shared_ptr<ContinuationHandlerStage> continuationHandler = continuationHandler_.lock(); in ReverseContinueAbility()
407 std::shared_ptr<ContinuationHandlerStage> continuationHandler = continuationHandler_.lock(); in HandleContinueAbility()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dcontinuation_handler_stage.h39 class ContinuationHandlerStage : public IDistributeScheduleHandler,
46 ContinuationHandlerStage(const std::weak_ptr<ContinuationManagerStage> &continuationManager,
48 virtual ~ContinuationHandlerStage() = default;
H A Dcontinuation_manager_stage.h34 class ContinuationHandlerStage; variable
53 const std::shared_ptr<ContinuationHandlerStage> &continuationHandler);
207 std::weak_ptr<ContinuationHandlerStage> continuationHandler_;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dui_ability.h45 class ContinuationHandlerStage; variable
350 std::shared_ptr<AppExecFwk::ContinuationHandlerStage> continuationHandler_ = nullptr;
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dui_ability.cpp88 … std::make_shared<AppExecFwk::ContinuationHandlerStage>(continuationManager, weak_from_this()); in Init()
92 … std::weak_ptr<AppExecFwk::ContinuationHandlerStage> continuationHandler = continuationHandler_; in Init()