Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_log.h25 uint32_t GetDFileLogLevel(void);
30 DFILE_LOG_COMMON(moduleName, DFILE_LOG_LEVEL_FATAL, GetDFileLogLevel(), format, ##__VA_ARGS__)
32 DFILE_LOG_COMMON(moduleName, DFILE_LOG_LEVEL_ERROR, GetDFileLogLevel(), format, ##__VA_ARGS__)
34 DFILE_LOG_COMMON(moduleName, DFILE_LOG_LEVEL_WARNING, GetDFileLogLevel(), format, ##__VA_ARGS__)
36 DFILE_LOG_COMMON(moduleName, DFILE_LOG_LEVEL_INFO, GetDFileLogLevel(), format, ##__VA_ARGS__)
38 DFILE_LOG_COMMON(moduleName, DFILE_LOG_LEVEL_DEBUG, GetDFileLogLevel(), format, ##__VA_ARGS__)
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_log.c23 uint32_t GetDFileLogLevel(void) in GetDFileLogLevel() function