Searched refs:iothub_hostname (Results 1 – 5 of 5) sorted by relevance
/NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
D | sample_azure_iot_embedded_sdk.c | 104 static UINT sample_dps_entry(UCHAR **iothub_hostname, UINT *iothub_hostname_length, 156 UCHAR *iothub_hostname = NX_NULL; in sample_initialize_iothub() local 161 UCHAR *iothub_hostname = (UCHAR *)HOST_NAME; in sample_initialize_iothub() local 170 if ((status = sample_dps_entry(&iothub_hostname, &iothub_hostname_length, in sample_initialize_iothub() 179 iothub_hostname_length, iothub_hostname, iothub_device_id_length, iothub_device_id); in sample_initialize_iothub() 183 iothub_hostname, iothub_hostname_length, in sample_initialize_iothub() 407 static UINT sample_dps_entry(UCHAR **iothub_hostname, UINT *iothub_hostname_length, in sample_dps_entry() argument 493 *iothub_hostname = sample_iothub_hostname; in sample_dps_entry()
|
D | sample_azure_iot_embedded_sdk_pnp.c | 74 UCHAR **iothub_hostname, UINT *iothub_hostname_length, 377 UCHAR *iothub_hostname = NX_NULL; in sample_initialize_iothub() local 382 UCHAR *iothub_hostname = (UCHAR *)HOST_NAME; in sample_initialize_iothub() local 391 if ((status = sample_dps_entry(&prov_client, &iothub_hostname, &iothub_hostname_length, in sample_initialize_iothub() 400 iothub_hostname_length, iothub_hostname, iothub_device_id_length, iothub_device_id); in sample_initialize_iothub() 404 iothub_hostname, iothub_hostname_length, in sample_initialize_iothub() 835 UCHAR **iothub_hostname, UINT *iothub_hostname_length, in sample_dps_entry() argument 926 *iothub_hostname = sample_iothub_hostname; in sample_dps_entry()
|
/NetX-Duo-v6.2.1/addons/azure_iot/ |
D | nx_azure_iot_provisioning_client.h | 285 … UCHAR *iothub_hostname, UINT *iothub_hostname_len,
|
D | nx_azure_iot_provisioning_client.c | 1361 … UCHAR *iothub_hostname, UINT *iothub_hostname_len, in nx_azure_iot_provisioning_client_iothub_device_info_get() argument 1369 (iothub_hostname == NX_NULL) || (iothub_hostname_len == NX_NULL) || in nx_azure_iot_provisioning_client_iothub_device_info_get() 1401 memcpy((VOID *)iothub_hostname, in nx_azure_iot_provisioning_client_iothub_device_info_get() 1404 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. |
|