Go to file
Caoruihong 1a02b6955e no need close before dup2
Signed-off-by: Caoruihong <crh.cao@huawei.com>
2024-05-08 23:50:53 +08:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
adapter delete old code and supplement ut 2024-04-15 21:53:26 +08:00
common add fork and mount time log 2024-05-05 17:04:14 +08:00
etc Merge branch 'master' into appspapawn_ut 2024-04-20 10:24:50 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces add accountId 2024-04-30 18:30:20 +08:00
lite 插件化全部使能 2024-04-13 18:58:15 +08:00
modules no need close before dup2 2024-05-08 23:50:53 +08:00
service/hnp !1077 提供native改版后的安装卸载空接口 2024-04-25 13:39:23 +00:00
standard !1091 Fix: 设置冷启动超时时间 2024-04-30 09:06:11 +00:00
test !1083 管理运行Native软件包的环境变量 2024-04-30 08:13:42 +00:00
util !1083 管理运行Native软件包的环境变量 2024-04-30 08:13:42 +00:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json Normalization rectification of sandbox model 2024-03-21 21:34:31 +08:00
appdata-sandbox-app.json add shader dir 2024-04-17 11:19:04 +08:00
appdata-sandbox-asan.json fix asan build error 2024-03-01 11:23:36 +08:00
appdata-sandbox-nweb.json 插件化全部使能 2024-04-13 18:58:15 +08:00
appdata-sandbox.json 沙箱映射增加分布式文档挂载点 2024-05-06 20:07:45 +08:00
appspawn_preload.json appspawn新增预加载so包 2024-04-22 16:39:40 +08:00
appspawn.cfg 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.gni 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn 插件化全部使能 2024-04-13 18:58:15 +08:00
bundle.json 支持native安装卸载新版本接口 2024-04-25 20:15:27 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
OAT.xml delete Copyright of asan.options 2023-03-02 19:24:07 +08:00
README_zh.md update README_zh.md. 2022-10-14 06:23:39 +00:00
README.md move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
startup_events.yaml add detailed log for debugging app unexpectedly exit issues 2022-05-12 23:33:35 +08:00

Startup

Introduction

Appspawn is responsible for creating application process and setting process information function.

Directory Structure

base/startup/appspawn
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

appspawn