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 D | fillp_mgt_msg_log.h | 48 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 D | log.c | 28 g_fillpLmGlobal.debugLevel = (FILLP_UINT8)logLevel; in FillpApiSetDebugLogLevel() 34 g_fillpLmGlobal.logModules = logModules; in FillpApiConfigLogModules() 41 g_fillpLmGlobal.mgtMsgLog = !!enable; in FillpApiSetMgtMsgLog()
|
H A D | fillp_os.c | 35 FillpLmGlobal g_fillpLmGlobal = { variable
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | log.h | 48 (*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 D | fillp_os.h | 89 extern FillpLmGlobal g_fillpLmGlobal;
|
/ohos5.0/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() 990 g_fillpLmGlobal.lmCallbackFn.debugCallbackFunc = lmFuncCallback->debugCallbackFunc; in FillpRegLMCallbackFn()
|
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()
|