| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | nx_azure_iot_pnp_client_properties_unit_test.c | 620 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 …]
|
| D | api_unit_test.c | 67 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()
|
| D | nx_azure_iot_adu_agent_unit_test.c | 706 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 …]
|
| D | device_twin_unit_test.c | 405 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/ |
| D | sample_azure_iot_embedded_sdk_pnp.c | 153 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()
|
| D | sample_azure_iot_embedded_sdk.c | 669 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/ |
| D | nx_azure_iot_hub_client.h | 132 … UINT request_id, UINT response_status, ULONG version, VOID *args); 786 UINT response_status,
|
| D | nx_azure_iot_hub_client.c | 1814 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() 3059 … response_status, in nx_azure_iot_hub_client_properties_process()
|
| D | nx_azure_iot_adu_agent.c | 3156 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/ |
| D | azure_rtos_iot_hub_client.md | 1384 UINT response_status,
|