Searched refs:iothub_hostname_len (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | iot_provisioning_client_unit_test.c | 1768 UINT iothub_hostname_len = 0; in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_arguments_failed() local 1773 … iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_arguments_failed() 1778 … NX_NULL, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_arguments_failed() 1784 … iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_arguments_failed() 1795 UINT iothub_hostname_len = sizeof(iothub_hostname); in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_state_failed() local 1817 … iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_state_failed() 1830 UINT iothub_hostname_len = 0; in test_nx_azure_iot_provisioning_client_iothub_device_info_oom_failed() local 1859 … iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_oom_failed() 1872 UINT iothub_hostname_len = sizeof(iothub_hostname); in test_nx_azure_iot_provisioning_client_iothub_device_info_success() local 1901 … iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_success()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_provisioning_client.h | 284 … UCHAR *iothub_hostname, UINT *iothub_hostname_len,
|
| D | nx_azure_iot_provisioning_client.c | 1360 … UCHAR *iothub_hostname, UINT *iothub_hostname_len, in nx_azure_iot_provisioning_client_iothub_device_info_get() argument 1368 (iothub_hostname == NX_NULL) || (iothub_hostname_len == NX_NULL) || in nx_azure_iot_provisioning_client_iothub_device_info_get() 1392 …if ((UINT)az_span_size(*assigned_hub_span_ptr) >= *iothub_hostname_len || (UINT)az_span_size(*devi… in nx_azure_iot_provisioning_client_iothub_device_info_get() 1404 *iothub_hostname_len = (UINT)az_span_size(*assigned_hub_span_ptr); in nx_azure_iot_provisioning_client_iothub_device_info_get()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot_provisioning_client.md | 284 … UCHAR *iothub_hostname, UINT *iothub_hostname_len, 297 | iothub_hostname_len [inout] | Pointer to UINT that contains size of buffer supplied, once succ…
|