Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dlog.c28 g_fillpLmGlobal.debugLevel = (FILLP_UINT8)logLevel; in FillpApiSetDebugLogLevel()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_instance.cpp65 void VtpInstance::PrintFillpLog(FILLP_UINT32 debugType, FILLP_UINT32 debugLevel, FILLP_UINT32 debug… in PrintFillpLog() argument
88 switch (debugLevel) { in PrintFillpLog()
H A Dvtp_instance.h62 …static void PrintFillpLog(FILLP_UINT32 debugType, FILLP_UINT32 debugLevel, FILLP_UINT32 debugId, F…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_os.h76 FILLP_UINT8 debugLevel; /* dbg level : FillpDebugLevel */ member
H A Dlog.h63 if ((_level) >= g_fillpLmGlobal.debugLevel && \
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c730 g_fillpLmGlobal.debugLevel = temp; in FillpDebugCmdSetPrintLevel()
943 FILLP_SHOWLEVELBUTT("Current dbg level : %u", g_fillpLmGlobal.debugLevel); in FillpDebugControl()
H A Dfillp_dfx.c433 …ILLP_DUMP_MSG_ADD_CHECK(data, *len, CRLF"Current log level: %hhu"CRLF, g_fillpLmGlobal.debugLevel); in DoShowLogLevel()