Searched refs:configItemTypeMap_ (Results 1 – 4 of 4) sorted by relevance
28 const std::map<std::string, WindowManagerConfig::ValueType> WindowManagerConfig::configItemTypeMap_… member in OHOS::Rosen::WindowManagerConfig117 if (configItemTypeMap_.count(nodeName)) { in ReadConfig()122 switch (configItemTypeMap_.at(nodeName)) { in ReadConfig()
29 const std::map<std::string, WindowSceneConfig::ValueType> WindowSceneConfig::configItemTypeMap_ = { member in OHOS::Rosen::WindowSceneConfig138 if (configItemTypeMap_.count(nodeName)) { in ReadConfig()143 switch (configItemTypeMap_.at(nodeName)) { in ReadConfig()
40 static const std::map<std::string, ValueType> configItemTypeMap_; variable
41 static const std::map<std::string, ValueType> configItemTypeMap_; variable