Searched refs:JsonObjVec (Results 1 – 6 of 6) sorted by relevance
28 using JsonObjVec = std::vector<cJSON*>; variable35 … static bool ParseJsonToObjVec(const cJSON* json, const std::string& key, JsonObjVec& jsonObjVec);
58 const JsonObjVec& trustedTicketJson);
63 …bool ParseTrustedAppSourceJson(SourceInfoVec& trustedAppSources, const JsonObjVec& trustedAppSourc…
92 JsonObjVec trustedTicketJson; in GetTicketTrustedSources()113 const JsonObjVec& trustedTicketJson) in ParseTrustedTicketSourceJson()
120 JsonObjVec trustedAppSourceJson; in GetAppTrustedSources()141 const JsonObjVec& trustedAppSourceJson) in ParseTrustedAppSourceJson()
97 bool JsonParserUtils::ParseJsonToObjVec(const cJSON* json, const std::string& key, JsonObjVec& json… in ParseJsonToObjVec()