Searched refs:SENSOR_FUNC_FMT (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/sensors/sensor/utils/common/include/ |
H A D | sensor_log.h | 25 #ifndef SENSOR_FUNC_FMT 26 #define SENSOR_FUNC_FMT "in %{public}s, " 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__); \
|