Go to file
王达 92bc2236da 检视意见修改
Signed-off-by: 王达 <wangda20@huawei.com>
2024-07-04 20:42:12 +08:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
common !1194 enable new net namespace 2024-06-17 09:38:30 +00:00
etc appextension 2024-05-30 20:45:08 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces hnp需支持配置安装 2024-07-04 14:20:34 +08:00
lite 插件化全部使能 2024-04-13 18:58:15 +08:00
modules revert code 2024-07-03 09:34:32 +08:00
service/hnp update service/hnp/installer/src/hnp_installer.c. 2024-06-25 12:50:32 +00:00
standard hnp需支持配置安装 2024-07-04 14:20:34 +08:00
test 检视意见修改 2024-07-04 20:42:12 +08:00
util 打开socket 2024-06-14 10:56:10 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json disable pid ns 2024-05-21 14:45:59 +08:00
appdata-sandbox-app.json One physical path two sandbox 2024-06-24 22:50:47 +08:00
appdata-sandbox-asan.json disable pid ns 2024-05-21 14:45:59 +08:00
appdata-sandbox-nweb.json 插件化全部使能 2024-04-13 18:58:15 +08:00
appdata-sandbox.json !1235 modify FILE_ACCESS_MANAGER and FILE_CROSS_APP mount points 2024-07-01 01:36:22 +00:00
appspawn_preload.json appspawn预加载so包网络功能异常去除 2024-06-07 09:29:53 +08:00
appspawn.cfg 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.gni 添加调测信息 2024-06-22 17:20:56 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn feature cjappspawn to fork cangjie application processes. 2024-05-15 21:42:59 +08:00
bundle.json 添加调测信息 2024-06-20 15:47:04 +08:00
cjappspawn.cfg feature cjappspawn to fork cangjie application processes. 2024-05-14 16:21:23 +08:00
CODEOWNERS add code owner 2024-05-23 22:32:13 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
OAT.xml Description:Code optimization 2024-06-06 18:58:06 +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