Home
last modified time | relevance | path

Searched refs:systemBarPropertyFlags (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/test/systemtest/wms/
H A Dwindow_immersive_test2.cpp256 const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<WindowSceneSessionImpl> windowToken) in UpdateSystemBarProperties()
258 for (auto it : systemBarPropertyFlags) { in UpdateSystemBarProperties()
288 static WMError SetSystemBarPropertiesByFlags(std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, in SetSystemBarPropertiesByFlags() argument
294 for (auto it : systemBarPropertyFlags) { in SetSystemBarPropertiesByFlags()
309 std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, WindowType type) in GetSystemBarStatus()
314 systemBarPropertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = {true, true, true, true}; in GetSystemBarStatus()
315 systemBarPropertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_INDICATOR] = {true, true, true, true}; in GetSystemBarStatus()
316 systemBarPropertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = {true, true, true, true}; in GetSystemBarStatus()
327 std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, WindowType type) in GetSystemBarStatus()
329 systemBarPropertyFlags[WindowTyp in GetSystemBarStatus()
255 UpdateSystemBarProperties(std::map<WindowType, SystemBarProperty>& systemBarProperties, const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<WindowSceneSessionImpl> windowToken) UpdateSystemBarProperties() argument
308 GetSystemBarStatus(std::map<WindowType, SystemBarProperty>& systemBarProperties, std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, WindowType type) GetSystemBarStatus() argument
326 GetSystemBarStatus(std::map<WindowType, SystemBarProperty>& systemBarProperties, SystemBarProperty pro, std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, WindowType type) GetSystemBarStatus() argument
341 GetSpecificBarStatus( std::map<WindowType, SystemBarProperty>& systemBarProperties, std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, WindowType type) GetSpecificBarStatus() argument
550 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; HWTEST_F() local
595 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; HWTEST_F() local
654 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; HWTEST_F() local
708 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; HWTEST_F() local
[all...]
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.cpp977 const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<Window> weakToken) in UpdateSystemBarProperties()
979 for (auto it : systemBarPropertyFlags) { in UpdateSystemBarProperties()
1066 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; in SetWindowSystemBarEnable() local
1073 systemBarPropertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = SystemBarPropertyFlag(); in SetWindowSystemBarEnable()
1074 systemBarPropertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR] = SystemBarPropertyFlag(); in SetWindowSystemBarEnable()
1083 systemBarPropertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].enableFlag = true; in SetWindowSystemBarEnable()
1084 systemBarPropertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].enableFlag = true; in SetWindowSystemBarEnable()
1085 UpdateSystemBarProperties(systemBarProperties, systemBarPropertyFlags, windowToken_); in SetWindowSystemBarEnable()
976 UpdateSystemBarProperties(std::map<WindowType, SystemBarProperty>& systemBarProperties, const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<Window> weakToken) UpdateSystemBarProperties() argument
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.cpp965 const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<Window> windowToken) in UpdateSystemBarProperties()
967 for (auto it : systemBarPropertyFlags) { in UpdateSystemBarProperties()
2607 static WMError SetSystemBarPropertiesByFlags(std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, in SetSystemBarPropertiesByFlags() argument
2613 for (auto it : systemBarPropertyFlags) { in SetSystemBarPropertiesByFlags()
2630 std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, std::shared_ptr<WMError> errCodePtr) in SetSystemBarEnableTask()
2632 execute = [weakToken, systemBarProperties, systemBarPropertyFlags, errCodePtr]() mutable { in SetSystemBarEnableTask()
2644 UpdateSystemBarProperties(systemBarProperties, systemBarPropertyFlags, spWindow); in SetSystemBarEnableTask()
2682 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; in OnSetSystemBarEnable() local
2683 if (*errCodePtr == WMError::WM_OK && !GetSystemBarStatus(systemBarProperties, systemBarPropertyFlags, in OnSetSystemBarEnable()
2691 SetSystemBarEnableTask(execute, complete, weakToken, systemBarProperties, systemBarPropertyFlags, errCodePt in OnSetSystemBarEnable()
964 UpdateSystemBarProperties(std::map<WindowType, SystemBarProperty>& systemBarProperties, const std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, sptr<Window> windowToken) UpdateSystemBarProperties() argument
2628 SetSystemBarEnableTask(NapiAsyncTask::ExecuteCallback& execute, NapiAsyncTask::CompleteCallback& complete, wptr<Window> weakToken, std::map<WindowType, SystemBarProperty>& systemBarProperties, std::map<WindowType, SystemBarPropertyFlag>& systemBarPropertyFlags, std::shared_ptr<WMError> errCodePtr) SetSystemBarEnableTask() argument
2709 std::map<WindowType, SystemBarPropertyFlag> systemBarPropertyFlags; OnSetWindowSystemBarEnable() local
[all...]

Completed in 11 milliseconds