Searched refs:LOCATION_FUNC_FMT (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/location/interfaces/inner_api/include/ |
H A D | location_log.h | 30 #ifndef LOCATION_FUNC_FMT 31 #define LOCATION_FUNC_FMT "[(%{public}s:%{public}d)]" 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__); \
|