Searched refs:iothub_hostname (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | sample_azure_iot_embedded_sdk.c | 103 static UINT sample_dps_entry(UCHAR **iothub_hostname, UINT *iothub_hostname_length, 155 UCHAR *iothub_hostname = NX_NULL; in sample_initialize_iothub() local 160 UCHAR *iothub_hostname = (UCHAR *)HOST_NAME; in sample_initialize_iothub() local 169 if ((status = sample_dps_entry(&iothub_hostname, &iothub_hostname_length, in sample_initialize_iothub() 178 iothub_hostname_length, iothub_hostname, iothub_device_id_length, iothub_device_id); in sample_initialize_iothub() 182 iothub_hostname, iothub_hostname_length, in sample_initialize_iothub() 406 static UINT sample_dps_entry(UCHAR **iothub_hostname, UINT *iothub_hostname_length, in sample_dps_entry() argument 492 *iothub_hostname = sample_iothub_hostname; in sample_dps_entry()
|
| D | sample_azure_iot_embedded_sdk_pnp.c | 73 UCHAR **iothub_hostname, UINT *iothub_hostname_length, 384 UCHAR *iothub_hostname = NX_NULL; in sample_initialize_iothub() local 389 UCHAR *iothub_hostname = (UCHAR *)HOST_NAME; in sample_initialize_iothub() local 398 if ((status = sample_dps_entry(&prov_client, &iothub_hostname, &iothub_hostname_length, in sample_initialize_iothub() 407 iothub_hostname_length, iothub_hostname, iothub_device_id_length, iothub_device_id); in sample_initialize_iothub() 411 iothub_hostname, iothub_hostname_length, in sample_initialize_iothub() 848 UCHAR **iothub_hostname, UINT *iothub_hostname_length, in sample_dps_entry() argument 939 *iothub_hostname = sample_iothub_hostname; in sample_dps_entry()
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | iot_provisioning_client_unit_test.c | 179 static UCHAR iothub_hostname[32]; variable 1773 … iothub_hostname, &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() 1817 … iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_state_failed() 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() 1901 … iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_success() 1904 assert_memory_equal(iothub_hostname, assigned_hub_name, strlen(assigned_hub_name)); 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() 1400 memcpy((VOID *)iothub_hostname, in nx_azure_iot_provisioning_client_iothub_device_info_get() 1403 iothub_hostname[az_span_size(*assigned_hub_span_ptr)] = 0; 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, 296 | iothub_hostname [out] | Buffer pointer that will contain IoTHub hostname. |
|