Home
last modified time | relevance | path

Searched refs:windowDeath_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h159 sptr<AgentDeathRecipient> windowDeath_ = new AgentDeathRecipient( variable
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp241 if (windowDeath_ == nullptr) { in AddDeathRecipient()
245 if (!remoteObject->AddDeathRecipient(windowDeath_)) { in AddDeathRecipient()
1169 window->AsObject()->RemoveDeathRecipient(windowDeath_); in DestroyWindowInner()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h816 sptr<AgentDeathRecipient> windowDeath_ = new AgentDeathRecipient( variable
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp213 windowRoot_->windowDeath_ = nullptr;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2600 if (windowDeath_ == nullptr) { in AddClientDeathRecipient()
2604 if (!remoteObject->AddDeathRecipient(windowDeath_)) { in AddClientDeathRecipient()
3350 if (windowDeath_ == nullptr) { in ClearSpecificSessionRemoteObjectMap()
3353 if (iter->first == nullptr || !iter->first->RemoveDeathRecipient(windowDeath_)) { in ClearSpecificSessionRemoteObjectMap()