Home
last modified time | relevance | path

Searched refs:configItemTypeMap_ (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_graphic_config.h40 static const std::map<std::string, ValueType> configItemTypeMap_; member in OHOS::Rosen::RSGraphicConfig
H A Drs_graphic_config.cpp23 const std::map<std::string, RSGraphicConfig::ValueType> RSGraphicConfig::configItemTypeMap_ = { member in OHOS::Rosen::RSGraphicConfig
118 if (configItemTypeMap_.count(nodeName)) { in ReadConfig()
123 switch (configItemTypeMap_.at(nodeName)) { in ReadConfig()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dwindow_scene_config.h41 static const std::map<std::string, ValueType> configItemTypeMap_; member in OHOS::Rosen::WindowSceneConfig
/foundation/window/window_manager/wmserver/include/
H A Dwindow_manager_config.h40 static const std::map<std::string, ValueType> configItemTypeMap_; member in OHOS::Rosen::WindowManagerConfig
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dwindow_scene_config.cpp29 const std::map<std::string, WindowSceneConfig::ValueType> WindowSceneConfig::configItemTypeMap_ = { member in OHOS::Rosen::WindowSceneConfig
137 if (configItemTypeMap_.count(nodeName)) { in ReadConfig()
142 switch (configItemTypeMap_.at(nodeName)) { in ReadConfig()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_config.cpp28 const std::map<std::string, WindowManagerConfig::ValueType> WindowManagerConfig::configItemTypeMap_ = { member in OHOS::Rosen::WindowManagerConfig
117 if (configItemTypeMap_.count(nodeName)) { in ReadConfig()
122 switch (configItemTypeMap_.at(nodeName)) { in ReadConfig()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_graphic_config_unit_test.cpp135 const_cast<std::map<std::string, RSGraphicConfig::ValueType>*>(&RSGraphicConfig::configItemTypeMap_); in HWTEST_F()
198 const_cast<std::map<std::string, RSGraphicConfig::ValueType>*>(&RSGraphicConfig::configItemTypeMap_);
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_graphic_config_test.cpp135 const_cast<std::map<std::string, RSGraphicConfig::ValueType>*>(&RSGraphicConfig::configItemTypeMap_); in HWTEST_F()
198 const_cast<std::map<std::string, RSGraphicConfig::ValueType>*>(&RSGraphicConfig::configItemTypeMap_);

Completed in 4 milliseconds