Home
last modified time | relevance | path

Searched defs:AT_LOG_ERROR (Results 1 – 1 of 1) sorted by relevance

/base/security/access_token/interfaces/innerkits/nativetoken/include/
Dnativetoken_log.h26 #define AT_LOG_ERROR(fmt, ...) HILOG_ERROR(LOG_CORE, fmt, ##__VA_ARGS__) macro
44 #define AT_LOG_ERROR(fmt, ...) printf("[%s] error: " fmt "\n", LOG_TAG, ##__VA_ARGS__) macro