| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.h | 108 … (*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…
|
| D | nx_cloud.c | 469 …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/ |
| D | netx_cloud_basic_test.c | 31 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()
|
| D | netx_cloud_module_event_test.c | 50 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()
|
| D | netx_cloud_module_register_deregister_test.c | 28 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
|
| D | netx_cloud_api_test.c | 26 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/ |
| D | nx_azure_iot.h | 212 ULONG common_events, ULONG module_own_events);
|
| D | nx_azure_iot_provisioning_client.c | 54 … 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()
|
| D | nx_azure_iot.c | 34 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()
|
| D | nx_azure_iot_adu_agent.c | 28 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/ |
| D | nxd_mqtt_client.c | 2952 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()
|