Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client_properties.c164 … const UCHAR **component_name_pptr, 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()
209 *component_name_pptr = az_span_ptr(component_name); in nx_azure_iot_hub_client_properties_component_property_next_get_internal()
251 … const UCHAR **component_name_pptr, in nx_azure_iot_hub_client_properties_component_property_next_get() argument
259 (component_name_pptr == NX_NULL) || in nx_azure_iot_hub_client_properties_component_property_next_get()
268component_name_pptr, component_name_length_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get()
Dnx_azure_iot_hub_client_properties.h257 … const UCHAR **component_name_pptr,
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()
3302 *component_name_pptr = (const UCHAR *)az_span_ptr(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.md281 … const UCHAR **component_name_pptr,
288 **Note** that between calls, the UCHAR* pointed to by \p component_name_pptr shall not be modified…
334 | component_name_pptr [out] | A pointer to component name for the property returned using reader…
Dazure_rtos_iot_hub_client.md1209 const UCHAR **component_name_pptr,
1227 | component_name_pptr [out] | Return a pointer to IoT Hub component name on success. |
1228 | component_name_length_ptr [out] | Return length of `*component_name_pptr` on success. |