Searched refs:test_send_payload (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | direct_method_unit_test.c | 53 static const CHAR test_send_payload[] = "{\"return\" : \"OK\"}"; variable 600 … (UCHAR *)test_send_payload, sizeof(test_send_payload) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_invalid_argument_fail() 605 … (UCHAR *)test_send_payload, sizeof(test_send_payload) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_invalid_argument_fail() 622 … (UCHAR *)test_send_payload, sizeof(test_send_payload) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_send_failure_fail() 635 g_expected_message = (CHAR *)test_send_payload; in test_nx_azure_iot_hub_client_direct_method_message_response_success() 639 … (UCHAR *)test_send_payload, sizeof(test_send_payload) - 1, in test_nx_azure_iot_hub_client_direct_method_message_response_success()
|
| D | nx_azure_iot_pnp_client_command_unit_test.c | 64 static const CHAR test_send_payload[] = "{\"return\" : \"OK\"}"; variable 740 … (UCHAR *)test_send_payload, in test_nx_azure_iot_hub_client_command_response_send_fail() 741 … sizeof(test_send_payload) - 1, in test_nx_azure_iot_hub_client_command_response_send_fail() 754 g_expected_message = (CHAR *)test_send_payload; in test_nx_azure_iot_hub_client_command_response_success() 759 (UCHAR *)test_send_payload, in test_nx_azure_iot_hub_client_command_response_success() 760 sizeof(test_send_payload) - 1, in test_nx_azure_iot_hub_client_command_response_success() 793 g_expected_message = (CHAR *)test_send_payload; in test_nx_azure_iot_hub_client_command_response_oom_fail() 801 (UCHAR *)test_send_payload, in test_nx_azure_iot_hub_client_command_response_oom_fail() 802 sizeof(test_send_payload) - 1, in test_nx_azure_iot_hub_client_command_response_oom_fail()
|