Searched refs:DBG (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/websocket/example/ |
A D | websocket_example.c | 80 DBG("%s: Invalid parameter(s).", __FUNCTION__); in on_socket_received_text() 95 DBG("%s: Socket text: %s", __FUNCTION__, buff); in on_socket_received_text() 105 DBG("%s: Invalid parameter(s).", __FUNCTION__); in on_socket_received_bin() 120 DBG("%s: Socket bin: \n%s", __FUNCTION__, buff); in on_socket_received_bin() 128 DBG("%s: Invalid parameter(s).", __FUNCTION__); in on_socket_received_pong() 131 DBG("received pong!!!!!!!!!!!"); in on_socket_received_pong() 139 DBG("%s: Socket connected", __FUNCTION__); in on_socket_connected() 150 DBG("%s: Socket disconnect with code, error: %i, %s", in on_socket_disconnected() 170 DBG("%s: Invalid parameter(s).", __FUNCTION__); in websoc_cli_test_int() 175 DBG("%s: Socket is not closed.", __FUNCTION__); in websoc_cli_test_int() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/ |
A D | autoconf.h | 443 #define DBG 0 macro 445 #if(DBG == 0) 555 #undef DBG 556 #define DBG 1 macro
|
A D | rtw_debug.h | 283 #if (DBG == 1)
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_socketpriv.c | 363 DBG("%s: frame->opcode:%d", __FUNCTION__, frame->opcode); in rws_socket_process_received_frame() 367 DBG("%s: rws_opcode_pong\n", __FUNCTION__); in rws_socket_process_received_frame() 628 DBG("after rws_ssl_conn %d\n", s->command); in rws_socket_work_th_func() 1095 DBG("%s", str); in _rws_debug() 1109 DBG("Memory malloc error."); in rws_ssl_conn() 1185 DBG("start to connect to host"); in rws_ssl_conn() 1192 DBG("connect to host ok"); in rws_ssl_conn() 1237 DBG("start to handshake..."); in rws_ssl_conn() 1261 DBG("%s", vrfy_buf); in rws_ssl_conn() 1271 DBG("ret=%d.", ret); in rws_ssl_conn()
|
A D | rws_frame.c | 212 DBG("rws_malloc fail\n"); in rws_frame_fill_with_send_data() 251 DBG("rws_malloc fail\n"); in litews_frame_fill_with_send_bin_data()
|
A D | rws_socketpub.c | 379 DBG("%s: server_cert[len:%d]: \n%s", __FUNCTION__, server_cert_len, server_cert); in rws_socket_set_server_cert()
|
/AliOS-Things-master/components/websocket/include/ |
A D | librws.h | 40 #define DBG(format, arg...) LOGD(WEBSOC_TAG, format, ##arg) macro 44 #define DBG(format,arg...) LOGD(WEBSOC_TAG, format, ##arg) macro
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/ |
A D | reg_xdma.h | 28 __IO uint32_t DBG; // 0x30C+N*0x10 DMA debug port member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hci/src/ |
A D | hci_int.h | 118 DBG, enumerator
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_image2_all.bin | 819 ----------------- FW DBG CMD HELP ------------------ 823 ----------------- FW DBG CMD END ------------------
|
Completed in 21 milliseconds