/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() 40 auto it = propertyFlags.find(OHOS::Rosen::WindowType::WINDOW_TYPE_STATUS_BAR); in GetStatusBarContentColorFlag() 41 if (it == propertyFlags.end()) { in GetStatusBarContentColorFlag() 37 GetStatusBarContentColorFlag( const std::map<OHOS::Rosen::WindowType, OHOS::Rosen::SystemBarPropertyFlag>& propertyFlags) GetStatusBarContentColorFlag() argument
|
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/ |
H A D | js_window_utils.cpp | 820 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags)
in SetWindowStatusBarContentColor() 830 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag);
in SetWindowStatusBarContentColor() 842 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag = true;
in SetWindowStatusBarContentColor() 848 std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags)
in SetWindowNavigationBarContentColor() 858 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag);
in SetWindowNavigationBarContentColor() 870 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag = true;
in SetWindowNavigationBarContentColor() 879 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags)
in GetSystemBarPropertiesFromJs() 884 propertyFlags[type] = SystemBarPropertyFlag();
in GetSystemBarPropertiesFromJs() 889 propertyFlags[type].backgroundColorFlag = newPropertyFlags[type].backgroundColorFlag;
in GetSystemBarPropertiesFromJs() 890 propertyFlags[typ in GetSystemBarPropertiesFromJs() 819 SetWindowStatusBarContentColor(napi_env env, napi_value jsObject, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetWindowStatusBarContentColor() argument 847 SetWindowNavigationBarContentColor(napi_env env, napi_value jsObject, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetWindowNavigationBarContentColor() argument 875 GetSystemBarPropertiesFromJs(sptr<Window>& window, std::map<WindowType, SystemBarProperty>& newProperties, std::map<WindowType, SystemBarPropertyFlag>& newPropertyFlags, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) GetSystemBarPropertiesFromJs() argument 895 SetSystemBarPropertiesFromJs(napi_env env, napi_value jsObject, sptr<Window>& window, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarPropertiesFromJs() argument 929 ConvertJSSystemBarStyleToSystemBarProperties(napi_env env, napi_value jsObject, std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) ConvertJSSystemBarStyleToSystemBarProperties() argument [all...] |
H A D | js_window_utils.h | 294 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
297 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
300 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
303 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
342 std::map<WindowType, SystemBarPropertyFlag>& propertyFlags);
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | platform_hardware_buffer_util_vk.cpp | 38 (physicalDeviceMemoryProperties.memoryTypes[idx].propertyFlags == memoryPropertyFlags)) { in GetMemoryTypeIndex() 45 if ((memoryTypeBits & (1 << idx)) && ((physicalDeviceMemoryProperties.memoryTypes[idx].propertyFlags & in GetMemoryTypeIndex()
|
H A D | create_functions_vk.cpp | 85 const uint32_t flags = memoryType.propertyFlags; in GetMemoryPropertyFlagsStr()
|
H A D | device_vk.cpp | 741 (memoryProperties.memoryTypeCount > 0) ? (MemoryPropertyFlags)memoryProperties.memoryTypes[0].propertyFlags : 0; in CreatePhysicalDevice() 744 (MemoryPropertyFlags)memoryProperties.memoryTypes[idx].propertyFlags; in CreatePhysicalDevice()
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.cpp | 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() 1008 statusProperty.backgroundColor_, propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].backgroundColorFlag); in SetBarPropertyMap() 1011 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].backgroundColorFlag); in SetBarPropertyMap() 1015 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag); in SetBarPropertyMap() 1022 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR].contentColorFlag = true; in SetBarPropertyMap() 1027 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag); in SetBarPropertyMap() 1034 propertyFlags[WindowType::WINDOW_TYPE_NAVIGATION_BAR].contentColorFlag = true; in SetBarPropertyMap() 1045 std::map<WindowType, SystemBarPropertyFlag> propertyFlags; in SetWindowSystemBarProperties() local 995 SetBarPropertyMap( std::map<WindowType, SystemBarProperty>& properties, std::map<WindowType, SystemBarPropertyFlag>& propertyFlags, const CBarProperties& cProperties, sptr<Window> nativeWindow) SetBarPropertyMap() argument [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | native_buffer_utils.cpp | 123 uint32_t supportedFlags = pdmp.memoryTypes[i].propertyFlags & VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in AllocateDeviceMemory()
|
/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;
|
/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() local 1149 propertyFlags[WindowType::WINDOW_TYPE_STATUS_BAR] = propertyFlag; in HWTEST_F() 1150 ASSERT_EQ(WMError::WM_OK, window->SetSystemBarProperties(properties, propertyFlags)); in HWTEST_F()
|
/foundation/window/window_manager/previewer/src/ |
H A D | window_impl.cpp | 398 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties() 397 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | window.h | 1914 * @param propertyFlags flags of system bar property 1918 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties() 1917 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
|
/foundation/window/window_manager/wm/src/ |
H A D | window_impl.cpp | 877 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties() 880 auto flagIter = propertyFlags.find(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties() 882 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties() 876 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
|
H A D | window_scene_session_impl.cpp | 2069 const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) in SetSystemBarProperties() 2072 auto flagIter = propertyFlags.find(WindowType::WINDOW_TYPE_STATUS_BAR); in SetSystemBarProperties() 2074 if ((flagIter != propertyFlags.end() && flagIter->second.contentColorFlag) && in SetSystemBarProperties() 2068 SetSystemBarProperties(const std::map<WindowType, SystemBarProperty>& properties, const std::map<WindowType, SystemBarPropertyFlag>& propertyFlags) SetSystemBarProperties() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1222 if ((typeFilter & (1 << i)) && (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in FindMemoryType()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 75 if ((typeFilter & (1 << i)) && (memProperties.memoryTypes[i].propertyFlags & properties) == properties) { in findMemoryType()
|