/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | display_manager_service_inner_test.cpp | 209 HWTEST_F(DisplayManagerServiceInnerTest, NotifyPrivateWindowStateChanged, Function | SmallTest | Le… 213 inner.NotifyPrivateWindowStateChanged(hasPrivate);
|
H A D | display_manager_agent_controller_test.cpp | 261 HWTEST_F(DisplayManagerAgentControllerTest, NotifyPrivateWindowStateChanged, Function | SmallTest |… 265 displayManagerAgentController.NotifyPrivateWindowStateChanged(hasPrivate); 271 displayManagerAgentController.NotifyPrivateWindowStateChanged(hasPrivate);
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service_inner.cpp | 163 void DisplayManagerServiceInner::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerServiceInner 165 return DisplayManagerService::GetInstance().NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateWindowStateChanged()
|
H A D | display_manager_agent_controller.cpp | 195 void DisplayManagerAgentController::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerAgentController 203 agent->NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateWindowStateChanged()
|
H A D | display_manager_service.cpp | 824 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 D | display_manager_service_inner.h | 54 void NotifyPrivateWindowStateChanged(bool hasPrivate);
|
H A D | display_manager_agent_controller.h | 47 void NotifyPrivateWindowStateChanged(bool hasPrivate);
|
H A D | display_manager_service.h | 120 void NotifyPrivateWindowStateChanged(bool hasPrivate);
|
/ohos5.0/foundation/window/window_manager/dm/test/unittest/ |
H A D | display_manager_agent_proxy_test.cpp | 274 HWTEST_F(DisplayManagerAgentProxyTest, NotifyPrivateWindowStateChanged, Function | SmallTest | Leve… 284 displayManagerAgentProxy->NotifyPrivateWindowStateChanged(hasPrivate); in __anona9da5a5c0b02()
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_agent_default.h | 41 void NotifyPrivateWindowStateChanged(bool hasPrivate) override {}; in NotifyPrivateWindowStateChanged() function
|
/ohos5.0/foundation/window/window_manager/dm/include/zidl/ |
H A D | display_manager_agent_proxy.h | 41 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) override;
|
H A D | display_manager_agent_interface.h | 83 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) = 0;
|
/ohos5.0/foundation/window/window_manager/dm/src/zidl/ |
H A D | display_manager_agent_stub.cpp | 126 NotifyPrivateWindowStateChanged(hasPrivate); in OnRemoteRequest()
|
H A D | display_manager_agent_proxy.cpp | 319 void DisplayManagerAgentProxy::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerAgentProxy
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager.cpp | 102 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 D | window_node_container.cpp | 507 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 D | screen_session_manager.cpp | 4181 agent->NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateSessionStateChanged()
|