Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/interfaces/inner_api/utils/
H A Dhdf_log.h41 #define LOG_TAG_MARK_EXTEND(HDF_TAG) #HDF_TAG argument
42 #define LOG_TAG_MARK(HDF_TAG) LOG_TAG_MARK_EXTEND(HDF_TAG) argument
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/templates/lite/
H A Dhdf_driver.c.template4 …r_case}_driver // Tag contained in logs. If no tag is not specified, the default HDF_TAG is used.
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-hdf-manage.md523 #define HDF_LOG_TAG sample_driver // 打印日志所包含的标签,如果不定义则用默认定义的HDF_TAG标签。
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-hdf-manage.md530 …e_driver" // Define the tag contained in logs. If no tag is defined, the default HDF_TAG is used.