Home
last modified time | relevance | path

Searched refs:NotifyPrivateWindowStateChanged (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp209 HWTEST_F(DisplayManagerServiceInnerTest, NotifyPrivateWindowStateChanged, Function | SmallTest | Le…
213 inner.NotifyPrivateWindowStateChanged(hasPrivate);
H A Ddisplay_manager_agent_controller_test.cpp261 HWTEST_F(DisplayManagerAgentControllerTest, NotifyPrivateWindowStateChanged, Function | SmallTest |…
265 displayManagerAgentController.NotifyPrivateWindowStateChanged(hasPrivate);
271 displayManagerAgentController.NotifyPrivateWindowStateChanged(hasPrivate);
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Ddisplay_manager_service_inner.cpp163 void DisplayManagerServiceInner::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerServiceInner
165 return DisplayManagerService::GetInstance().NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateWindowStateChanged()
H A Ddisplay_manager_agent_controller.cpp195 void DisplayManagerAgentController::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerAgentController
203 agent->NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateWindowStateChanged()
H A Ddisplay_manager_service.cpp824 void DisplayManagerService::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerService
826 DisplayManagerAgentController::GetInstance().NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateWindowStateChanged()
/ohos5.0/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_service_inner.h54 void NotifyPrivateWindowStateChanged(bool hasPrivate);
H A Ddisplay_manager_agent_controller.h47 void NotifyPrivateWindowStateChanged(bool hasPrivate);
H A Ddisplay_manager_service.h120 void NotifyPrivateWindowStateChanged(bool hasPrivate);
/ohos5.0/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp274 HWTEST_F(DisplayManagerAgentProxyTest, NotifyPrivateWindowStateChanged, Function | SmallTest | Leve…
284 displayManagerAgentProxy->NotifyPrivateWindowStateChanged(hasPrivate); in __anona9da5a5c0b02()
/ohos5.0/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h41 void NotifyPrivateWindowStateChanged(bool hasPrivate) override {}; in NotifyPrivateWindowStateChanged() function
/ohos5.0/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_proxy.h41 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) override;
H A Ddisplay_manager_agent_interface.h83 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) = 0;
/ohos5.0/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp126 NotifyPrivateWindowStateChanged(hasPrivate); in OnRemoteRequest()
H A Ddisplay_manager_agent_proxy.cpp319 void DisplayManagerAgentProxy::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerAgentProxy
/ohos5.0/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp102 void NotifyPrivateWindowStateChanged(bool hasPrivate);
278 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) override in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManager::Impl::DisplayManagerPrivateWindowAgent
280 pImpl_->NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateWindowStateChanged()
1087 void DisplayManager::Impl::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManager::Impl
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_node_container.cpp507 DisplayManagerServiceInner::GetInstance().NotifyPrivateWindowStateChanged(true); in UpdatePrivateStateAndNotify()
509 DisplayManagerServiceInner::GetInstance().NotifyPrivateWindowStateChanged(false); in UpdatePrivateStateAndNotify()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp4181 agent->NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateSessionStateChanged()