Searched refs:ota_register_module_store (Results 1 – 12 of 12) sorted by relevance
/AliOS-Things-master/components/amp_adapter/platform/linux/ |
A D | aos_ota.c | 43 int ota_register_module_store(ota_service_t *ctx, ota_store_module_info_t *queue, int queue_len) in ota_register_module_store() function
|
/AliOS-Things-master/components/amp_adapter/platform/aos/haas700/ |
A D | ota_agent.h | 324 int ota_register_module_store(ota_service_t *ctx, ota_store_module_info_t *queue, int queue_len);
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_agent.h | 324 int ota_register_module_store(ota_service_t *ctx, ota_store_module_info_t *queue, int queue_len);
|
/AliOS-Things-master/components/py_engine/external/app_mgr/ |
A D | app_upgrade.c | 153 ota_register_module_store(&internal_ctx, module_info, 3); in py_app_upgrade_service()
|
/AliOS-Things-master/components/ota/ |
A D | README.md | 127 > ota_register_module_store(&ctx, g_module_info, 3);
|
/AliOS-Things-master/solutions/ota_demo/ |
A D | otaappdemo.c | 161 ota_register_module_store(&ctx, g_module_info, 3); in mqtt_connected_cb()
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_upgrade.c | 353 ota_register_module_store(&internal_ctx, module_info, 3); in amp_app_upgrade_service()
|
/AliOS-Things-master/components/ota/ota_agent/ |
A D | ota_service.c | 271 int ota_register_module_store(ota_service_t *ctx, ota_store_module_info_t *queue, int queue_len) in ota_register_module_store() function
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/ota/ |
A D | module_appota.c | 451 ota_register_module_store(&customer_ota_ctx, customer_module_info, 3); in native_ota_init()
|
/AliOS-Things-master/components/py_engine/modules/ota/ |
A D | modappota.c | 522 ota_register_module_store(&customer_ota_ctx, customer_module_info, 3); in ota_init()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/ota/ |
A D | module_appota.c | 515 ota_register_module_store(&customer_ota_ctx, customer_module_info, 3); in native_ota_init()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_gateway.c | 420 ota_register_module_store(ota_svc, g_module_info, 3); in aiot_gateway_connect()
|
Completed in 61 milliseconds