| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot.c | 47 static UINT nx_azure_iot_publish_packet_header_add(NX_PACKET* packet_ptr, UINT topic_len, UINT qos) in nx_azure_iot_publish_packet_header_add() argument 70 buffer_ptr[5] = (UCHAR)(topic_len >> 8); in nx_azure_iot_publish_packet_header_add() 71 buffer_ptr[6] = (UCHAR)(topic_len & 0xFF); in nx_azure_iot_publish_packet_header_add() 354 UINT topic_len, UCHAR *packet_id, UINT qos, UINT wait_option) in nx_azure_iot_publish_mqtt_packet() argument 359 status = nx_azure_iot_publish_packet_header_add(packet_ptr, topic_len, qos); in nx_azure_iot_publish_mqtt_packet()
|
| D | nx_azure_iot.h | 303 UINT topic_len, UCHAR *packet_id, UINT qos, UINT wait_option);
|
| D | nx_azure_iot_hub_client.c | 1208 UINT topic_len; in nx_azure_iot_hub_client_telemetry_send_extended() local 1217 topic_len = packet_ptr -> nx_packet_length; in nx_azure_iot_hub_client_telemetry_send_extended() 1252 … packet_ptr, topic_len, packet_id, NX_AZURE_IOT_HUB_CLIENT_TELEMETRY_QOS, in nx_azure_iot_hub_client_telemetry_send_extended()
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | direct_method_unit_test.c | 247 const UCHAR *topic, ULONG topic_len, in construct_direct_method_response() argument 253 ULONG topic_length = topic_len; in construct_direct_method_response() 276 assert_int_equal(__real__nx_packet_data_append(packet_ptr, (VOID *)topic, topic_len, in construct_direct_method_response()
|
| D | nx_azure_iot_pnp_client_command_unit_test.c | 258 const UCHAR *topic, ULONG topic_len, in construct_command_message() argument 264 ULONG topic_length = topic_len; in construct_command_message() 287 assert_int_equal(__real__nx_packet_data_append(packet_ptr, (VOID *)topic, topic_len, in construct_command_message()
|
| D | device_twin_unit_test.c | 270 const UCHAR *topic, ULONG topic_len, in construct_device_twin_response() argument 276 ULONG topic_length = topic_len; in construct_device_twin_response() 299 assert_int_equal(__real__nx_packet_data_append(packet_ptr, (VOID *)topic, topic_len, in construct_device_twin_response()
|
| D | nx_azure_iot_adu_agent_unit_test.c | 546 const UCHAR *topic, ULONG topic_len, in construct_command_message() argument 552 ULONG topic_length = topic_len; in construct_command_message() 575 assert_int_equal(__real__nx_packet_data_append(packet_ptr, (VOID *)topic, topic_len, in construct_command_message()
|
| D | iot_provisioning_client_unit_test.c | 391 const UCHAR *topic, ULONG topic_len, in construct_provisioning_service_response() argument 397 ULONG topic_length = topic_len; in construct_provisioning_service_response() 430 assert_int_equal(__real__nx_packet_data_append(packet_ptr, (VOID *)topic, topic_len, in construct_provisioning_service_response()
|
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 312 const UCHAR *topic, ULONG topic_len, in construct_command_message() argument 318 ULONG topic_length = topic_len; in construct_command_message() 341 assert_int_equal(__real__nx_packet_data_append(packet_ptr, (VOID *)topic, topic_len, in construct_command_message()
|