Searched refs:ContinuationHandlerStage (Results 1 – 6 of 6) sorted by relevance
32 ContinuationHandlerStage::ContinuationHandlerStage( in ContinuationHandlerStage() function in OHOS::AppExecFwk::ContinuationHandlerStage37 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 …]
50 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()
39 class ContinuationHandlerStage : public IDistributeScheduleHandler,46 ContinuationHandlerStage(const std::weak_ptr<ContinuationManagerStage> &continuationManager,48 virtual ~ContinuationHandlerStage() = default;
34 class ContinuationHandlerStage; variable53 const std::shared_ptr<ContinuationHandlerStage> &continuationHandler);207 std::weak_ptr<ContinuationHandlerStage> continuationHandler_;
45 class ContinuationHandlerStage; variable350 std::shared_ptr<AppExecFwk::ContinuationHandlerStage> continuationHandler_ = nullptr;
88 … std::make_shared<AppExecFwk::ContinuationHandlerStage>(continuationManager, weak_from_this()); in Init()92 … std::weak_ptr<AppExecFwk::ContinuationHandlerStage> continuationHandler = continuationHandler_; in Init()