Home
last modified time | relevance | path

Searched refs:ReverseContinuationSchedulerRecipient (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_recipient.cpp20 void ReverseContinuationSchedulerRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()
27 ReverseContinuationSchedulerRecipient::ReverseContinuationSchedulerRecipient(RemoteDiedHandler hand… in ReverseContinuationSchedulerRecipient() function in OHOS::AppExecFwk::ReverseContinuationSchedulerRecipient
31 ReverseContinuationSchedulerRecipient::~ReverseContinuationSchedulerRecipient() in ~ReverseContinuationSchedulerRecipient()
H A Dcontinuation_handler_stage.cpp145 schedulerDeathRecipient_ = new (std::nothrow) ReverseContinuationSchedulerRecipient( in HandleReceiveRemoteScheduler()
H A Dcontinuation_handler.cpp150 schedulerDeathRecipient_ = new (std::nothrow) ReverseContinuationSchedulerRecipient( in HandleReceiveRemoteScheduler()
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/continuation/distributed/
H A Dreverse_continuation_scheduler_recipient.h27 class ReverseContinuationSchedulerRecipient : public IRemoteObject::DeathRecipient {
31 explicit ReverseContinuationSchedulerRecipient(RemoteDiedHandler handler);
33 virtual ~ReverseContinuationSchedulerRecipient();