Home
last modified time | relevance | path

Searched defs:HDF_LOGD (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/include/
H A Dosal_test_type.h41 #define HDF_LOGD(fmt, ...) printf("[DEBUG]" fmt "\n", ##__VA_ARGS__) macro
/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_log.h71 #define HDF_LOGD(fmt, args...) HDF_LOGD_WRAPPER(fmt, ##args) macro