Searched refs:JSON_STRING_IDS (Results 1 – 2 of 2) sorted by relevance
33 const map<string, string> ConfigParser::JSON_STRING_IDS = { member in OHOS::Global::Restool::ConfigParser361 const auto &result = JSON_STRING_IDS.find(key); in ParseJsonStringRef()362 if (result == JSON_STRING_IDS.end()) { in ParseJsonStringRef()367 if (!GetRefIdFromString(value, update, JSON_STRING_IDS.at(key))) { in ParseJsonStringRef()
94 static const std::map<std::string, std::string> JSON_STRING_IDS; variable