Home
last modified time | relevance | path

Searched refs:JSON_ARRAY_IDS (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dconfig_parser.cpp44 const map<string, string> ConfigParser::JSON_ARRAY_IDS = { member in OHOS::Global::Restool::ConfigParser
313 const auto &result = JSON_ARRAY_IDS.find(key); in ParseRefImpl()
314 if (result != JSON_ARRAY_IDS.end()) { in ParseRefImpl()
346 if (!GetRefIdFromString(value, update, JSON_ARRAY_IDS.at(key))) { in ParseJsonArrayRef()
/developtools/global_resource_tool/include/
Dconfig_parser.h81 static const std::map<std::string, std::string> JSON_ARRAY_IDS; variable