Home
last modified time | relevance | path

Searched refs:common_events (Results 1 – 11 of 11) sorted by relevance

/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.h108 … (*nx_cloud_module_process)(VOID *module_context, ULONG common_events, ULONG module_…
193 …VOID (*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID* …
207 …VOID(*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID* m…
209 …VOID(*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID* m…
Dnx_cloud.c469 …VOID (*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID *… in _nxe_cloud_module_register() argument
548 …VOID(*module_process)(VOID *module_context, ULONG common_events, ULONG module_own_events), VOID *m… in _nx_cloud_module_register() argument
/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_basic_test.c31 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even…
248 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument
252 if (common_events & NX_CLOUD_COMMON_PERIODIC_EVENT) in cloud_module_event_process()
Dnetx_cloud_module_event_test.c50 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even…
242 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument
248 if (common_events & NX_CLOUD_COMMON_PERIODIC_EVENT) in cloud_module_event_process()
Dnetx_cloud_module_register_deregister_test.c28 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even…
208 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument
Dnetx_cloud_api_test.c26 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even…
265 static void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_even… in cloud_module_event_process() argument
/NetX-Duo-v6.2.1/addons/azure_iot/
Dnx_azure_iot.h212 ULONG common_events, ULONG module_own_events);
Dnx_azure_iot_provisioning_client.c54 … ULONG common_events, ULONG module_own_events);
1139 … ULONG common_events, ULONG module_own_events) in nx_azure_iot_provisioning_client_event_process() argument
1145 LogDebug(LogLiteralArgs("Event generated common event: %d"), common_events); in nx_azure_iot_provisioning_client_event_process()
1165 if (common_events & NX_CLOUD_COMMON_PERIODIC_EVENT) in nx_azure_iot_provisioning_client_event_process()
Dnx_azure_iot.c34 static VOID nx_azure_iot_event_process(VOID *nx_azure_iot, ULONG common_events, ULONG module_own_ev… in nx_azure_iot_event_process() argument
42 …nx_azure_iot_ptr -> nx_azure_iot_provisioning_client_event_process(nx_azure_iot_ptr, common_events, in nx_azure_iot_event_process()
Dnx_azure_iot_adu_agent.c28 static VOID nx_azure_iot_adu_agent_event_process(VOID *adu_agent, ULONG common_events, ULONG module…
571 static VOID nx_azure_iot_adu_agent_event_process(VOID *adu_agent, ULONG common_events, ULONG module… in nx_azure_iot_adu_agent_event_process() argument
580 if (common_events & NX_CLOUD_COMMON_PERIODIC_EVENT) in nx_azure_iot_adu_agent_event_process()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c2952 static VOID _nxd_mqtt_client_event_process(VOID *mqtt_client, ULONG common_events, ULONG module_own… in _nxd_mqtt_client_event_process() argument
2961 NX_PARAMETER_NOT_USED(common_events); in _nxd_mqtt_client_event_process()