Home
last modified time | relevance | path

Searched refs:log_debug (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_log.h28 #define log_debug(mod, ...) macro
30 #define log_debug(mod, ...) macro
59 #define log_debug(mod, ...) macro
A Dinfra_preauth.h15 #define preauth_debug(...) log_debug("preauth", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPExport.h58 #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 DCoAPPlatform.h34 #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 Dawss_dev_reset_internal.h10 #define devrst_debug(...) log_debug("devrst", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/dev_reset/
A Ddev_reset_internal.h20 #define devrst_debug(...) log_debug("devrst", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/iot_http/
A Dhttp_debug.h15 #define http_debug(...) log_debug("HTTP", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/mqtt/impl/
A Dmqtt_internal.h36 #define mqtt_debug(...) log_debug("MQTT", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dimpl_ntp.c66 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 Dimpl_solo.c28 #define impl_solo_debug(...) log_debug("impl.solo", __VA_ARGS__)
A Dimpl_gateway.c27 #define impl_gateway_debug(...) log_debug("impl.gateway", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/dynamic_register/
A Ddynreg_internal.h10 #define dynreg_dbg(...) log_debug("dynreg", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/dev_model/
A Diotx_cm_internal.h37 #define cm_debug(...) log_debug("CM", __VA_ARGS__)
A Diotx_dm_internal.h101 #define dm_log_debug(...) log_debug("DM", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/ota/
A Diotx_ota_internal.h51 #define OTA_LOG_DEBUG(...) log_debug("ota", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_internal.h22 #define h2_debug(...) log_debug("h2", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_report.c27 #define VERSION_DEBUG(...) log_debug("version", __VA_ARGS__)
A Dinfra_mem_stats.c21 #define utils_debug(...) log_debug("util", __VA_ARGS__)
A Dinfra_httpc.c23 #define httpc_debug(...) log_debug("httpc", __VA_ARGS__)
A Dinfra_json_parser.c19 #define jparser_debug(...) log_debug("jparser", __VA_ARGS__)
/AliOS-Things-master/components/linkkit/mqtt/
A Dmqtt_api.c38 #define mqtt_debug(...) log_debug("MQTT", __VA_ARGS__)

Completed in 23 milliseconds