Home
last modified time | relevance | path

Searched refs:cloud (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/cloud_test/
Dnetx_cloud_module_register_deregister_test.c12 static NX_CLOUD cloud; variable
65 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
75 …status = nx_cloud_module_register(&cloud, &cloud_module_1, "Module 1", NX_CLOUD_MODULE_1_EVENT, cl… in test_entry()
78 if ((status) || (cloud.nx_cloud_modules_count != 1)) in test_entry()
85 …status = nx_cloud_module_register(&cloud, &cloud_module_1, "Module 1", NX_CLOUD_MODULE_1_EVENT, cl… in test_entry()
88 if ((status != NX_CLOUD_MODULE_ALREADY_REGISTERED) || (cloud.nx_cloud_modules_count != 1)) in test_entry()
95 …status = nx_cloud_module_register(&cloud, &cloud_module_2, "Module 2", NX_CLOUD_MODULE_2_EVENT, cl… in test_entry()
98 if ((status) || (cloud.nx_cloud_modules_count != 2)) in test_entry()
105 …status = nx_cloud_module_register(&cloud, &cloud_module_3, "Module 3", NX_CLOUD_MODULE_3_EVENT, cl… in test_entry()
108 if ((status) || (cloud.nx_cloud_modules_count != 3)) in test_entry()
[all …]
Dnetx_cloud_api_test.c12 static NX_CLOUD cloud; variable
72 status = nx_cloud_create(&cloud, "Cloud", NX_NULL, 2048, 3); in test_entry()
81 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 0, 3); in test_entry()
90 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, TX_MAX_PRIORITIES); in test_entry()
99 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
119 …status = nx_cloud_module_register(&cloud, NX_NULL, "Module 1", (NX_CLOUD_COMMON_PERIODIC_EVENT | N… in test_entry()
128 …status = nx_cloud_module_register(&cloud, &cloud_module, "Module 1", 0, cloud_module_event_process… in test_entry()
137 …status = nx_cloud_module_register(&cloud, &cloud_module, "Module 1", (NX_CLOUD_COMMON_PERIODIC_EVE… in test_entry()
146 …status = nx_cloud_module_register(&cloud, &cloud_module, "Module 1", (NX_CLOUD_COMMON_PERIODIC_EVE… in test_entry()
223 status = nx_cloud_module_deregister(&cloud, NX_NULL); in test_entry()
[all …]
Dnetx_cloud_module_event_test.c12 static NX_CLOUD cloud; variable
93 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
103 …status = nx_cloud_module_register(&cloud, &cloud_module[0].nx_cloud_module, "Module 1", (NX_CLOUD_… in test_entry()
113 …status = nx_cloud_module_register(&cloud, &cloud_module[1].nx_cloud_module, "Module 2", NX_CLOUD_M… in test_entry()
123 …status = nx_cloud_module_register(&cloud, &cloud_module[2].nx_cloud_module, "Module 3", (NX_CLOUD_… in test_entry()
199 status = nx_cloud_module_deregister(&cloud, &cloud_module[2].nx_cloud_module); in test_entry()
209 status = nx_cloud_module_deregister(&cloud, &cloud_module[1].nx_cloud_module); in test_entry()
219 status = nx_cloud_module_deregister(&cloud, &cloud_module[0].nx_cloud_module); in test_entry()
229 status = nx_cloud_delete(&cloud); in test_entry()
Dnetx_cloud_basic_test.c12 static NX_CLOUD cloud; variable
70 status = nx_cloud_create(&cloud, "Cloud", cloud_stack, 2048, 3); in test_entry()
80 …status = nx_cloud_module_register(&cloud, &cloud_module, "Module 1", (NX_CLOUD_COMMON_PERIODIC_EVE… in test_entry()
83 if ((status) || (cloud.nx_cloud_modules_count != 1)) in test_entry()
225 status = nx_cloud_module_deregister(&cloud, &cloud_module); in test_entry()
228 if ((status) || (cloud.nx_cloud_modules_count != 0)) in test_entry()
235 status = nx_cloud_delete(&cloud); in test_entry()
/NetX-Duo-v6.2.1/addons/
DCMakeLists.txt7 ${CMAKE_CURRENT_LIST_DIR}/cloud/nx_cloud.c
83 ${CMAKE_CURRENT_LIST_DIR}/cloud
/NetX-Duo-v6.2.1/test/cmake/netxduo64/
DCMakeLists.txt22 addons/cloud
/NetX-Duo-v6.2.1/addons/azure_iot/
DREADME.md23 …s-microprocessors/rx-32-bit-performance-efficiency-mcus/rx65n-cloud-kit-renesas-rx65n-cloud-kit) |…
46 * Support of IoT Hub primitive data format: [device to cloud (D2C) message](https://learn.microsoft…