Go to file
openharmony_ci 6861c4fe81
!1271 部件feature整改
Merge pull request !1271 from hanlu/master
2024-08-13 14:02:28 +00:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
common 增加UT覆盖率 2024-08-12 19:27:03 +08:00
etc !1302 修改 etc/sandbox/appdata_sandbox_fixer.py 不规范代码 2024-07-26 03:44:16 +00:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits fix ut and bug 2024-08-08 18:42:30 +08:00
lite !1271 部件feature整改 2024-08-13 14:02:28 +00:00
modules !1346 补充APPSPAWN UT 覆盖率 2024-08-13 06:09:52 +00:00
service/hnp !1318 hnp安装版本保留 2024-08-12 02:55:41 +00:00
standard !1346 补充APPSPAWN UT 覆盖率 2024-08-13 06:09:52 +00:00
test !1346 补充APPSPAWN UT 覆盖率 2024-08-13 06:09:52 +00:00
util !1321 fix:fix open io flags fail 2024-08-01 14:22:55 +00:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json 新增/chip_prod/lib64/passthrough目录 2024-08-05 15:21:39 +08:00
appdata-sandbox-app.json fix el5 2024-08-10 02:11:59 -07:00
appdata-sandbox-asan.json add nweb asan lib 2024-07-20 10:59:23 +08:00
appdata-sandbox-nweb.json add /etc/hosts mount-paths 2024-07-07 13:41:21 +08:00
appdata-sandbox.json fix el5 2024-08-10 02:11:59 -07:00
appspawn_preload.json appspawn预加载so包网络功能异常去除 2024-06-07 09:29:53 +08:00
appspawn.cfg Modify permissions 2024-07-12 07:03:04 +00:00
appspawn.gni delete innerkit_new 2024-07-05 15:20:00 +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 delete innerkit_new 2024-07-05 15:20:00 +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