/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | system_bar_style_ohos.cpp | 23 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags); 38 const std::map<OHOS::Rosen::WindowType, OHOS::Rosen::SystemBarPropertyFlag>& propertyFlags) in GetStatusBarContentColorFlag() 68 Rosen::SystemBarPropertyFlag flag; in GetCurrentSystemBarStyle()
|
H A D | system_bar_style_ohos.h | 38 std::map<Rosen::WindowType, Rosen::SystemBarPropertyFlag> propertyFlags_;
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.h | 292 std::map<WindowType, SystemBarPropertyFlag>& newPropertyFlags,
294 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
297 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
300 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
303 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
305 std::map<WindowType, SystemBarPropertyFlag>& systemBarpropertyFlags,
342 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
|
H A D | js_window_utils.cpp | 592 std::map<WindowType, SystemBarPropertyFlag>& systemBarpropertyFlags,
in GetSystemBarStatus() 617 systemBarpropertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = SystemBarPropertyFlag();
in GetSystemBarStatus() 618 systemBarpropertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = SystemBarPropertyFlag();
in GetSystemBarStatus() 619 systemBarpropertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR] = SystemBarPropertyFlag();
in GetSystemBarStatus() 820 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags)
in SetWindowStatusBarContentColor() 848 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags)
in SetWindowNavigationBarContentColor() 877 std::map<WindowType, SystemBarPropertyFlag>& newPropertyFlags,
in GetSystemBarPropertiesFromJs() 879 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags)
in GetSystemBarPropertiesFromJs() 884 propertyFlags[type] = SystemBarPropertyFlag();
in GetSystemBarPropertiesFromJs() 897 std::map<WindowType, SystemBarPropertyFlag> in SetSystemBarPropertiesFromJs() [all...] |
H A D | js_window.cpp | 965 const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<Window> windowToken)
in UpdateSystemBarProperties() 969 SystemBarPropertyFlag flag = it.second;
in UpdateSystemBarProperties() 2607 static WMError SetSystemBarPropertiesByFlags(std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags,
in SetSystemBarPropertiesByFlags() 2615 SystemBarPropertyFlag flag = it.second;
in SetSystemBarPropertiesByFlags() 2630 std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, std::shared_ptr<WMError> errCodePtr)
in SetSystemBarEnableTask() 2682 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags;
in OnSetSystemBarEnable() 2709 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags;
in OnSetWindowSystemBarEnable() 2880 std::map<WindowType, SystemBarPropertyFlag> jsSystemBarPropertyFlags;
in OnSetSystemBarProperties() 2901 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags;
in OnSetSystemBarProperties() 2934 std::map<WindowType, SystemBarPropertyFlag> jsSystemBarPropertyFlag in OnSetWindowSystemBarProperties() [all...] |
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_utils.h | 27 struct SystemBarPropertyFlag { struct 31 SystemBarPropertyFlag() : enableFlag(false), in SystemBarPropertyFlag() function
|
H A D | window_impl.cpp | 977 const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<Window> weakToken) in UpdateSystemBarProperties() 981 SystemBarPropertyFlag flag = it.second; in UpdateSystemBarProperties() 997 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags, in SetBarPropertyMap() 1005 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = SystemBarPropertyFlag(); in SetBarPropertyMap() 1006 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = SystemBarPropertyFlag(); in SetBarPropertyMap() 1045 std::map<WindowType, SystemBarPropertyFlag> propertyFlags; in SetWindowSystemBarProperties() 1066 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; in SetWindowSystemBarEnable() 1073 systemBarPropertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = SystemBarPropertyFlag(); in SetWindowSystemBarEnable() 1074 systemBarPropertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = SystemBarPropertyFlag(); in SetWindowSystemBarEnable()
|
/foundation/window/window_manager/test/systemtest/wms/ |
H A D | window_immersive_test2.cpp | 256 const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<WindowSceneSessionImpl> windowToken)
in UpdateSystemBarProperties() 260 SystemBarPropertyFlag flag = it.second;
in UpdateSystemBarProperties() 288 static WMError SetSystemBarPropertiesByFlags(std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags,
in SetSystemBarPropertiesByFlags() 296 SystemBarPropertyFlag flag = it.second;
in SetSystemBarPropertiesByFlags() 309 std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, WindowType type)
in GetSystemBarStatus() 327 std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, WindowType type)
in GetSystemBarStatus() 343 std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags,
in GetSpecificBarStatus() 550 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags;
in HWTEST_F() 595 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags;
in HWTEST_F() 654 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlag in HWTEST_F() [all...] |
/foundation/window/window_manager/wm/include/ |
H A D | window_scene_session_impl.h | 133 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) override;
|
H A D | window_impl.h | 317 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) override;
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 162 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) = 0;
|
H A D | window_impl.h | 92 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) override;
|
H A D | wm_common.h | 471 * @struct SystemBarPropertyFlag 475 struct SystemBarPropertyFlag { struct in OHOS::Rosen::WindowType::WindowState::WmErrorCode::SystemBarSettingFlag::WindowSessionType::WindowTag
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 678 * @struct SystemBarPropertyFlag 682 struct SystemBarPropertyFlag { struct in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag
|
H A D | window.h | 1918 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 398 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
|
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_scene_session_impl_test.cpp | 1143 std::map<WindowType, SystemBarPropertyFlag> propertyFlags; in HWTEST_F() 1147 SystemBarPropertyFlag propertyFlag; in HWTEST_F()
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 877 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
|
H A D | window_scene_session_impl.cpp | 2069 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties()
|