Searched refs:ContinuationManagerStage (Results 1 – 8 of 8) sorted by relevance
46 ContinuationManagerStage::ContinuationManagerStage() : progressState_(ProgressState::INITIAL) {} in ContinuationManagerStage() function in OHOS::AppExecFwk::ContinuationManagerStage87 std::string ContinuationManagerStage::GetOriginalDeviceId() in GetOriginalDeviceId()253 bool ContinuationManagerStage::ReverseContinueAbility() in ReverseContinueAbility()280 bool ContinuationManagerStage::StartContinuation() in StartContinuation()303 bool ContinuationManagerStage::RestoreData( in RestoreData()366 bool ContinuationManagerStage::NotifyRemoteTerminated() in NotifyRemoteTerminated()382 bool ContinuationManagerStage::CheckContinuationIllegal() in CheckContinuationIllegal()438 ContinuationManagerStage::ProgressState ContinuationManagerStage::GetProcessState() in GetProcessState()448 void ContinuationManagerStage::ChangeProcessStateToInit() in ChangeProcessStateToInit()472 void ContinuationManagerStage::InitMainHandlerIfNeed() in InitMainHandlerIfNeed()[all …]
33 const std::weak_ptr<ContinuationManagerStage> &continuationManager, in ContinuationHandlerStage()52 std::shared_ptr<ContinuationManagerStage> continuationManagerTmp = nullptr; in HandleStartContinuationWithStack()97 std::shared_ptr<ContinuationManagerStage> continuationManagerTmp = nullptr; in HandleStartContinuation()163 std::shared_ptr<ContinuationManagerStage> continuationManagerTmp = nullptr; in HandleCompleteContinuation()230 std::shared_ptr<ContinuationManagerStage> continuationManagerTmp = nullptr; in NotifyReplicaTerminated()279 std::shared_ptr<ContinuationManagerStage> continuationManagerTmp = nullptr; in ReverseContinuation()326 std::shared_ptr<ContinuationManagerStage> continuationManagerTmp = nullptr; in ContinuationBack()
36 class ContinuationManagerStage : public std::enable_shared_from_this<ContinuationManagerStage> {41 ContinuationManagerStage();42 virtual ~ContinuationManagerStage() = default;
46 ContinuationHandlerStage(const std::weak_ptr<ContinuationManagerStage> &continuationManager,151 std::weak_ptr<ContinuationManagerStage> continuationManager_;
46 class ContinuationManagerStage; variable351 std::shared_ptr<AppExecFwk::ContinuationManagerStage> continuationManager_ = nullptr;
85 continuationManager_ = std::make_shared<AppExecFwk::ContinuationManagerStage>(); in Init()86 std::weak_ptr<AppExecFwk::ContinuationManagerStage> continuationManager = continuationManager_; in Init()440 return AppExecFwk::ContinuationManagerStage::OnContinueResult::REJECT; in OnContinue()
1095 return AppExecFwk::ContinuationManagerStage::OnContinueResult::REJECT; in OnContinue()1100 return AppExecFwk::ContinuationManagerStage::OnContinueResult::REJECT; in OnContinue()1114 return AppExecFwk::ContinuationManagerStage::OnContinueResult::REJECT; in OnContinue()1119 return AppExecFwk::ContinuationManagerStage::OnContinueResult::REJECT; in OnContinue()
646 return AppExecFwk::ContinuationManagerStage::OnContinueResult::REJECT; in OnContinue()