Searched refs:parseJsonObject (Results 1 – 6 of 6) sorted by relevance
50 bool parseJsonObject(
62 if (!parseJsonObject(mJsonObjects[0], &mTokens)) in extractAssetFromString()143 bool JsonAssetLoader::parseJsonObject(const String8& jsonObject, in parseJsonObject() function in android::clearkeycas::JsonAssetLoader
54 bool parseJsonObject(const String8& jsonObject, Vector<String8>* tokens);
42 bool parseJsonObject(const std::string& jsonObject, std::vector<std::string>* tokens);
76 if (!parseJsonObject(mJsonObjects[i], &mTokens)) in extractKeysFromJsonWebKeySet()183 bool JsonWebKey::parseJsonObject(const String8& jsonObject, in parseJsonObject() function in clearkeydrm::JsonWebKey
72 if (!parseJsonObject(mJsonObjects[i], &mTokens)) return false; in extractKeysFromJsonWebKeySet()174 bool JsonWebKey::parseJsonObject(const std::string& jsonObject, std::vector<std::string>* tokens) { in parseJsonObject() function in clearkeydrm::JsonWebKey