Searched refs:JSON_ARRAY_IDS (Results 1 – 2 of 2) sorted by relevance
44 const map<string, string> ConfigParser::JSON_ARRAY_IDS = { member in OHOS::Global::Restool::ConfigParser313 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()
81 static const std::map<std::string, std::string> JSON_ARRAY_IDS; variable