Searched refs:component_name_pptr (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client_properties.c | 164 … 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() 268 … component_name_pptr, component_name_length_ptr, in nx_azure_iot_hub_client_properties_component_property_next_get()
|
| D | nx_azure_iot_hub_client_properties.h | 257 … const UCHAR **component_name_pptr,
|
| D | nx_azure_iot_hub_client.h | 712 … const UCHAR **component_name_pptr, USHORT *component_name_length_ptr,
|
| D | nx_azure_iot_hub_client.c | 3244 … 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/ |
| D | azure_rtos_iot_hub_client_properties.md | 281 … 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…
|
| D | azure_rtos_iot_hub_client.md | 1209 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. |
|