Searched refs:DebugLevel (Results 1 – 4 of 4) sorted by relevance
55 enum DebugLevel { enum203 static DebugLevel debugLevel;
40 DebugLevel Properties::debugLevel = kDebugDisabled;112 debugLevel = (DebugLevel)property_get_int(PROPERTY_DEBUG, kDebugDisabled); in load()
2261 ? ISupplicant.DebugLevel.DEBUG in setLogLevel()2262 : ISupplicant.DebugLevel.INFO; in setLogLevel()
1586 .setDebugParams(eq(ISupplicant.DebugLevel.DEBUG), eq(false), eq(false)); in testSetLogLevel()