Searched refs:iothub_device_id (Results 1 – 3 of 3) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | sample_azure_iot_embedded_sdk.c | 104 UCHAR **iothub_device_id, UINT *iothub_device_id_length); 156 UCHAR *iothub_device_id = NX_NULL; in sample_initialize_iothub() local 161 UCHAR *iothub_device_id = (UCHAR *)DEVICE_ID; in sample_initialize_iothub() local 170 &iothub_device_id, &iothub_device_id_length))) in sample_initialize_iothub() 178 iothub_hostname_length, iothub_hostname, iothub_device_id_length, iothub_device_id); in sample_initialize_iothub() 183 iothub_device_id, iothub_device_id_length, in sample_initialize_iothub() 407 UCHAR **iothub_device_id, UINT *iothub_device_id_length) in sample_dps_entry() argument 493 *iothub_device_id = sample_iothub_device_id; in sample_dps_entry()
|
| D | sample_azure_iot_embedded_sdk_pnp.c | 74 UCHAR **iothub_device_id, UINT *iothub_device_id_length); 385 UCHAR *iothub_device_id = NX_NULL; in sample_initialize_iothub() local 390 UCHAR *iothub_device_id = (UCHAR *)DEVICE_ID; in sample_initialize_iothub() local 399 &iothub_device_id, &iothub_device_id_length))) in sample_initialize_iothub() 407 iothub_hostname_length, iothub_hostname, iothub_device_id_length, iothub_device_id); in sample_initialize_iothub() 412 iothub_device_id, iothub_device_id_length, in sample_initialize_iothub() 849 UCHAR **iothub_device_id, UINT *iothub_device_id_length) in sample_dps_entry() argument 940 *iothub_device_id = sample_iothub_device_id; in sample_dps_entry()
|
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | iot_provisioning_client_unit_test.c | 180 static UCHAR iothub_device_id[32]; variable 1774 … iothub_device_id, &device_id_len), in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_arguments_failed() 1779 … iothub_device_id, &device_id_len), in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_arguments_failed() 1796 UINT device_id_len = sizeof(iothub_device_id); in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_state_failed() 1818 … iothub_device_id, &device_id_len), in test_nx_azure_iot_provisioning_client_iothub_device_info_invalid_state_failed() 1860 … iothub_device_id, &device_id_len), in test_nx_azure_iot_provisioning_client_iothub_device_info_oom_failed() 1873 UINT device_id_len = sizeof(iothub_device_id); in test_nx_azure_iot_provisioning_client_iothub_device_info_success() 1902 … iothub_device_id, &device_id_len), in test_nx_azure_iot_provisioning_client_iothub_device_info_success() 1905 assert_memory_equal(iothub_device_id, assigned_device_id, strlen(assigned_device_id)); in test_nx_azure_iot_provisioning_client_iothub_device_info_success()
|