Searched refs:allowedKeys (Results 1 – 2 of 2) sorted by relevance
124 public static SignedConfig parse(String config, Set<String> allowedKeys, in parse() argument134 parsedConfigs.add(parsePerSdkConfig(perSdkConfig.getJSONObject(i), allowedKeys, in parse() local154 static PerSdkConfig parsePerSdkConfig(JSONObject json, Set<String> allowedKeys, in parsePerSdkConfig() argument166 if (!allowedKeys.contains(key)) { in parsePerSdkConfig()
554 static std::string allowedKeys[] = variable565 static const int nAllowedKeys = sizeof(allowedKeys) / sizeof(allowedKeys[0]);577 if (key == allowedKeys[i]) { in contentValid()