Home
last modified time | relevance | path

Searched refs:ReverseContinuationSchedulerPrimaryProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_proxy.cpp22 ReverseContinuationSchedulerPrimaryProxy::ReverseContinuationSchedulerPrimaryProxy( in ReverseContinuationSchedulerPrimaryProxy() function in OHOS::AppExecFwk::ReverseContinuationSchedulerPrimaryProxy
30 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()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_primary_proxy.h25 class ReverseContinuationSchedulerPrimaryProxy : public IRemoteProxy<IReverseContinuationSchedulerP…
27 explicit ReverseContinuationSchedulerPrimaryProxy(const sptr<IRemoteObject> &remoteObject);
28 virtual ~ReverseContinuationSchedulerPrimaryProxy() = default;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dreserse_continuation_scheduler_primary_proxy_test.cpp64 …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());