Home
last modified time | relevance | path

Searched refs:NotifyPrivateWindowStateChanged (Results 1 - 18 of 18) sorted by relevance

/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.cpp817 void DisplayManagerService::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerService
819 DisplayManagerAgentController::GetInstance().NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateWindowStateChanged()
/foundation/window/window_manager/dmserver/test/unittest/
H A Ddisplay_manager_service_inner_test.cpp205 * @tc.name: NotifyPrivateWindowStateChanged
206 * @tc.desc: test function : NotifyPrivateWindowStateChanged
209 HWTEST_F(DisplayManagerServiceInnerTest, NotifyPrivateWindowStateChanged, Function | SmallTest | Level1) in HWTEST_F()
213 inner.NotifyPrivateWindowStateChanged(hasPrivate); in HWTEST_F()
H A Ddisplay_manager_agent_controller_test.cpp257 * @tc.name: NotifyPrivateWindowStateChanged
258 * @tc.desc: NotifyPrivateWindowStateChanged test
261 HWTEST_F(DisplayManagerAgentControllerTest, NotifyPrivateWindowStateChanged, Function | SmallTest | Level3) in HWTEST_F()
265 displayManagerAgentController.NotifyPrivateWindowStateChanged(hasPrivate); in HWTEST_F()
271 displayManagerAgentController.NotifyPrivateWindowStateChanged(hasPrivate); in HWTEST_F()
/foundation/window/window_manager/dm/include/
H A Ddisplay_manager_agent_default.h41 void NotifyPrivateWindowStateChanged(bool hasPrivate) override {};
/foundation/window/window_manager/dmserver/include/
H A Ddisplay_manager_agent_controller.h47 void NotifyPrivateWindowStateChanged(bool hasPrivate);
H A Ddisplay_manager_service_inner.h53 void NotifyPrivateWindowStateChanged(bool hasPrivate);
H A Ddisplay_manager_service.h119 void NotifyPrivateWindowStateChanged(bool hasPrivate);
/foundation/window/window_manager/dm/include/zidl/
H A Ddisplay_manager_agent_interface.h81 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) = 0;
H A Ddisplay_manager_agent_proxy.h41 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) override;
/foundation/window/window_manager/dm/test/unittest/
H A Ddisplay_manager_agent_proxy_test.cpp572 * @tc.name: NotifyPrivateWindowStateChanged
573 * @tc.desc: NotifyPrivateWindowStateChanged
576 HWTEST_F(DisplayManagerAgentProxyTest, NotifyPrivateWindowStateChanged, Function | SmallTest | Level1) in HWTEST_F()
586 displayManagerAgentProxy->NotifyPrivateWindowStateChanged(hasPrivate); in HWTEST_F()
608 displayManagerAgentProxy->NotifyPrivateWindowStateChanged(hasPrivate); in HWTEST_F()
H A Ddisplay_manager_test.cpp687 DisplayManager::GetInstance().pImpl_->NotifyPrivateWindowStateChanged(hasPrivate); in HWTEST_F()
/foundation/window/window_manager/dm/src/zidl/
H A Ddisplay_manager_agent_stub.cpp227 NotifyPrivateWindowStateChanged(hasPrivate); in ProcPrivateWindow()
H A Ddisplay_manager_agent_proxy.cpp319 void DisplayManagerAgentProxy::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManagerAgentProxy
323 WLOGFW("NotifyPrivateWindowStateChanged: remote is nullptr"); in NotifyPrivateWindowStateChanged()
/foundation/window/window_manager/dm/src/
H A Ddisplay_manager.cpp100 void NotifyPrivateWindowStateChanged(bool hasPrivate);
274 virtual void NotifyPrivateWindowStateChanged(bool hasPrivate) override
276 pImpl_->NotifyPrivateWindowStateChanged(hasPrivate);
1017 void DisplayManager::Impl::NotifyPrivateWindowStateChanged(bool hasPrivate) in NotifyPrivateWindowStateChanged() function in OHOS::Rosen::DisplayManager::Impl
/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()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp4332 agent->NotifyPrivateWindowStateChanged(hasPrivate); in NotifyPrivateSessionStateChanged()

Completed in 26 milliseconds