Searched refs:LOCATION_FUNC_INFO (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | location_log.h | 38 #ifndef LOCATION_FUNC_INFO 39 #define LOCATION_FUNC_INFO __FUNCTION__, __LINE__ macro 44 LOCATION_FUNC_FMT fmt, LOCATION_FUNC_INFO, ##__VA_ARGS__); \ 49 LOCATION_FUNC_FMT fmt, LOCATION_FUNC_INFO, ##__VA_ARGS__); \ 54 LOCATION_FUNC_FMT fmt, LOCATION_FUNC_INFO, ##__VA_ARGS__); \ 59 LOCATION_FUNC_FMT fmt, LOCATION_FUNC_INFO, ##__VA_ARGS__); \ 64 LOCATION_FUNC_FMT fmt, LOCATION_FUNC_INFO, ##__VA_ARGS__); \
|