Searched refs:debugLevel (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/ |
H A D | log.c | 28 g_fillpLmGlobal.debugLevel = (FILLP_UINT8)logLevel; in FillpApiSetDebugLogLevel()
|
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/ |
H A D | vtp_instance.cpp | 65 void VtpInstance::PrintFillpLog(FILLP_UINT32 debugType, FILLP_UINT32 debugLevel, FILLP_UINT32 debugId, in PrintFillpLog() argument 88 switch (debugLevel) { in PrintFillpLog()
|
H A D | vtp_instance.h | 62 static void PrintFillpLog(FILLP_UINT32 debugType, FILLP_UINT32 debugLevel, FILLP_UINT32 debugId, FILLP_CHAR *format,
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | fillp_os.h | 76 FILLP_UINT8 debugLevel; /* dbg level : FillpDebugLevel */ member
|
H A D | log.h | 63 if ((_level) >= g_fillpLmGlobal.debugLevel && \
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/ |
H A D | api.c | 730 g_fillpLmGlobal.debugLevel = temp; in FillpDebugCmdSetPrintLevel() 943 FILLP_SHOWLEVELBUTT("Current dbg level : %u", g_fillpLmGlobal.debugLevel); in FillpDebugControl()
|
H A D | fillp_dfx.c | 433 FILLP_DUMP_MSG_ADD_CHECK(data, *len, CRLF"Current log level: %hhu"CRLF, g_fillpLmGlobal.debugLevel); in DoShowLogLevel()
|
Completed in 9 milliseconds