Home
last modified time | relevance | path

Searched refs:AWS_ERROR_MQTT_TIMEOUT (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/include/aws/mqtt/
H A Dmqtt.h46 AWS_ERROR_MQTT_TIMEOUT, enumerator
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/source/
H A Dmqtt.c124 AWS_ERROR_MQTT_TIMEOUT,
H A Dclient.c109 mqtt_request_complete(connection, AWS_ERROR_MQTT_TIMEOUT, timeout_task_arg->packet_id); in s_request_timeout()
407 aws_channel_shutdown(connection->slot->channel, AWS_ERROR_MQTT_TIMEOUT); in s_connack_received_timeout()
2923 aws_channel_shutdown(connection->slot->channel, AWS_ERROR_MQTT_TIMEOUT); in s_pingresp_received_timeout()
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/tests/
H A Dconnection_state_test.c825 ASSERT_INT_EQUALS(AWS_ERROR_MQTT_TIMEOUT, state_test_data->interruption_error); in s_test_mqtt_connection_timeout_fn()
944 ASSERT_INT_EQUALS(AWS_ERROR_MQTT_TIMEOUT, state_test_data->error); in s_test_mqtt_connection_connack_timeout_fn()
2621 ASSERT_UINT_EQUALS(state_test_data->op_complete_error, AWS_ERROR_MQTT_TIMEOUT); in s_test_mqtt_connection_publish_QoS1_timeout_fn()
2675 ASSERT_UINT_EQUALS(state_test_data->op_complete_error, AWS_ERROR_MQTT_TIMEOUT); in s_test_mqtt_connection_unsub_timeout_fn()