Home
last modified time | relevance | path

Searched refs:GetSystemBarPropertyByType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp229 SystemBarProperty WindowImpl::GetSystemBarPropertyByType(WindowType type) const in GetSystemBarPropertyByType() function in OHOS::Rosen::WindowImpl
381 if (GetSystemBarPropertyByType(type) == property) { in SetSpecificBarProperty()
396 … SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in UpdateSystemBarProperty()
402 …SystemBarProperty naviProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR… in UpdateSystemBarProperty()
408 …SystemBarProperty naviIndicatorProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIG… in UpdateSystemBarProperty()
929 auto statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in IsFullScreen()
930 auto naviProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR); in IsFullScreen()
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp982 auto property = weakToken->GetSystemBarPropertyByType(type); in UpdateSystemBarProperties()
1001 …auto statusProperty = nativeWindow->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetBarPropertyMap()
1002 …auto navProperty = nativeWindow->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR… in SetBarPropertyMap()
1067 …auto statusProperty = windowToken_->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetWindowSystemBarEnable()
1068 …auto navProperty = windowToken_->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR… in SetWindowSystemBarEnable()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp413 SystemBarProperty WindowImpl::GetSystemBarPropertyByType(WindowType type) const in GetSystemBarPropertyByType() function in OHOS::Rosen::WindowImpl
894 if (GetSystemBarPropertyByType(type) == property) { in SetSystemBarProperty()
912 SystemBarProperty current = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties()
952 … SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in UpdateSystemBarProperty()
953 …SystemBarProperty naviProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR… in UpdateSystemBarProperty()
962 if ((GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR) == statusProperty) && in UpdateSystemBarProperty()
963 (GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR) == naviProperty)) { in UpdateSystemBarProperty()
966 if (!(GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR) == statusProperty)) { in UpdateSystemBarProperty()
969 if (!(GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR) == naviProperty)) { in UpdateSystemBarProperty()
4097 auto statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in IsFullScreen()
[all …]
H A Dwindow_scene_session_impl.cpp650 … SystemBarProperty statusBarProp = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in UpdateDefaultStatusBarColor()
2040 SystemBarProperty WindowSceneSessionImpl::GetSystemBarPropertyByType(WindowType type) const in GetSystemBarPropertyByType() function in OHOS::Rosen::WindowSceneSessionImpl
2093 } else if (GetSystemBarPropertyByType(type) == property && in SetSpecificBarProperty()
2131 SystemBarProperty current = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties()
2193 … SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetFullScreen()
2206 … SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in IsFullScreen()
3613 … SystemBarProperty statusProperty = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in UpdateWindowMode()
H A Dwindow_session_impl.cpp1388 auto property = GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in SetUIContentInner()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h58 …virtual SystemBarProperty GetSystemBarPropertyByType(WindowType type) const {return g_SystemBarPro… in GetSystemBarPropertyByType() function
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test.cpp1190 window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR).settingFlag_);
1196 window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR).settingFlag_);
1202 window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR).settingFlag_);
1232 …SystemBarProperty current = window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR);
H A Dwindow_impl_test.cpp747 ASSERT_EQ(SYS_BAR_PROP, window->GetSystemBarPropertyByType(type));
775 …ASSERT_EQ(DEFAULT_PROP, window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR)…
803 …ASSERT_EQ(DEFAULT_PROP, window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_APP_MAIN_WINDOW…
H A Dwindow_scene_session_impl_test4.cpp510 HWTEST_F(WindowSceneSessionImplTest4, GetSystemBarPropertyByType, Function | SmallTest | Level2)
518 windowSceneSessionImpl->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR);
H A Dwindow_test.cpp330 HWTEST_F(WindowTest, GetSystemBarPropertyByType, Function | SmallTest | Level2)
334 …ASSERT_EQ(SystemBarProperty(), window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_APP_MAIN…
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h65 SystemBarProperty GetSystemBarPropertyByType(WindowType type) const override;
H A Dwindow_impl.h142 virtual SystemBarProperty GetSystemBarPropertyByType(WindowType type) const override;
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h79 virtual SystemBarProperty GetSystemBarPropertyByType(WindowType type) const override;
H A Dwindow.h147 virtual SystemBarProperty GetSystemBarPropertyByType(WindowType type) const = 0;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window_utils.cpp498 … SystemBarProperty status = window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_STATUS_BAR); in CreateJsSystemBarPropertiesObject()
499 …SystemBarProperty navi = window->GetSystemBarPropertyByType(WindowType::WINDOW_TYPE_NAVIGATION_BAR… in CreateJsSystemBarPropertiesObject()
H A Djs_window.cpp978 auto property = window->GetSystemBarPropertyByType(systemBarType); in UpdateSystemBarProperties()
2841 auto property = window->GetSystemBarPropertyByType(systemBarType); in OnSetSpecificSystemBarEnabled()
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h731 virtual SystemBarProperty GetSystemBarPropertyByType(WindowType type) const { return {}; } in GetSystemBarPropertyByType() function