Home
last modified time | relevance | path

Searched refs:test_connect_notify (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_telemetry_unit_test.c69 static VOID (*test_connect_notify)(struct NXD_MQTT_CLIENT_STRUCT *client_ptr, UINT status, VOID *co… variable
175 test_connect_notify = client_ptr -> nxd_mqtt_connect_notify; in __wrap__nxde_mqtt_client_secure_connect()
548 assert_non_null(test_connect_notify); in test_nx_azure_iot_hub_client_connect_async_success()
549 test_connect_notify(&(MQTT_CLIENT_GET(&hub_client)), in test_nx_azure_iot_hub_client_connect_async_success()
599 assert_non_null(test_connect_notify); in test_nx_azure_iot_hub_client_connect_async_fail()
600 test_connect_notify(&(MQTT_CLIENT_GET(&hub_client)), in test_nx_azure_iot_hub_client_connect_async_fail()
Diot_provisioning_client_unit_test.c176 static VOID (*test_connect_notify)(struct NXD_MQTT_CLIENT_STRUCT *client_ptr, UINT status, VOID *co… variable
216 test_connect_notify = client_ptr -> nxd_mqtt_connect_notify; in __wrap__nxde_mqtt_client_secure_connect()
969 assert_ptr_not_equal(test_connect_notify, NX_NULL); in test_nx_azure_iot_provisioning_client_register_receive_failed()
977test_connect_notify(&iot_prov_client.nx_azure_iot_provisioning_client_resource.resource_mqtt, in test_nx_azure_iot_provisioning_client_register_receive_failed()
1549 assert_ptr_not_equal(test_connect_notify, NX_NULL); in test_nx_azure_iot_provisioning_client_register_receive_blocking_failed()
1557test_connect_notify(&iot_prov_client.nx_azure_iot_provisioning_client_resource.resource_mqtt, in test_nx_azure_iot_provisioning_client_register_receive_blocking_failed()
1744 assert_ptr_not_equal(test_connect_notify, NX_NULL); in test_nx_azure_iot_provisioning_client_register_disconnect_failed()