Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.c2284 az_span topic_span; in nx_azure_iot_hub_client_properties_receive() local
2316topic_span = az_span_create(&(packet_ptr -> nx_packet_prepend_ptr[topic_offset]), (INT)topic_lengt… in nx_azure_iot_hub_client_properties_receive()
2318 topic_span, &out_message); in nx_azure_iot_hub_client_properties_receive()
2924 az_span topic_span; in nx_azure_iot_hub_client_device_twin_parse() local
2929topic_span = az_span_create(&(packet_ptr -> nx_packet_prepend_ptr[topic_offset]), (INT)topic_lengt… in nx_azure_iot_hub_client_device_twin_parse()
2931 topic_span, &out_twin_response); in nx_azure_iot_hub_client_device_twin_parse()
3253 az_span topic_span; in nx_azure_iot_hub_client_command_message_receive() local
3284 topic_span = az_span_create(&(packet_ptr -> nx_packet_prepend_ptr[topic_offset]), topic_length); in nx_azure_iot_hub_client_command_message_receive()
3286 topic_span, &request); in nx_azure_iot_hub_client_command_message_receive()