Home
last modified time | relevance | path

Searched refs:fixed_reported_properties (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Ddevice_twin_unit_test.c80 static CHAR fixed_reported_properties[] = "{\"sample_report\": \"OK\"}"; variable
643fixed_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()
668fixed_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()
695fixed_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()
728fixed_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()
737fixed_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/
Dsample_azure_iot_embedded_sdk.c96 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()