Searched refs:ReverseContinuationSchedulerPrimaryProxy (Results 1 – 3 of 3) sorted by relevance
22 ReverseContinuationSchedulerPrimaryProxy::ReverseContinuationSchedulerPrimaryProxy( in ReverseContinuationSchedulerPrimaryProxy() function in OHOS::AppExecFwk::ReverseContinuationSchedulerPrimaryProxy30 void ReverseContinuationSchedulerPrimaryProxy::NotifyReplicaTerminated() in NotifyReplicaTerminated()35 if (!data.WriteInterfaceToken(ReverseContinuationSchedulerPrimaryProxy::GetDescriptor())) { in NotifyReplicaTerminated()60 bool ReverseContinuationSchedulerPrimaryProxy::ContinuationBack(const AAFwk::Want &want) in ContinuationBack()65 if (!data.WriteInterfaceToken(ReverseContinuationSchedulerPrimaryProxy::GetDescriptor())) { in ContinuationBack()
25 class ReverseContinuationSchedulerPrimaryProxy : public IRemoteProxy<IReverseContinuationSchedulerP…27 explicit ReverseContinuationSchedulerPrimaryProxy(const sptr<IRemoteObject> &remoteObject);28 virtual ~ReverseContinuationSchedulerPrimaryProxy() = default;
64 …auto primaryProxy_ = new (std::nothrow) ReverseContinuationSchedulerPrimaryProxy(remoteObject->AsO…83 auto primaryProxy_ = new (std::nothrow) ReverseContinuationSchedulerPrimaryProxy(remoteObject);99 auto primaryProxy_ = new (std::nothrow) ReverseContinuationSchedulerPrimaryProxy(remoteObject);103 primaryProxy_ = new (std::nothrow) ReverseContinuationSchedulerPrimaryProxy(Object->AsObject());