Searched refs:ReverseContinuationSchedulerPrimary (Results 1 – 4 of 4) sorted by relevance
22 ReverseContinuationSchedulerPrimary::ReverseContinuationSchedulerPrimary( in ReverseContinuationSchedulerPrimary() function in OHOS::AppExecFwk::ReverseContinuationSchedulerPrimary31 void ReverseContinuationSchedulerPrimary::NotifyReplicaTerminated() in NotifyReplicaTerminated()57 bool ReverseContinuationSchedulerPrimary::ContinuationBack(const AAFwk::Want &want) in ContinuationBack()78 void ReverseContinuationSchedulerPrimary::HandlerNotifyReplicaTerminated() in HandlerNotifyReplicaTerminated()90 void ReverseContinuationSchedulerPrimary::HandlerContinuationBack(const AAFwk::Want &want) in HandlerContinuationBack()
25 class ReverseContinuationSchedulerPrimary : public ReverseContinuationSchedulerPrimaryStub {27 ReverseContinuationSchedulerPrimary(30 virtual ~ReverseContinuationSchedulerPrimary() = default;
71 auto primary = sptr<ReverseContinuationSchedulerPrimary>( in HWTEST_F()72 new (std::nothrow) ReverseContinuationSchedulerPrimary(continuationHandler, handler)); in HWTEST_F()96 auto primary = sptr<ReverseContinuationSchedulerPrimary>( in HWTEST_F()97 new (std::nothrow) ReverseContinuationSchedulerPrimary(continuationHandler, handler)); in HWTEST_F()114 sptr<ReverseContinuationSchedulerPrimary> primary = nullptr; in HWTEST_F()
119 … sptr<ReverseContinuationSchedulerPrimary> primary = sptr<ReverseContinuationSchedulerPrimary>( in Init()120 … new (std::nothrow) ReverseContinuationSchedulerPrimary(continuationHandler, handler_)); in Init()