Home
last modified time | relevance | path

Searched refs:LogInfo (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.h62 #define LogInfo(...) macro
80 #undef LogInfo
81 #define LogInfo(...) nx_azure_iot_log(LogLiteralArgs("[INFO] "), __VA_ARGS__) macro
Dnx_azure_iot_adu_agent.c311 LogInfo(LogLiteralArgs("ADU agent started successfully!")); in nx_azure_iot_adu_agent_start()
344 LogInfo(LogLiteralArgs("ADU agent stopped!")); in nx_azure_iot_adu_agent_stop()
522 LogInfo(LogLiteralArgs("Cancel Command received")); in nx_azure_iot_adu_agent_component_properties_process()
1059 LogInfo(LogLiteralArgs("Updating firmware...")); in nx_azure_iot_adu_agent_download_install_event_process()
1060LogInfo(LogLiteralArgs("Manufacturer: %s"), step -> device -> device_properties.manufacturer, ste… in nx_azure_iot_adu_agent_download_install_event_process()
1061LogInfo(LogLiteralArgs("Model: %s"), step -> device -> device_properties.model, step -> device -… in nx_azure_iot_adu_agent_download_install_event_process()
1117 LogInfo(LogLiteralArgs("Applying firmware...")); in nx_azure_iot_adu_agent_apply_event_process()
1118LogInfo(LogLiteralArgs("Manufacturer: %s"), step -> device -> device_properties.manufacturer, ste… in nx_azure_iot_adu_agent_apply_event_process()
1119LogInfo(LogLiteralArgs("Model: %s"), step -> device -> device_properties.model, step -> device -… in nx_azure_iot_adu_agent_apply_event_process()
2112 LogInfo(LogLiteralArgs("Firmware downloading...")); in nx_azure_iot_adu_agent_method_download()
[all …]
Dnx_azure_iot_provisioning_client.c196 LogInfo(LogLiteralArgs("IoTProvisioning client connect pending")); in nx_azure_iot_provisioning_client_connect_internal()