Home
last modified time | relevance | path

Searched refs:response_status (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_properties_unit_test.c620 UINT request_id, UINT response_status, in reported_property_cb() argument
623 *((UINT *)args) = response_status; in reported_property_cb()
935 UINT response_status; in test_nx_azure_iot_hub_client_property_send_success() local
953 &request_id, &response_status, in test_nx_azure_iot_hub_client_property_send_success()
965 UINT response_status = 0; in test_nx_azure_iot_hub_client_property_send_async_success() local
972 … &response_status), in test_nx_azure_iot_hub_client_property_send_async_success()
987 NX_NULL, &response_status, in test_nx_azure_iot_hub_client_property_send_async_success()
991 while (response_status == 0) in test_nx_azure_iot_hub_client_property_send_async_success()
1009 UINT response_status; in test_nx_azure_iot_hub_client_component_property_send_success() local
1028 &request_id, &response_status, in test_nx_azure_iot_hub_client_component_property_send_success()
[all …]
Dapi_unit_test.c67 UINT response_status; variable
103 UINT response_status, ULONG version, VOID *args) in reported_properties_response_callback() argument
107 NX_PARAMETER_NOT_USED(response_status); in reported_properties_response_callback()
242 … &request_id, &response_status, in api_no_model_id_test()
301 … &request_id, &response_status, in api_no_model_id_test()
466 … &request_id, &response_status, in api_model_id_test()
525 … &request_id, &response_status, in api_model_id_test()
Dnx_azure_iot_adu_agent_unit_test.c706 UINT request_id, UINT response_status, in reported_property_cb() argument
709 *((UINT *)args) = response_status; in reported_property_cb()
1181 UINT response_status; in test_nx_azure_iot_adu_agent_start_success() local
1222 UINT response_status; in test_nx_azure_iot_adu_agent_update_start_fail() local
1242 UINT response_status; in test_nx_azure_iot_adu_agent_stop_success() local
1278 UINT response_status; in test_nx_azure_iot_adu_agent_proxy_add() local
1323 UINT response_status; in test_nx_azure_iot_adu_agent_step_result() local
1470 UINT response_status; in test_nx_azure_iot_adu_agent_null_file_url() local
1550 UINT response_status; in test_nx_azure_iot_adu_agent_notify() local
1640 UINT response_status; in test_nx_azure_iot_adu_agent_update_cancel() local
[all …]
Ddevice_twin_unit_test.c405 UINT response_status, ULONG version, VOID *args) in test_response_callback() argument
407 g_response_status = response_status; in test_response_callback()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk_pnp.c153 UINT response_status; in sample_send_target_temperature_report() local
189 &response_status, NX_NULL, in sample_send_target_temperature_report()
671 UINT response_status; in sample_reported_properties_send_action() local
716 &request_id, &response_status, in sample_reported_properties_send_action()
725 if ((response_status < 200) || (response_status >= 300)) in sample_reported_properties_send_action()
727 printf("Reported properties failed with code : %d\r\n", response_status); in sample_reported_properties_send_action()
Dsample_azure_iot_embedded_sdk.c669 UINT response_status; in sample_device_twin_thread_entry() local
720 … &request_id, &response_status, in sample_device_twin_thread_entry()
728 if ((response_status < 200) || (response_status >= 300)) in sample_device_twin_thread_entry()
730 printf("device twin report properties failed with code : %d\r\n", response_status); in sample_device_twin_thread_entry()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.h132 … UINT request_id, UINT response_status, ULONG version, VOID *args);
786 UINT response_status,
Dnx_azure_iot_hub_client.c1814 UINT response_status, in nx_azure_iot_hub_client_reported_properties_response_callback_set() argument
2983 UINT response_status; in nx_azure_iot_hub_client_properties_process() local
2994 &message_type, &response_status))) in nx_azure_iot_hub_client_properties_process()
2999 if (response_status == NX_AZURE_IOT_HUB_CLIENT_THROTTLE_STATUS_CODE) in nx_azure_iot_hub_client_properties_process()
3035 ((response_status >= 200) && (response_status < 300))) in nx_azure_iot_hub_client_properties_process()
3059response_status, in nx_azure_iot_hub_client_properties_process()
Dnx_azure_iot_adu_agent.c3156 UINT response_status; in nx_azure_iot_adu_agent_reported_properties_startup_send() local
3271 NX_NULL, &response_status, in nx_azure_iot_adu_agent_reported_properties_startup_send()
3282 if ((response_status < 200) || (response_status >= 300)) in nx_azure_iot_adu_agent_reported_properties_startup_send()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md1384 UINT response_status,