Searched refs:DebugLevel (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.2/ |
D | supplicant.h | 60 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys, 62 Return<ISupplicant::DebugLevel> getDebugLevel() override; 81 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys);
|
D | supplicant.cpp | 211 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys, in setDebugParams() 228 Return<ISupplicant::DebugLevel> Supplicant::getDebugLevel() in getDebugLevel() 232 return (ISupplicant::DebugLevel)wpa_debug_level; in getDebugLevel() 396 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys) in setDebugParamsInternal()
|
D | hidl_manager.h | 313 static_cast<uint32_t>(ISupplicant::DebugLevel::EXCESSIVE) == MSG_EXCESSIVE, 316 static_cast<uint32_t>(ISupplicant::DebugLevel::ERROR) == MSG_ERROR,
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.c | 83 static OSStatus DebugPrint( DebugLevel inLevel, char *inData, size_t inSize ); 128 static void DebugWindowsEventLogPrint( DebugLevel inLevel, char *inData, size_t inSize ); 198 static DebugLevel gDebugPrintLevelMin = kDebugLevelInfo; 199 static DebugLevel gDebugPrintLevelMax = kDebugLevelMax; 200 static DebugLevel gDebugBreakLevel = kDebugLevelAssert; 424 DebugLevel * level; in DebugGetProperty() 430 level = va_arg( args, DebugLevel * ); in DebugGetProperty() 436 level = va_arg( args, DebugLevel * ); in DebugGetProperty() 442 level = va_arg( args, DebugLevel * ); in DebugGetProperty() 463 DebugLevel level; in DebugSetProperty() [all …]
|
D | DebugServices.h | 281 typedef int32_t DebugLevel; typedef 1406 DEBUG_EXPORT size_t DebugPrintF( DebugLevel inLevel, const char *inFormat, ... ); 1416 DEBUG_EXPORT size_t DebugPrintFVAList( DebugLevel inLevel, const char *inFormat, va_list inArgs ); 1540 DebugLevel inLevel,
|
/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 200 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet ); 1695 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet ) in DebugDumpQuerySet()
|
/external/llvm/docs/ |
D | CommandLine.rst | 435 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | CommandLine.rst | 432 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),
|