Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_mgt_msg_log.h48 if (_hdr != FILLP_NULL_PTR && g_fillpLmGlobal.mgtMsgLog) { \
54 if (g_fillpLmGlobal.mgtMsgLog) { \
60 if (g_fillpLmGlobal.mgtMsgLog) { \
66 if (g_fillpLmGlobal.mgtMsgLog) { \
72 if (g_fillpLmGlobal.mgtMsgLog) { \
78 if (g_fillpLmGlobal.mgtMsgLog) { \
84 if (g_fillpLmGlobal.mgtMsgLog) { \
90 if (g_fillpLmGlobal.mgtMsgLog) { \
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dlog.c28 g_fillpLmGlobal.debugLevel = (FILLP_UINT8)logLevel; in FillpApiSetDebugLogLevel()
34 g_fillpLmGlobal.logModules = logModules; in FillpApiConfigLogModules()
41 g_fillpLmGlobal.mgtMsgLog = !!enable; in FillpApiSetMgtMsgLog()
H A Dfillp_os.c35 FillpLmGlobal g_fillpLmGlobal = { variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dlog.h48 (*g_fillpLmGlobal.lmCallbackFn.debugCallbackFunc)(_type, _level, 0, \
56 #define FILLP_LM_LOG_OUTPUT(_type, _level, _pre, fmt, ...) ((*g_fillpLmGlobal.lmCallbackFn.debugCal…
63 if ((_level) >= g_fillpLmGlobal.debugLevel && \
64 (g_fillpLmGlobal.lmCallbackFn.debugCallbackFunc != FILLP_NULL_PTR)) { \
H A Dfillp_os.h89 extern FillpLmGlobal g_fillpLmGlobal;
/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()
990 g_fillpLmGlobal.lmCallbackFn.debugCallbackFunc = lmFuncCallback->debugCallbackFunc; in FillpRegLMCallbackFn()
H A Dfillp_dfx.c433 …FILLP_DUMP_MSG_ADD_CHECK(data, *len, CRLF"Current log level: %hhu"CRLF, g_fillpLmGlobal.debugLevel… in DoShowLogLevel()