Home
last modified time | relevance | path

Searched refs:test_request_id (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_command_unit_test.c63 static const CHAR test_request_id[] = "1"; variable
738 … 200, (VOID *)test_request_id, in test_nx_azure_iot_hub_client_command_response_send_fail()
739 … sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_command_response_send_fail()
757 200, (VOID *)test_request_id, in test_nx_azure_iot_hub_client_command_response_success()
758 sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_command_response_success()
776 200, (VOID *)test_request_id, in test_nx_azure_iot_hub_client_command_response_empty_success()
777 sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_command_response_empty_success()
799 200, (VOID *)test_request_id, in test_nx_azure_iot_hub_client_command_response_oom_fail()
800 sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_command_response_oom_fail()
816 200, (VOID *)test_request_id, in test_nx_azure_iot_hub_client_command_response_oom_fail()
[all …]
Ddirect_method_unit_test.c52 static const CHAR test_request_id[] = "1"; variable
599 … 200, (VOID *)test_request_id, sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_invalid_argument_fail()
621 … 200, (VOID *)test_request_id, sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_send_failure_fail()
638 … 200, (VOID *)test_request_id, sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_success()
655 … 200, (VOID *)test_request_id, sizeof(test_request_id) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_empty_success()
Ddevice_twin_unit_test.c54 static const UINT test_request_id = 1; variable