Home
last modified time | relevance | path

Searched defs:module_own_events (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.c469 …ID (*module_process)(VOID* module_context, ULONG common_events, ULONG module_own_events), VOID *mo… in _nxe_cloud_module_register()
548 …OID(*module_process)(VOID *module_context, ULONG common_events, ULONG module_own_events), VOID *mo… in _nx_cloud_module_register()
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
/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_module_event_test.c84 ULONG module_own_events; in test_entry() local
242 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process()
Dnetx_cloud_api_test.c265 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process()
Dnetx_cloud_module_register_deregister_test.c208 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process()
Dnetx_cloud_basic_test.c248 …tic void cloud_module_event_process(VOID *module_ptr, ULONG common_events, ULONG module_own_events) in cloud_module_event_process()
/NetX-Duo-v6.2.1/addons/azure_iot/
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()
Dnx_azure_iot_provisioning_client.c1139 … ULONG common_events, ULONG module_own_events) in nx_azure_iot_provisioning_client_event_process()
Dnx_azure_iot_adu_agent.c571 …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()
/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()