Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c165 … USHORT *component_name_length_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get_internal() argument
187 component_name = az_span_create((UCHAR *)*component_name_pptr, (INT)*component_name_length_ptr); in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
210 *component_name_length_ptr = (USHORT)az_span_size(component_name); in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
252 … USHORT *component_name_length_ptr) in nx_azure_iot_hub_client_properties_component_property_next_get() argument
260 (component_name_length_ptr == NX_NULL)) in nx_azure_iot_hub_client_properties_component_property_next_get()
268 … component_name_pptr, component_name_length_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get()
Dnx_azure_iot_hub_client_properties.h258 … USHORT *component_name_length_ptr);
Dnx_azure_iot_hub_client.h712 … const UCHAR **component_name_pptr, USHORT *component_name_length_ptr,
Dnx_azure_iot_hub_client.c3244 … const UCHAR **component_name_pptr, USHORT *component_name_length_ptr, in nx_azure_iot_hub_client_command_message_receive() argument
3300 if ((component_name_pptr) && (component_name_length_ptr)) in nx_azure_iot_hub_client_command_message_receive()
3303 *component_name_length_ptr = (USHORT)az_span_size(request.component_name); in nx_azure_iot_hub_client_command_message_receive()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client_properties.md282 … USHORT *component_name_length_ptr);
335 | component_name_length_ptr [out] | Length of the component name. |
Dazure_rtos_iot_hub_client.md1210 USHORT *component_name_length_ptr,
1228 | component_name_length_ptr [out] | Return length of `*component_name_pptr` on success. |