| /NetX-Duo-v6.2.1/test/regression/cloud_test/ |
| D | netx_cloud_module_event_test.c | 50 …ic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events); 84 ULONG module_own_events; in test_entry() local 139 module_own_events = 0; in test_entry() 142 module_own_events |= NX_CLOUD_MODULE_EVENT_1; in test_entry() 147 module_own_events |= NX_CLOUD_MODULE_EVENT_2; in test_entry() 152 module_own_events |= NX_CLOUD_MODULE_EVENT_3; in test_entry() 157 module_own_events |= NX_CLOUD_MODULE_EVENT_4; in test_entry() 160 nx_cloud_module_event_set(&cloud_module[module_id].nx_cloud_module, module_own_events); in test_entry() 242 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process() argument 254 if (module_own_events & NX_CLOUD_MODULE_EVENT_1) in cloud_module_event_process() [all …]
|
| D | netx_cloud_basic_test.c | 31 …ic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events); 248 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process() argument 258 if (module_own_events & NX_CLOUD_MODULE_EVENT_1) in cloud_module_event_process() 262 if (module_own_events & NX_CLOUD_MODULE_EVENT_2) in cloud_module_event_process() 266 if (module_own_events & NX_CLOUD_MODULE_EVENT_3) in cloud_module_event_process() 270 if (module_own_events & NX_CLOUD_MODULE_EVENT_4) in cloud_module_event_process()
|
| D | netx_cloud_module_register_deregister_test.c | 28 …ic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events); 208 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process() argument
|
| D | netx_cloud_api_test.c | 26 …ic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events); 265 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process() argument
|
| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.h | 108 … (*nx_cloud_module_process)(VOID *module_context, ULONG common_events, ULONG module_own_events); 193 … (*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID* modu… 207 …D(*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID* modu… 209 …D(*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID* modu…
|
| D | nx_cloud.c | 469 … (*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID *modu… in _nxe_cloud_module_register() argument 548 …D(*module_process)(VOID *module_context, ULONG common_events, ULONG module_own_events), VOID *modu… in _nx_cloud_module_register() argument 1087 ULONG module_own_events; in _nx_cloud_thread_entry() local 1115 module_own_events = cloud_module -> nx_cloud_module_own_events; in _nx_cloud_thread_entry() local 1127 …dule_context, cloud_events & cloud_module -> nx_cloud_module_registered_events, module_own_events); in _nx_cloud_thread_entry()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| 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 1146 LogDebug(LogLiteralArgs("module event: %d"), module_own_events); in nx_azure_iot_provisioning_client_event_process() 1170 if (module_own_events & NX_AZURE_IOT_PROVISIONING_CLIENT_CONNECT_EVENT) in nx_azure_iot_provisioning_client_event_process() 1175 if (module_own_events & NX_AZURE_IOT_PROVISIONING_CLIENT_SUBSCRIBE_EVENT) in nx_azure_iot_provisioning_client_event_process() 1180 if (module_own_events & NX_AZURE_IOT_PROVISIONING_CLIENT_RESPONSE_EVENT) in nx_azure_iot_provisioning_client_event_process() 1185 if (module_own_events & NX_AZURE_IOT_PROVISIONING_CLIENT_REQUEST_EVENT) in nx_azure_iot_provisioning_client_event_process() 1190 if (module_own_events & NX_AZURE_IOT_PROVISIONING_CLIENT_DISCONNECT_EVENT) in nx_azure_iot_provisioning_client_event_process()
|
| D | nx_azure_iot.h | 212 ULONG common_events, ULONG module_own_events);
|
| D | nx_azure_iot.c | 34 …c VOID nx_azure_iot_event_process(VOID *nx_azure_iot, ULONG common_events, ULONG module_own_events) in nx_azure_iot_event_process() argument 43 module_own_events); in nx_azure_iot_event_process()
|
| D | nx_azure_iot_adu_agent.c | 28 …x_azure_iot_adu_agent_event_process(VOID *adu_agent, ULONG common_events, ULONG module_own_events); 571 …nx_azure_iot_adu_agent_event_process(VOID *adu_agent, ULONG common_events, ULONG module_own_events) in nx_azure_iot_adu_agent_event_process() argument 588 if (module_own_events & NX_AZURE_IOT_ADU_AGENT_UPDATE_EVENT) in nx_azure_iot_adu_agent_event_process() 594 if (module_own_events & NX_AZURE_IOT_ADU_AGENT_DOWNLOAD_INSTALL_EVENT) in nx_azure_iot_adu_agent_event_process() 600 if (module_own_events & NX_AZURE_IOT_ADU_AGENT_APPLY_EVENT) in nx_azure_iot_adu_agent_event_process() 606 if (module_own_events & NX_AZURE_IOT_ADU_AGENT_DNS_RESPONSE_RECEIVE_EVENT) in nx_azure_iot_adu_agent_event_process() 612 if (module_own_events & NX_AZURE_IOT_ADU_AGENT_HTTP_CONNECT_DONE_EVENT) in nx_azure_iot_adu_agent_event_process() 618 if (module_own_events & NX_AZURE_IOT_ADU_AGENT_HTTP_RECEIVE_EVENT) in nx_azure_iot_adu_agent_event_process()
|
| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.c | 2952 …OID _nxd_mqtt_client_event_process(VOID *mqtt_client, ULONG common_events, ULONG module_own_events) in _nxd_mqtt_client_event_process() argument 2963 if (module_own_events & MQTT_TIMEOUT_EVENT) in _nxd_mqtt_client_event_process() 2972 if (module_own_events & MQTT_TCP_ESTABLISH_EVENT) in _nxd_mqtt_client_event_process() 2977 if (module_own_events & MQTT_PACKET_RECEIVE_EVENT) in _nxd_mqtt_client_event_process() 2991 if (module_own_events & MQTT_PING_TIMEOUT_EVENT) in _nxd_mqtt_client_event_process() 2996 if (module_own_events & MQTT_NETWORK_DISCONNECT_EVENT) in _nxd_mqtt_client_event_process() 3002 if (module_own_events & MQTT_DELETE_EVENT) in _nxd_mqtt_client_event_process()
|