Home
last modified time | relevance | path

Searched refs:DebugLevel (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
Dsupplicant.h52 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys,
54 Return<ISupplicant::DebugLevel> getDebugLevel() override;
69 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys);
Dsupplicant.cpp58 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys, in setDebugParams()
75 Return<ISupplicant::DebugLevel> Supplicant::getDebugLevel() in getDebugLevel()
79 return (ISupplicant::DebugLevel)wpa_debug_level; in getDebugLevel()
159 ISupplicant::DebugLevel level, bool show_timestamp, bool show_keys) in setDebugParamsInternal()
Dhidl_manager.h293 static_cast<uint32_t>(ISupplicant::DebugLevel::EXCESSIVE) == MSG_EXCESSIVE,
296 static_cast<uint32_t>(ISupplicant::DebugLevel::ERROR) == MSG_ERROR,
/external/mdnsresponder/mDNSShared/
DDebugServices.c83 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 …]
DDebugServices.h281 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/
DmdnsNSP.c200 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet );
1695 void DebugDumpQuerySet( DebugLevel inLevel, const WSAQUERYSETW *inQuerySet ) in DebugDumpQuerySet()
/external/llvm/docs/
DCommandLine.rst435 cl::opt<DebugLev> DebugLevel("debug_level", cl::desc("Set the debugging level:"),