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