Searched refs:test_receive_notify (Results 1 – 7 of 7) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | c2d_unit_test.c | 90 static VOID (*test_receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count) = NX_NULL; variable 306 test_receive_notify(&(MQTT_CLIENT_GET(&iot_client)), 1); in property_payload_test() 375 assert_ptr_not_equal(test_receive_notify, NX_NULL); in callback_test() 379 test_receive_notify(&(MQTT_CLIENT_GET(&iot_client)), 1); in callback_test() 443 test_receive_notify(&(MQTT_CLIENT_GET(&iot_client)), 1); in invalid_packet_test() 481 test_receive_notify(&(MQTT_CLIENT_GET(&iot_client)), 1); in wait_timeout_test() 502 test_receive_notify(&(MQTT_CLIENT_GET(&iot_client)), 1); in no_receiver_test() 519 test_receive_notify = receive_notify; in __wrap__nxde_mqtt_client_receive_notify_set()
|
| D | device_twin_unit_test.c | 106 static VOID (*test_receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count) = NX_NULL; variable 124 test_receive_notify = receive_notify; in __wrap__nxde_mqtt_client_receive_notify_set() 332 test_receive_notify(&(MQTT_CLIENT_GET(hub_client_ptr)), 1); in generate_device_twin_reported_properties_response() 348 test_receive_notify(&(MQTT_CLIENT_GET(hub_client_ptr)), 1); in generate_device_twin_reported_properties_throttled_response() 366 test_receive_notify(&(MQTT_CLIENT_GET(hub_client_ptr)), 1); in generate_device_twin_document_response() 382 test_receive_notify(&MQTT_CLIENT_GET(hub_client_ptr), 1); in generate_device_twin_document_throttled_response() 400 test_receive_notify(&(MQTT_CLIENT_GET(hub_client_ptr)), 1); in generate_device_twin_desired_properties_response()
|
| D | nx_azure_iot_pnp_client_command_unit_test.c | 91 static VOID (*test_receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count) = NX_NULL; variable 109 test_receive_notify = receive_notify; in __wrap__nxde_mqtt_client_receive_notify_set() 318 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_component_command_message() 334 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_command_message()
|
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 141 static VOID (*test_receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count) = NX_NULL; variable 162 test_receive_notify = receive_notify; in __wrap__nxde_mqtt_client_receive_notify_set() 373 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_property_send_response() 390 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_property_send_throttled_response() 409 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_all_properties() 427 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_all_properties_throttled() 446 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_desired_properties()
|
| D | direct_method_unit_test.c | 77 static VOID (*test_receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count) = NX_NULL; variable 95 test_receive_notify = receive_notify; in __wrap__nxde_mqtt_client_receive_notify_set() 307 test_receive_notify(&(hub_client_ptr -> nx_azure_iot_hub_client_resource.resource_mqtt), 1); in generate_direct_method_response()
|
| D | nx_azure_iot_adu_agent_unit_test.c | 333 static VOID (*test_receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count) = NX_NULL; variable 351 test_receive_notify = receive_notify; in __wrap__nxde_mqtt_client_receive_notify_set() 629 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_property_send_response() 652 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_property_new_update_send() 675 test_receive_notify(&(MQTT_CLIENT_GET(iothub_client_ptr)), 1); in generate_test_property_cancel_update_send()
|
| D | iot_provisioning_client_unit_test.c | 175 static VOID (*test_receive_notify)(NXD_MQTT_CLIENT *client_ptr, UINT message_count) = NX_NULL; variable 317 test_receive_notify = receive_notify; in __wrap__nxde_mqtt_client_receive_notify_set() 498 assert_ptr_not_equal(test_receive_notify, NX_NULL); in generate_response() 502 …test_receive_notify(&prov_client_ptr -> nx_azure_iot_provisioning_client_resource.resource_mqtt, 1… in generate_response()
|