Home
last modified time | relevance | path

Searched refs:log_warning (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_log.h40 #define log_warning(mod, ...) macro
42 #define log_warning(mod, ...) macro
61 #define log_warning(mod, ...) macro
A Dinfra_mem_stats.h39 log_warning("utils", "%s == NULL! LITE_free(%s) aborted.", #ptr, \
/AliOS-Things-master/components/linkkit/iot_http/
A Dhttp_debug.h13 #define http_warning(...) log_warning("HTTP", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Dmqtt_internal.h34 #define mqtt_warning(...) log_warning("MQTT", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPExport.h62 #define COAP_WRN(...) log_warning("coap_cloud", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/
A DCoAPPlatform.h32 #define COAP_WRN(...) log_warning("coap_local", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_internal.h39 #define cm_warning(...) log_warning("CM", __VA_ARGS__)
A Diotx_dm_internal.h99 #define dm_log_warning(...) log_warning("DM", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota_internal.h49 #define OTA_LOG_WRN(...) log_warning("ota", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_mem_stats.c19 #define utils_warning(...) log_warning("util", __VA_ARGS__)
464 log_warning("utils", "large allocating @ %s(%d) for %04d bytes!", f, l, in LITE_malloc_internal()
516 log_warning("utils", "Cannot find %p allocated! Skip stat ...", ptr); in LITE_free_internal()
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_internal.h20 #define h2_warning(...) log_warning("h2", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/mqtt/
A Dmqtt_api.c36 #define mqtt_warning(...) log_warning("MQTT", __VA_ARGS__)

Completed in 20 milliseconds