Searched defs:configType (Results 1 – 3 of 3) sorted by relevance
305 const auto updateFromXmlPerType = [&](const char* filename, const char* configType) -> bool { in __anon3cca04140302()
107 @ConfigType public final int configType; field in IkeConfigPayload
1128 private boolean validateConfig(int config, Set<Integer> validConfigValues, String configType) { in validateConfig()