Searched refs:GetJsonStringVec (Results 1 – 4 of 4) sorted by relevance
37 static bool GetJsonStringVec(const cJSON* json, const std::string& key, StringVec& value);
79 bool JsonParserUtils::GetJsonStringVec(const cJSON* json, const std::string& key, StringVec& value) in GetJsonStringVec() function in OHOS::Security::Verify::JsonParserUtils
135 if (!JsonParserUtils::GetJsonStringVec(TicketSource, KEY_OF_CRITIALCAL_CERT_EXTENSION, in ParseTrustedTicketSourceJson()
176 if (!JsonParserUtils::GetJsonStringVec(appSource, KEY_OF_CRITIALCAL_CERT_EXTENSION, in ParseTrustedAppSourceJson()