Searched refs:core_result (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client_properties.c | 22 az_result core_result; in nx_azure_iot_hub_client_reported_properties_component_begin() local 36 …core_result = az_iot_hub_client_properties_writer_begin_component(&(hub_client_ptr -> iot_hub_clie… in nx_azure_iot_hub_client_reported_properties_component_begin() 38 if (az_result_failed(core_result)) in nx_azure_iot_hub_client_reported_properties_component_begin() 40 … LogError(LogLiteralArgs("IoT PnP failed to append component, core error : %d"), core_result); in nx_azure_iot_hub_client_reported_properties_component_begin() 50 az_result core_result; in nx_azure_iot_hub_client_reported_properties_component_end() local 59 …core_result = az_iot_hub_client_properties_writer_end_component(&(hub_client_ptr -> iot_hub_client… in nx_azure_iot_hub_client_reported_properties_component_end() 61 if (az_result_failed(core_result)) in nx_azure_iot_hub_client_reported_properties_component_end() 63 … LogError(LogLiteralArgs("IoT PnP failed to append component, core error : %d"), core_result); in nx_azure_iot_hub_client_reported_properties_component_end() 78 az_result core_result; in nx_azure_iot_hub_client_reported_properties_status_begin() local 92 …core_result = az_iot_hub_client_properties_writer_begin_response_status(&(hub_client_ptr -> iot_hu… in nx_azure_iot_hub_client_reported_properties_status_begin() [all …]
|
| D | nx_azure_iot_json_reader.c | 16 az_result core_result) in nx_azure_iot_json_reader_translate_error_code() argument 18 if (az_result_failed(core_result)) in nx_azure_iot_json_reader_translate_error_code() 20 if (core_result == AZ_ERROR_JSON_READER_DONE) in nx_azure_iot_json_reader_translate_error_code() 149 az_result core_result; in nx_azure_iot_json_reader_next_token() local 156 core_result = az_json_reader_next_token(&(reader_ptr -> json_reader)); in nx_azure_iot_json_reader_next_token() 158 return(nx_azure_iot_json_reader_translate_error_code(reader_ptr, core_result)); in nx_azure_iot_json_reader_next_token() 163 az_result core_result; in nx_azure_iot_json_reader_skip_children() local 170 core_result = az_json_reader_skip_children(&(reader_ptr -> json_reader)); in nx_azure_iot_json_reader_skip_children() 172 return(nx_azure_iot_json_reader_translate_error_code(reader_ptr, core_result)); in nx_azure_iot_json_reader_skip_children()
|
| D | nx_azure_iot_hub_client.c | 166 az_result core_result; in nx_azure_iot_hub_client_initialize() local 192 core_result = az_iot_hub_client_init(&hub_client_ptr -> iot_hub_client_core, in nx_azure_iot_hub_client_initialize() 194 if (az_result_failed(core_result)) in nx_azure_iot_hub_client_initialize() 196 …LogError(LogLiteralArgs("IoTHub client failed initialization with error status: %d"), core_result); in nx_azure_iot_hub_client_initialize() 384 az_result core_result; in nx_azure_iot_hub_client_connect() local 439 core_result = az_iot_hub_client_get_client_id(&(hub_client_ptr -> iot_hub_client_core), in nx_azure_iot_hub_client_connect() 441 if (az_result_failed(core_result)) in nx_azure_iot_hub_client_connect() 447 … LogError(LogLiteralArgs("IoTHub client failed to get clientId with error status: "), core_result); in nx_azure_iot_hub_client_connect() 459 core_result = az_iot_hub_client_get_user_name(&hub_client_ptr -> iot_hub_client_core, in nx_azure_iot_hub_client_connect() 461 if (az_result_failed(core_result)) in nx_azure_iot_hub_client_connect() [all …]
|
| D | nx_azure_iot_provisioning_client.c | 69 az_result core_result; in nx_azure_iot_provisioning_client_process_message() local 88 core_result = in nx_azure_iot_provisioning_client_process_message() 92 if (az_result_failed(core_result)) in nx_azure_iot_provisioning_client_process_message() 94 …or(LogLiteralArgs("IoTProvisioning client failed to parse packet, error status: %d"), core_result); in nx_azure_iot_provisioning_client_process_message() 634 az_result core_result; in nx_azure_iot_provisioning_client_send_req() local 662 …core_result = az_iot_provisioning_client_register_get_publish_topic(&(prov_client_ptr -> nx_azure_… in nx_azure_iot_provisioning_client_send_req() 668 …core_result = az_iot_provisioning_client_query_status_get_publish_topic(&(prov_client_ptr -> nx_az… in nx_azure_iot_provisioning_client_send_req() 674 if (az_result_failed(core_result)) in nx_azure_iot_provisioning_client_send_req() 676 LogError(LogLiteralArgs("failed to get topic, error status: %d"), core_result); in nx_azure_iot_provisioning_client_send_req() 755 az_result core_result; in nx_azure_iot_provisioning_client_sas_token_get() local [all …]
|