Searched refs:CheckJsonIntegerValue (Results 1 – 2 of 2) sorted by relevance
51 … bool CheckJsonIntegerValue(const Json::Value &valueNode, const ResourceItem &resourceItem) const;
162 if (!CheckJsonIntegerValue(valueNode, resourceItem)) { in HandleInteger()220 if (!CheckJsonIntegerValue(arrayItem, resourceItem)) { in HandleIntegerArray()319 bool JsonCompiler::CheckJsonIntegerValue(const Json::Value &valueNode, const ResourceItem &resource… in CheckJsonIntegerValue() function in OHOS::Global::Restool::JsonCompiler