Home
last modified time | relevance | path

Searched refs:GetSystemBarProperties (Results 1 - 11 of 11) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_bar_style_ohos.cpp67 window->GetSystemBarProperties(style->properties_); in GetCurrentSystemBarStyle()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h134 WMError GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) override;
H A Dwindow_impl.h318 virtual WMError GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) override;
/foundation/window/window_manager/previewer/include/
H A Dwindow.h163 virtual WMError GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) = 0;
H A Dwindow_impl.h93 virtual WMError GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) override;
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1153 ASSERT_EQ(WMError::WM_OK, window->GetSystemBarProperties(currProperties)); in HWTEST_F()
1159 * @tc.name: GetSystemBarProperties
1160 * @tc.desc: GetSystemBarProperties test
1163 HWTEST_F(WindowSceneSessionImplTest, GetSystemBarProperties, Function | SmallTest | Level3) in HWTEST_F()
1168 option->SetWindowName("GetSystemBarProperties"); in HWTEST_F()
1172 ASSERT_EQ(WMError::WM_OK, window->GetSystemBarProperties(properties)); in HWTEST_F()
H A Dwindow_scene_session_impl_test3.cpp1616 * @tc.name: GetSystemBarProperties
1617 * @tc.desc: GetSystemBarProperties
1620 HWTEST_F(WindowSceneSessionImplTest3, GetSystemBarProperties, Function | SmallTest | Level2) in HWTEST_F()
1624 option->SetWindowName("GetSystemBarProperties"); in HWTEST_F()
1629 auto ret = windowSceneSessionImpl->GetSystemBarProperties(properties); in HWTEST_F()
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp403 WMError WindowImpl::GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) in GetSystemBarProperties() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1929 virtual WMError GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) in GetSystemBarProperties() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp895 WMError WindowImpl::GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) in GetSystemBarProperties() function in OHOS::Rosen::WindowImpl
H A Dwindow_scene_session_impl.cpp2088 WMError WindowSceneSessionImpl::GetSystemBarProperties(std::map<WindowType, SystemBarProperty>& properties) in GetSystemBarProperties() function in OHOS::Rosen::WindowSceneSessionImpl

Completed in 29 milliseconds