Home
last modified time | relevance | path

Searched refs:GetDFinderLogLevel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_dfinder_log.h27 uint32_t GetDFinderLogLevel(void);
32 …DFINDER_LOG_COMMON(moduleName, DFINDER_LOG_LEVEL_FATAL, GetDFinderLogLevel(), format, ##__VA_ARGS_…
34 …DFINDER_LOG_COMMON(moduleName, DFINDER_LOG_LEVEL_ERROR, GetDFinderLogLevel(), format, ##__VA_ARGS_…
36 …DFINDER_LOG_COMMON(moduleName, DFINDER_LOG_LEVEL_WARNING, GetDFinderLogLevel(), format, ##__VA_ARG…
38 …DFINDER_LOG_COMMON(moduleName, DFINDER_LOG_LEVEL_INFO, GetDFinderLogLevel(), format, ##__VA_ARGS__)
40 …DFINDER_LOG_COMMON(moduleName, DFINDER_LOG_LEVEL_DEBUG, GetDFinderLogLevel(), format, ##__VA_ARGS_…
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_dfinder_log.c26 uint32_t GetDFinderLogLevel(void) in GetDFinderLogLevel() function