Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/sensor/utils/common/include/
H A Dsensor_log.h29 #ifndef SENSOR_FUNC_INFO
30 #define SENSOR_FUNC_INFO __FUNCTION__ macro
34 HILOG_DEBUG(LOG_CORE, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \
37 HILOG_INFO(LOG_CORE, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \
40 HILOG_WARN(LOG_CORE, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \
43 HILOG_ERROR(LOG_CORE, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \
46 HILOG_FATAL(LOG_CORE, SENSOR_FUNC_FMT fmt, SENSOR_FUNC_INFO, ##__VA_ARGS__); \