Searched refs:JSON_ARRAY_IDS (Results 1 – 2 of 2) sorted by relevance
45 const map<string, string> ConfigParser::JSON_ARRAY_IDS = { member in OHOS::Global::Restool::ConfigParser314 const auto &result = JSON_ARRAY_IDS.find(key); in ParseRefImpl()315 if (result != JSON_ARRAY_IDS.end()) { in ParseRefImpl()347 if (!GetRefIdFromString(value, update, JSON_ARRAY_IDS.at(key))) { in ParseJsonArrayRef()
95 static const std::map<std::string, std::string> JSON_ARRAY_IDS; variable