Home
last modified time | relevance | path

Searched refs:channelDeath_ (Results 1 - 2 of 2) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/src/
H A Dextension_session.cpp149 remoteObject->RemoveDeathRecipient(channelDeath_); in ~ExtensionSession()
151 channelDeath_ = nullptr; in ~ExtensionSession()
180 session->channelDeath_ = sptr<ChannelDeathRecipient>::MakeSptr(session->channelListener_); in ConnectInner()
181 if (remoteObject->IsProxyObject() && !remoteObject->AddDeathRecipient(session->channelDeath_)) { in ConnectInner()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dextension_session.h120 sptr<ChannelDeathRecipient> channelDeath_ = nullptr; member in OHOS::Rosen::ExtensionSession

Completed in 2 milliseconds