Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dconfig_parser.cpp347 if (!GetRefIdFromString(value, update, JSON_ARRAY_IDS.at(key))) { in ParseJsonArrayRef()
367 if (!GetRefIdFromString(value, update, JSON_STRING_IDS.at(key))) { in ParseJsonStringRef()
392 bool ConfigParser::GetRefIdFromString(string &value, bool &update, const string &match) const in GetRefIdFromString() function in OHOS::Global::Restool::ConfigParser
/developtools/global_resource_tool/include/
Dconfig_parser.h80 bool GetRefIdFromString(std::string &value, bool &update, const std::string &match) const;