Searched refs:log_debug (Results 1 – 21 of 21) sorted by relevance
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_log.h | 28 #define log_debug(mod, ...) macro 30 #define log_debug(mod, ...) macro 59 #define log_debug(mod, ...) macro
|
A D | infra_preauth.h | 15 #define preauth_debug(...) log_debug("preauth", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/iot_coap/client/ |
A D | Cloud_CoAPExport.h | 58 #define COAP_TRC(...) log_debug("coap_cloud", __VA_ARGS__) 59 #define COAP_DUMP(...) log_debug("coap_cloud", __VA_ARGS__) 60 #define COAP_DEBUG(...) log_debug("coap_cloud", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/iot_coap/CoAPPacket/ |
A D | CoAPPlatform.h | 34 #define COAP_TRC(...) log_debug("coap_local", __VA_ARGS__) 35 #define COAP_DUMP(...) log_debug("coap_local", __VA_ARGS__) 36 #define COAP_DEBUG(...) log_debug("coap_local", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/awss_reset/ |
A D | awss_dev_reset_internal.h | 10 #define devrst_debug(...) log_debug("devrst", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/dev_reset/ |
A D | dev_reset_internal.h | 20 #define devrst_debug(...) log_debug("devrst", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/iot_http/ |
A D | http_debug.h | 15 #define http_debug(...) log_debug("HTTP", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | mqtt_internal.h | 36 #define mqtt_debug(...) log_debug("MQTT", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/dev_model/deprecated/ |
A D | impl_ntp.c | 66 log_debug("[ntp]", "ntp reply len:%u, payload:%s\r\n", payload_len, in linkkit_ntp_time_reply() 185 log_debug("[ntp]", "report ntp:%s\r\n", packet); in linkkit_ntp_time_request()
|
A D | impl_solo.c | 28 #define impl_solo_debug(...) log_debug("impl.solo", __VA_ARGS__)
|
A D | impl_gateway.c | 27 #define impl_gateway_debug(...) log_debug("impl.gateway", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/dynamic_register/ |
A D | dynreg_internal.h | 10 #define dynreg_dbg(...) log_debug("dynreg", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | iotx_cm_internal.h | 37 #define cm_debug(...) log_debug("CM", __VA_ARGS__)
|
A D | iotx_dm_internal.h | 101 #define dm_log_debug(...) log_debug("DM", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/ota/ |
A D | iotx_ota_internal.h | 51 #define OTA_LOG_DEBUG(...) log_debug("ota", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | http2_internal.h | 22 #define h2_debug(...) log_debug("h2", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/infra/ |
A D | infra_report.c | 27 #define VERSION_DEBUG(...) log_debug("version", __VA_ARGS__)
|
A D | infra_mem_stats.c | 21 #define utils_debug(...) log_debug("util", __VA_ARGS__)
|
A D | infra_httpc.c | 23 #define httpc_debug(...) log_debug("httpc", __VA_ARGS__)
|
A D | infra_json_parser.c | 19 #define jparser_debug(...) log_debug("jparser", __VA_ARGS__)
|
/AliOS-Things-master/components/linkkit/mqtt/ |
A D | mqtt_api.c | 38 #define mqtt_debug(...) log_debug("MQTT", __VA_ARGS__)
|
Completed in 23 milliseconds