Home
last modified time | relevance | path

Searched refs:nx_cloud_module_event_clear (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.h170 #define nx_cloud_module_event_clear _nx_cloud_module_event_clear macro
181 #define nx_cloud_module_event_clear _nxe_cloud_module_event_clear macro
196 UINT nx_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event);
/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_api_test.c185 status = nx_cloud_module_event_clear(NX_NULL, NX_CLOUD_MODULE_EVENT_1); in test_entry()
194 status = nx_cloud_module_event_clear(&cloud_module, 0); in test_entry()
203 status = nx_cloud_module_event_clear(&cloud_module, NX_CLOUD_MODULE_EVENT_1); in test_entry()
Dnetx_cloud_module_event_test.c191 nx_cloud_module_event_clear(&cloud_module[0].nx_cloud_module, NX_CLOUD_MODULE_EVENT_1); in test_entry()
/NetX-Duo-v6.2.1/addons/mqtt/
Dnxd_mqtt_client.c2124nx_cloud_module_event_clear(&(client_ptr -> nxd_mqtt_client_cloud_module), MQTT_PACKET_RECEIVE_EVE… in _nxd_mqtt_process_disconnect()