Searched refs:ParseJsonStringRef (Results 1 – 2 of 2) sorted by relevance
79 bool ParseJsonStringRef(Json::Value &parent, const std::string &key, Json::Value &node);
331 return ParseJsonStringRef(parent, key, node); in ParseRefImpl()359 bool ConfigParser::ParseJsonStringRef(Json::Value &parent, const string &key, Json::Value &node) in ParseJsonStringRef() function in OHOS::Global::Restool::ConfigParser