Home
last modified time | relevance | path

Searched refs:GetWindowStyleType (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_adapter_lite_test.cpp110 HWTEST_F(WindowAdapterLiteTest, GetWindowStyleType, Function | SmallTest | Level2)
114 windowAdapterLite_->GetWindowStyleType(windowStyleType);
H A Dwindow_adapter_test.cpp594 HWTEST_F(WindowAdapterTest, GetWindowStyleType, Function | SmallTest | Level2)
598 windowAdapter.GetWindowStyleType(windowStyleType);
H A Dwindow_manager_lite_test.cpp849 HWTEST_F(WindowManagerLiteTest, GetWindowStyleType, Function | SmallTest | Level2)
851 WindowStyleType type = WindowManagerLite::GetInstance().GetWindowStyleType();
H A Dwindow_manager_test.cpp1197 HWTEST_F(WindowManagerTest, GetWindowStyleType, Function | SmallTest | Level2)
1200 type = WindowManager::GetInstance().GetWindowStyleType();
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_adapter_lite.cpp275 WMError WindowAdapterLite::GetWindowStyleType(WindowStyleType& windowStyleType) in GetWindowStyleType() function in OHOS::Rosen::WindowAdapterLite
280 return wmsProxy->GetWindowStyleType(windowStyleType); in GetWindowStyleType()
H A Dwindow_adapter.cpp941 WMError WindowAdapter::GetWindowStyleType(WindowStyleType& windowStyleType) in GetWindowStyleType() function in OHOS::Rosen::WindowAdapter
946 return wmsProxy->GetWindowStyleType(windowStyleType); in GetWindowStyleType()
H A Dwindow_manager_lite.cpp790 WindowStyleType WindowManagerLite::GetWindowStyleType() in GetWindowStyleType() function in OHOS::Rosen::WindowManagerLite
793 …if (SingletonContainer::Get<WindowAdapterLite>().GetWindowStyleType(styleType) == WMError::WM_OK) { in GetWindowStyleType()
H A Dwindow_manager.cpp1323 WindowStyleType WindowManager::GetWindowStyleType() in GetWindowStyleType() function in OHOS::Rosen::WindowManager
1326 if (SingletonContainer::Get<WindowAdapter>().GetWindowStyleType(styleType) == WMError::WM_OK) { in GetWindowStyleType()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager_lite.cpp243 WMError SceneSessionManagerLite::GetWindowStyleType(WindowStyleType& windowStyletype) in GetWindowStyleType() function in OHOS::Rosen::SceneSessionManagerLite
245 return SceneSessionManager::GetInstance().GetWindowStyleType(windowStyletype); in GetWindowStyleType()
/ohos5.0/foundation/window/window_manager/wmserver/include/zidl/
H A Dwindow_manager_lite_interface.h51 virtual WMError GetWindowStyleType(WindowStyleType& windowStyleType) = 0;
H A Dwindow_manager_interface.h240 virtual WMError GetWindowStyleType(WindowStyleType& windowStyleType) in GetWindowStyleType() function
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_adapter_lite.h54 virtual WMError GetWindowStyleType(WindowStyleType& windowStyleType);
H A Dwindow_adapter.h136 virtual WMError GetWindowStyleType(WindowStyleType& windowStyleType);
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow_manager_lite.h220 WindowStyleType GetWindowStyleType();
H A Dwindow_manager.h792 WindowStyleType GetWindowStyleType();
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/
H A Dscene_session_manager_lite_interface.h119 virtual WMError GetWindowStyleType(WindowStyleType& windowStyleType) = 0;
H A Dscene_session_manager_lite_proxy.h83 WMError GetWindowStyleType(WindowStyleType& windowModeType) override;
H A Dscene_session_manager_proxy.h120 WMError GetWindowStyleType(WindowStyleType& windowStyleType) override;
H A Dscene_session_manager_interface.h276 WMError GetWindowStyleType(WindowStyleType& windowStyleType) override { return WMError::WM_OK; } in GetWindowStyleType() function
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager_lite.h76 WMError GetWindowStyleType(WindowStyleType& windowStyletype) override;
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_proxy_test.cpp986 HWTEST_F(sceneSessionManagerProxyTest, GetWindowStyleType, Function | SmallTest | Level2)
993 ASSERT_EQ(WMError::WM_OK, sceneSessionManagerProxy_->GetWindowStyleType(styleType));
H A Dscene_session_manager_lite_stub_test.cpp169 WMError GetWindowStyleType(WindowStyleType& windowStyleType) override in GetWindowStyleType() function in OHOS::Rosen::MockSceneSessionManagerLiteStub
H A Dscene_session_manager_test6.cpp1441 HWTEST_F(SceneSessionManagerTest6, GetWindowStyleType, Function | SmallTest | Level3)
1445 ssm_->GetWindowStyleType(windowModeType);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/
H A Dscene_session_manager_lite_stub.cpp657 WMError errCode = GetWindowStyleType(windowStyleType); in HandleGetWindowStyleType()
H A Dscene_session_manager_lite_proxy.cpp1187 WMError SceneSessionManagerLiteProxy::GetWindowStyleType(WindowStyleType& windowStyleType) in GetWindowStyleType() function in OHOS::Rosen::SceneSessionManagerLiteProxy

12