Home
last modified time | relevance | path

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

/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h160 sptr<AgentDeathRecipient> windowDeath_ = new AgentDeathRecipient( member in OHOS::Rosen::WindowRoot
/foundation/window/window_manager/wmserver/src/
H A Dwindow_root.cpp241 if (windowDeath_ == nullptr) { in AddDeathRecipient()
245 if (!remoteObject->AddDeathRecipient(windowDeath_)) { in AddDeathRecipient()
1168 window->AsObject()->RemoveDeathRecipient(windowDeath_); in DestroyWindowInner()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h824 sptr<AgentDeathRecipient> windowDeath_ = new AgentDeathRecipient( member in OHOS::OHOS::OHOS::Global::OHOS::Rosen::SceneSessionManager
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp213 windowRoot_->windowDeath_ = nullptr; in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp2320 if (windowDeath_ == nullptr) { in AddClientDeathRecipient()
2324 if (!remoteObject->AddDeathRecipient(windowDeath_)) { in AddClientDeathRecipient()

Completed in 26 milliseconds