Home
last modified time | relevance | path

Searched refs:NotifyWindowStyleChange (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_agent_lite.cpp50 void WindowManagerAgentLite::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::WindowManagerAgentLite
52 SingletonContainer::Get<WindowManagerLite>().NotifyWindowStyleChange(type); in NotifyWindowStyleChange()
H A Dwindow_manager_agent.cpp76 void WindowManagerAgent::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::WindowManagerAgent
78 SingletonContainer::Get<WindowManager>().NotifyWindowStyleChange(type); in NotifyWindowStyleChange()
H A Dwindow_manager_lite.cpp51 void NotifyWindowStyleChange(WindowStyleType type);
245 void WindowManagerLite::Impl::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::WindowManagerLite::Impl
722 WMError WindowManagerLite::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::WindowManagerLite
724 pImpl_->NotifyWindowStyleChange(type); in NotifyWindowStyleChange()
H A Dwindow_manager.cpp67 void NotifyWindowStyleChange(WindowStyleType type);
329 void WindowManager::Impl::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::WindowManager::Impl
1127 WMError WindowManager::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::WindowManager
1129 pImpl_->NotifyWindowStyleChange(type); in NotifyWindowStyleChange()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_manager_agent.h42 void NotifyWindowStyleChange(WindowStyleType type) override;
H A Dwindow_manager_agent_lite.h42 void NotifyWindowStyleChange(WindowStyleType type) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dsession_manager_agent_controller_test.cpp229 HWTEST_F(SessionManagerAgentControllerTest, NotifyWindowStyleChange, Function | SmallTest | Level3)
236 …SessionManagerAgentController::GetInstance().NotifyWindowStyleChange(Rosen::WindowStyleType::WINDO…
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_agent_controller.cpp211 void SessionManagerAgentController::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::SessionManagerAgentController
218 agent->NotifyWindowStyleChange(type); in NotifyWindowStyleChange()
H A Dscene_session_manager.cpp658 SessionManagerAgentController::GetInstance().NotifyWindowStyleChange(type); in SwitchFreeMultiWindow()
/ohos5.0/foundation/window/window_manager/wm/include/zidl/
H A Dwindow_manager_agent_proxy.h43 void NotifyWindowStyleChange(WindowStyleType type) override;
H A Dwindow_manager_agent_interface.h74 virtual void NotifyWindowStyleChange(WindowStyleType type) = 0;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dsession_manager_agent_controller.h48 void NotifyWindowStyleChange(WindowStyleType type);
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_agent_proxy_test.cpp364 HWTEST_F(WindowManagerAgentProxyTest, NotifyWindowStyleChange, Function | SmallTest | Level2)
377 windowManagerAgentProxy->NotifyWindowStyleChange(type); in __anon6a4628910e02()
H A Dwindow_manager_lite_test.cpp822 auto ret = WindowManagerLite::GetInstance().NotifyWindowStyleChange(type);
840 auto ret = WindowManagerLite::GetInstance().NotifyWindowStyleChange(type);
H A Dwindow_manager_test.cpp1185 HWTEST_F(WindowManagerTest, NotifyWindowStyleChange, Function | SmallTest | Level2)
1188 auto ret = WindowManager::GetInstance().NotifyWindowStyleChange(type);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager_lite.h314 WMError NotifyWindowStyleChange(WindowStyleType type);
H A Dwindow_manager.h889 WMError NotifyWindowStyleChange(WindowStyleType type);
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp149 NotifyWindowStyleChange(type); in OnRemoteRequest()
H A Dwindow_manager_agent_proxy.cpp360 void WindowManagerAgentProxy::NotifyWindowStyleChange(WindowStyleType type) in NotifyWindowStyleChange() function in OHOS::Rosen::WindowManagerAgentProxy