Home
last modified time | relevance | path

Searched refs:topic_len (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.c47 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()
Dnx_azure_iot.h303 UINT topic_len, UCHAR *packet_id, UINT qos, UINT wait_option);
Dnx_azure_iot_hub_client.c1208 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/
Ddirect_method_unit_test.c247 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()
Dnx_azure_iot_pnp_client_command_unit_test.c258 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()
Ddevice_twin_unit_test.c270 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()
Dnx_azure_iot_adu_agent_unit_test.c546 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()
Diot_provisioning_client_unit_test.c391 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()
Dnx_azure_iot_pnp_client_properties_unit_test.c312 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()