Searched refs:NX_CLOUD_MODULE (Results 1 – 9 of 9) sorted by relevance
| /NetX-Duo-v6.2.1/addons/cloud/ |
| D | nx_cloud.h | 119 } NX_CLOUD_MODULE; typedef 144 NX_CLOUD_MODULE *nx_cloud_modules_list_header; 192 UINT nx_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* module_… 194 UINT nx_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr); 195 UINT nx_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event); 196 UINT nx_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event); 206 UINT _nxe_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* modul… 208 UINT _nx_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr, const CHAR* module… 210 UINT _nxe_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr); 211 UINT _nx_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr); [all …]
|
| D | nx_cloud.c | 468 UINT _nxe_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE *module_ptr, const CHAR *modul… in _nxe_cloud_module_register() 547 UINT _nx_cloud_module_register(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE *module_ptr, const CHAR *module… in _nx_cloud_module_register() 551 NX_CLOUD_MODULE *current_module; in _nx_cloud_module_register() 632 UINT _nxe_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr) in _nxe_cloud_module_deregister() 697 UINT _nx_cloud_module_deregister(NX_CLOUD* cloud_ptr, NX_CLOUD_MODULE* module_ptr) in _nx_cloud_module_deregister() 700 NX_CLOUD_MODULE *previous_module; in _nx_cloud_module_deregister() 701 NX_CLOUD_MODULE *current_module; in _nx_cloud_module_deregister() 794 UINT _nxe_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event) in _nxe_cloud_module_event_set() 862 UINT _nx_cloud_module_event_set(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event) in _nx_cloud_module_event_set() 933 UINT _nxe_cloud_module_event_clear(NX_CLOUD_MODULE *cloud_module, ULONG module_own_event) in _nxe_cloud_module_event_clear() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/cloud_test/ |
| D | netx_cloud_module_register_deregister_test.c | 14 static NX_CLOUD_MODULE cloud_module_1; 15 static NX_CLOUD_MODULE cloud_module_2; 16 static NX_CLOUD_MODULE cloud_module_3; 17 static NX_CLOUD_MODULE cloud_module_4; 18 static NX_CLOUD_MODULE cloud_module_5;
|
| D | netx_cloud_basic_test.c | 14 static NX_CLOUD_MODULE cloud_module;
|
| D | netx_cloud_api_test.c | 14 static NX_CLOUD_MODULE cloud_module;
|
| D | netx_cloud_module_event_test.c | 18 NX_CLOUD_MODULE nx_cloud_module;
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot.h | 208 NX_CLOUD_MODULE nx_azure_iot_cloud_module;
|
| D | nx_azure_iot_adu_agent.h | 666 NX_CLOUD_MODULE nx_azure_iot_adu_agent_cloud_module;
|
| /NetX-Duo-v6.2.1/addons/mqtt/ |
| D | nxd_mqtt_client.h | 348 …NX_CLOUD_MODULE nxd_mqtt_client_cloud_module; /* Define mqtt modu…
|