Searched refs:fixed_reported_properties (Results 1 – 2 of 2) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/azure_iot/ |
| D | device_twin_unit_test.c | 80 static CHAR fixed_reported_properties[] = "{\"sample_report\": \"OK\"}"; variable 643 … fixed_reported_properties, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_invalid_argument_failure() 644 … sizeof(fixed_reported_properties) - 1, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_invalid_argument_failure() 668 … fixed_reported_properties, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_publish_failure() 669 … sizeof(fixed_reported_properties) - 1, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_publish_failure() 695 … fixed_reported_properties, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_success() 696 … sizeof(fixed_reported_properties) - 1, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_success() 728 … fixed_reported_properties, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_throttled() 729 … sizeof(fixed_reported_properties) - 1, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_throttled() 737 … fixed_reported_properties, in test_nx_azure_iot_hub_client_device_twin_reported_propetries_send_throttled() [all …]
|
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | sample_azure_iot_embedded_sdk.c | 96 static CHAR fixed_reported_properties[] = "{\"sample_report\": \"OK\"}"; variable 719 … (UCHAR *)fixed_reported_properties, sizeof(fixed_reported_properties) - 1, in sample_device_twin_thread_entry()
|