Searched refs:DHLog (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dh_log.h | 28 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 D | daudio_log.h | 36 void DHLog(DHLogLevel logLevel, const char *fmt, ...);
|
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/log/src/ |
H A D | daudio_log.cpp | 72 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog() function
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dh_log.cpp | 75 void DHLog(DHLogLevel logLevel, const char *fmt, ...) in DHLog() function
|