Searched refs:ParseJsonToObjVec (Results 1 – 4 of 4) sorted by relevance
35 … static bool ParseJsonToObjVec(const cJSON* json, const std::string& key, JsonObjVec& jsonObjVec);
97 bool JsonParserUtils::ParseJsonToObjVec(const cJSON* json, const std::string& key, JsonObjVec& json… in ParseJsonToObjVec() function in OHOS::Security::Verify::JsonParserUtils
93 …if (!JsonParserUtils::ParseJsonToObjVec(trustedSourceJson, KEY_OF_TICKET_TRUSTED_SOURCE, trustedTi… in GetTicketTrustedSources()
121 …if (!JsonParserUtils::ParseJsonToObjVec(trustedSourceJson, KEY_OF_APP_TRUSTED_SOURCE, trustedAppSo… in GetAppTrustedSources()