Searched refs:ParseJsonStringRef (Results 1 – 2 of 2) sorted by relevance
84 bool ParseJsonStringRef(cJSON *parent, const std::string &key, cJSON *node);
355 return ParseJsonStringRef(parent, key, node); in ParseRefImpl()389 bool ConfigParser::ParseJsonStringRef(cJSON *parent, const string &key, cJSON *node) in ParseJsonStringRef() function in OHOS::Global::Restool::ConfigParser