Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk.c103 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()
Dsample_azure_iot_embedded_sdk_pnp.c73 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/
Diot_provisioning_client_unit_test.c179 static UCHAR iothub_hostname[32]; variable
1773iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_arguments_failed()
1784iothub_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()
1817iothub_hostname, &iothub_hostname_len, in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_state_failed()
1859iothub_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()
1901iothub_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/
Dnx_azure_iot_provisioning_client.h284 … UCHAR *iothub_hostname, UINT *iothub_hostname_len,
Dnx_azure_iot_provisioning_client.c1360 … 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/
Dazure_rtos_iot_provisioning_client.md284 … UCHAR *iothub_hostname, UINT *iothub_hostname_len,
296 | iothub_hostname [out] | Buffer pointer that will contain IoTHub hostname. |