Searched refs:LOGF (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/ulog/include/ulog/ |
A D | ulog.h | 79 #define LOGF(mod, ...) macro 94 #define LOGF(mod, ...) ulog(LOG_CRIT, mod, ULOG_TAG, __VA_ARGS__) macro
|
/AliOS-Things-master/components/amp_adapter/include/ |
A D | aos_system.h | 21 #define amp_fatal(mod, fmt, ...) LOGF(mod, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 80 #define amp_fatal(mod, fmt, ...) LOGF(mod, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 84 #define amp_fatal(mod, fmt, ...) LOGF(mod, fmt, ##__VA_ARGS__)
|
Completed in 8 milliseconds