Home
last modified time | relevance | path

Searched refs:nx_cloud_modules_count (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_module_register_deregister_test.c78 if ((status) || (cloud.nx_cloud_modules_count != 1)) in test_entry()
88 if ((status != NX_CLOUD_MODULE_ALREADY_REGISTERED) || (cloud.nx_cloud_modules_count != 1)) in test_entry()
98 if ((status) || (cloud.nx_cloud_modules_count != 2)) in test_entry()
108 if ((status) || (cloud.nx_cloud_modules_count != 3)) in test_entry()
118 if ((status) || (cloud.nx_cloud_modules_count != 4)) in test_entry()
128 if ((status != NX_CLOUD_MODULE_NOT_REGISTERED) || (cloud.nx_cloud_modules_count != 4)) in test_entry()
138 if ((status) || (cloud.nx_cloud_modules_count != 3)) in test_entry()
148 if ((status) || (cloud.nx_cloud_modules_count != 4)) in test_entry()
158 if ((status) || (cloud.nx_cloud_modules_count != 3)) in test_entry()
168 if ((status) || (cloud.nx_cloud_modules_count != 2)) in test_entry()
[all …]
Dnetx_cloud_basic_test.c83 if ((status) || (cloud.nx_cloud_modules_count != 1)) in test_entry()
228 if ((status) || (cloud.nx_cloud_modules_count != 0)) in test_entry()
/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.c378 if (cloud_ptr -> nx_cloud_modules_count) in _nx_cloud_delete()
582 cloud_ptr -> nx_cloud_modules_count ++; in _nx_cloud_module_register()
744 cloud_ptr -> nx_cloud_modules_count--; in _nx_cloud_module_deregister()
Dnx_cloud.h147 ULONG nx_cloud_modules_count; member
/NetX-Duo-v6.2.1/test/regression/azure_iot/
Dinitialization_unit_test.c110 iot.nx_azure_iot_cloud.nx_cloud_modules_count++; in demo_entry()
112 iot.nx_azure_iot_cloud.nx_cloud_modules_count--; in demo_entry()