Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_module_event_test.c50 …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 …]
Dnetx_cloud_basic_test.c31 …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()
Dnetx_cloud_module_register_deregister_test.c28 …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
Dnetx_cloud_api_test.c26 …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/
Dnx_cloud.h108 … (*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…
Dnx_cloud.c469 … (*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/
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
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()
Dnx_azure_iot.h212 ULONG common_events, ULONG module_own_events);
Dnx_azure_iot.c34 …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()
Dnx_azure_iot_adu_agent.c28 …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/
Dnxd_mqtt_client.c2952 …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()