Home
last modified time | relevance | path

Searched refs:configMap (Results 1 - 4 of 4) sorted by relevance

/base/global/i18n/frameworks/intl/src/
H A Dlocale_info.cpp58 void LocaleInfo::InitLocaleInfo(const std::string &localeTag, std::map<std::string, std::string> &configMap) in InitLocaleInfo() argument
61 configs = configMap; in InitLocaleInfo()
85 std::map<std::string, std::string> configMap; in LocaleInfo() local
86 InitLocaleInfo(localeTag, configMap); in LocaleInfo()
89 LocaleInfo::LocaleInfo(const std::string &localeTag, std::map<std::string, std::string> &configMap) in LocaleInfo() argument
91 InitLocaleInfo(localeTag, configMap); in LocaleInfo()
/base/hiviewdfx/hiview/plugins/sysevent_source/control/config/
H A Ddaily_config.cpp65 const std::unordered_map<std::string, int32_t> configMap = { in ParseCommonThreshold() local
69 for (const auto& [key, value] : configMap) { in ParseCommonThreshold()
/base/web/webview/ohos_nweb/src/
H A Dnweb_config_helper.cpp45 const std::unordered_map<std::string_view, std::function<std::string(std::string&)>> configMap = { member
180 auto it = configMap.find(nodeName + "/" + childNodeName); in ReadConfig()
181 if (it == configMap.end()) { in ReadConfig()
438 auto it = configMap.find(nodeName + "/" + childNodeName); in ParseDeleteConfig()
439 if (it == configMap.end()) { in ParseDeleteConfig()
/base/global/i18n/frameworks/intl/include/
H A Dlocale_info.h81 void InitLocaleInfo(const std::string &localeTag, std::map<std::string, std::string> &configMap);

Completed in 3 milliseconds