This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/core/app-mgr/app-manager
Xu Jun a7f4c3c15c
Fix app manager/framework issues reported by Coverity (#1155)
runtime_sensor.c: add return value check for os_mutex_init
                             fix find_sensor_client
sensor_mgr_ref.c: add return value check for init_sensor_framework
app_manager_host.c: add return value check for app_manager_host_init
module_wasm_app.c: add bh_assert for m_data
                                   fix mkdir potential issue
sample littlevgl/gui/simple: add return value check for init_sensor_framework
host_tool: add more check for g_conn_fd
2022-05-07 15:43:34 +08:00
..
platform Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_manager_host.c Fix app manager/framework issues reported by Coverity (#1155) 2022-05-07 15:43:34 +08:00
app_manager_host.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_manager.c Enhance app manager (#1011) 2022-02-17 15:04:52 +08:00
app_manager.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
app_mgr.cmake Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
ble_msg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
coding_rule.txt Import app manager, samples and test-tools 2019-05-17 17:15:25 +08:00
event.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
event.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
message.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_config.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_jeff.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_jeff.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
module_utils.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_app.c Fix app manager/framework issues reported by Coverity (#1155) 2022-05-07 15:43:34 +08:00
module_wasm_app.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
module_wasm_lib.h Relicense to Apache-2.0 with the LLVM-exception (#137) 2019-11-12 07:45:21 +08:00
resource_reg.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.c Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00
watchdog.h Apply clang-format for more source files (#795) 2021-10-21 13:58:34 +08:00