Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_http_proxy_data_fin_test.c203 static UINT connected = NX_FALSE; variable
207 connected = NX_TRUE; in test_establish_notify()
253 connected = NX_FALSE; in thread_client_entry()
259 if (!status || (connected == NX_TRUE) || (disconnected == NX_TRUE)) in thread_client_entry()
272 if (!status || (connected == NX_TRUE) || (disconnected == NX_TRUE)) in thread_client_entry()
281 if (status || (connected != NX_TRUE)) in thread_client_entry()
Dnetx_http_proxy_disconnect_test.c189 static UINT connected = NX_FALSE; variable
193 connected = NX_TRUE; in test_establish_notify()
242 connected = NX_FALSE; in thread_client_entry()
260 if (!status || (connected == NX_TRUE) || (disconnected == NX_TRUE)) in thread_client_entry()
281 if (status || (connected != NX_TRUE)) in thread_client_entry()
Dnetx_http_proxy_error_response_test.c200 static UINT connected = NX_FALSE; variable
203 connected = NX_TRUE; in test_establish_notify()
247 connected = NX_FALSE; in thread_client_entry()
264 if (!status || (connected == NX_TRUE)) in thread_client_entry()
285 if (status || (connected != NX_TRUE)) in thread_client_entry()
Dnetx_http_proxy_multiple_response_test.c189 static UINT connected = NX_FALSE; variable
192 connected = NX_TRUE; in test_establish_notify()
236 connected = NX_FALSE; in thread_client_entry()
251 if (status || (connected != NX_TRUE)) in thread_client_entry()
Dnetx_http_proxy_non_block_test.c189 static UINT connected = NX_FALSE; variable
192 connected = NX_TRUE; in test_establish_notify()
242 if (status || (connected != NX_TRUE)) in thread_client_entry()
/NetX-Duo-v6.2.1/test/regression/mqtt_test/
Dnetx_mqtt_connect_non_block_2_test.c56 static ULONG connected = NX_FALSE; variable
412 if (connected == NX_FALSE) in ntest_0_entry()
423 if (connected == NX_TRUE) in ntest_0_entry()
465 connected = NX_TRUE; in mqtt_connect_notify()
473 connected = NX_FALSE; in mqtt_disconnect_notify()
Dnetx_mqtt_connect_non_block_test.c59 static ULONG connected = NX_FALSE; variable
282 if (connected == NX_FALSE) in ntest_0_entry()
509 connected = NX_TRUE; in mqtt_connect_notify()
Dnetx_mqtt_websocket_non_block_test.c46 static ULONG connected = NX_FALSE; variable
300 if (connected == NX_FALSE) in ntest_0_entry()
745 connected = NX_TRUE; in mqtt_connect_notify()
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_tls_non_blocking_test.c267 static VOID on_packet_received(NX_SECURE_TLS_SESSION *tls_session, UCHAR *connected, UCHAR *receive… in on_packet_received() argument
273 if (*connected == NX_FALSE) in on_packet_received()
280 *connected = NX_TRUE; in on_packet_received()
309 if (*connected) in on_packet_received()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md390 * NX_AZURE_IOT_SUCCESS Successful if connected to Azure IoT Hub.
392 * NX_AZURE_IOT_ALREADY_CONNECTED Already connected to Azure IoT Hub.
463 … is changed, such as: return NX_AZURE_IOT_SUCCESS status once client is connected to IoT Hub. Sett…
837 * NXD_MQTT_NOT_CONNECTED Fail to enable C2D message receiving due to MQTT not connected.
873 * NXD_MQTT_NOT_CONNECTED Fail to disable C2D message receiving due to MQTT not connected.
991 * NXD_MQTT_NOT_CONNECTED Fail to enable direct method message receiving due to MQTT not connected.
1027 * NXD_MQTT_NOT_CONNECTED Fail to disable direct method message receiving due to MQTT not connected.
1152 * NXD_MQTT_NOT_CONNECTED Fail to enable command message receiving due to MQTT not connected.
1188 * NXD_MQTT_NOT_CONNECTED Fail to disable command message receiving due to MQTT not connected.
1322 * NXD_MQTT_NOT_CONNECTED Fail to enable device twin feature due to MQTT not connected.
[all …]
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c2719 INT connected = 0; in nx_bsd_accept() local
2896 while(!connected) in nx_bsd_accept()
2906 connected = 1; in nx_bsd_accept()
/NetX-Duo-v6.2.1/docs/
Drevision_history.txt2053 nx_tcp_socket_send_internal.c Fixed a bug when socket is not connected, supported