Home
last modified time | relevance | path

Searched refs:context_ptr (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dnx_azure_iot_pnp_client_command_unit_test.c480 VOID *context_ptr; in test_nx_azure_iot_hub_client_invalid_argument_fail() local
490 … &context_ptr, &context_length, in test_nx_azure_iot_hub_client_invalid_argument_fail()
498 … &context_ptr, &context_length, in test_nx_azure_iot_hub_client_invalid_argument_fail()
516 … &context_ptr, &context_length, in test_nx_azure_iot_hub_client_invalid_argument_fail()
521 context_ptr, in test_nx_azure_iot_hub_client_invalid_argument_fail()
544 VOID *context_ptr; in test_nx_azure_iot_hub_client_command_success() local
558 &context_ptr, &context_length, in test_nx_azure_iot_hub_client_command_success()
582 VOID *context_ptr; in test_nx_azure_iot_hub_client_component_command_success() local
596 &context_ptr, &context_length, in test_nx_azure_iot_hub_client_component_command_success()
620 VOID *context_ptr; in test_nx_azure_iot_hub_client_component_command_blocking_success() local
[all …]
Ddirect_method_unit_test.c474 VOID *context_ptr; in test_nx_azure_iot_hub_client_direct_method_message_receive_invalid_argument_failure() local
482 … &context_ptr, &context_length, in test_nx_azure_iot_hub_client_direct_method_message_receive_invalid_argument_failure()
495 VOID *context_ptr; in test_nx_azure_iot_hub_client_direct_method_message_receive_success() local
509 … &context_ptr, &context_length, in test_nx_azure_iot_hub_client_direct_method_message_receive_success()
530 VOID *context_ptr; in test_nx_azure_iot_hub_client_direct_method_message_receive_no_blocking_success() local
555 … &context_ptr, &context_length, in test_nx_azure_iot_hub_client_direct_method_message_receive_no_blocking_success()
576 VOID *context_ptr; in test_nx_azure_iot_hub_client_direct_method_message_no_receive() local
Dapi_unit_test.c60 UCHAR *context_ptr; variable
198 … (void **)&context_ptr, &context_length, in api_no_model_id_test()
218 … (void **)&context_ptr, &context_length, in api_no_model_id_test()
422 … (void **)&context_ptr, &context_length, in api_model_id_test()
442 … (void **)&context_ptr, &context_length, in api_model_id_test()
/NetX-Duo-v6.2.1/addons/azure_iot/samples/
Dsample_azure_iot_embedded_sdk.c622 VOID *context_ptr; in sample_direct_method_thread_entry() local
637 … &context_ptr, &context_length, in sample_direct_method_thread_entry()
649context_ptr, context_length, in sample_direct_method_thread_entry()
Dsample_azure_iot_embedded_sdk_pnp.c540 VOID *context_ptr; in sample_command_action() local
559 &context_ptr, &context_length, in sample_command_action()
603context_ptr, context_length, scratch_buffer, in sample_command_action()
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot_hub_client.h657 UINT status_code, VOID *context_ptr,
736 UINT status_code, VOID *context_ptr,
Dnx_azure_iot_hub_client.c3314 UINT status_code, VOID *context_ptr, in nx_azure_iot_hub_client_command_message_response() argument
3326 (context_ptr == NX_NULL) || in nx_azure_iot_hub_client_command_message_response()
3344 request_id_span = az_span_create((UCHAR*)context_ptr, (INT)context_length); in nx_azure_iot_hub_client_command_message_response()
3450 UINT status_code, VOID *context_ptr, in nx_azure_iot_hub_client_direct_method_message_response() argument
3457 (context_ptr == NX_NULL) || in nx_azure_iot_hub_client_direct_method_message_response()
3465 context_ptr, context_length, in nx_azure_iot_hub_client_direct_method_message_response()
/NetX-Duo-v6.2.1/addons/azure_iot/docs/
Dazure_rtos_iot_hub_client.md1095 … UINT status_code, VOID *context_ptr, USHORT context_length,,
1108 | context_ptr [in] | Pointer to context return from nx_azure_iot_hub_client_direct_method_messag…
1263 UINT status_code, VOID *context_ptr,
1277 | context_ptr [in] | Pointer to context return from nx_azure_iot_hub_client_command_receive. |