Home
last modified time | relevance | path

Searched refs:DHLog (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddh_log.h28 void DHLog(DHLogLevel logLevel, const char *fmt, ...);
77 #define ULOGD(fmt, ...) DHLog(DH_LOG_DEBUG, \
80 #define ULOGI(fmt, ...) DHLog(DH_LOG_INFO, \
83 #define ULOGW(fmt, ...) DHLog(DH_LOG_WARN, \
86 #define ULOGE(fmt, ...) DHLog(DH_LOG_ERROR, \
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/log/include/
H A Ddaudio_log.h36 void DHLog(DHLogLevel logLevel, const char *fmt, ...);
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/log/src/
H A Ddaudio_log.cpp72 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog() function
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddh_log.cpp75 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog() function