Home
last modified time | relevance | path

Searched refs:nx_azure_iot_create (Results 1 – 23 of 23) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dinitialization_unit_test.c70 …assert_int_not_equal(nx_azure_iot_create(NX_NULL, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr,… in demo_entry()
75 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", NX_NULL, pool_ptr, dns_ptr, (… in demo_entry()
80 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, NX_NULL, dns_ptr, (UC… in demo_entry()
85 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, NX_NULL, (U… in demo_entry()
90 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, NX… in demo_entry()
95 …assert_int_not_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (U… in demo_entry()
100 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
119 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dtrusted_cert_unit_test.c86 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Ddevice_cert_unit_test.c78 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dconnection_non_block_ram_test.c352 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dconnection_sas_expiry_ram_test.c354 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dconnection_unit_test.c64 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dc2d_property_unit_test.c89 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Duser_agent_string_unit_test.c82 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dd2c_unit_test.c82 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dapi_unit_test.c81 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Dc2d_unit_test.c105 …assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, dns_ptr, (UCHAR… in demo_entry()
Ddirect_method_unit_test.c333 assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", in test_suit_begin()
Dnx_azure_iot_pnp_client_command_unit_test.c399 assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", in test_suit_begin()
Dnx_azure_iot_pnp_client_telemetry_unit_test.c333 assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", in test_suit_begin()
Ddevice_twin_unit_test.c435 assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", in test_suit_begin()
Dnx_azure_iot_adu_agent_unit_test.c744 assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", in test_suit_begin()
Diot_provisioning_client_unit_test.c600 assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", in test_suit_begin()
Dnx_azure_iot_pnp_client_properties_unit_test.c685 assert_int_equal(nx_azure_iot_create(&iot, (UCHAR *)"Azure IoT", in test_suit_begin()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot.md3 **nx_azure_iot_create**
9 UINT nx_azure_iot_create(NX_AZURE_IOT *nx_azure_iot_ptr, const UCHAR *name_ptr,
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.h250 UINT nx_azure_iot_create(NX_AZURE_IOT *nx_azure_iot_ptr, const UCHAR *name_ptr,
Dnx_azure_iot.c228 UINT nx_azure_iot_create(NX_AZURE_IOT *nx_azure_iot_ptr, const UCHAR *name_ptr, in nx_azure_iot_create() function
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk.c293 …if ((status = nx_azure_iot_create(&nx_azure_iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, (NX_DNS *… in sample_entry()
Dsample_azure_iot_embedded_sdk_pnp.c1009 …if ((status = nx_azure_iot_create(&nx_azure_iot, (UCHAR *)"Azure IoT", ip_ptr, pool_ptr, (NX_DNS *… in sample_entry()