Go to file
cheng_jinsong 96e651d76e drop ut coverage compile option
Signed-off-by: cheng_jinsong <chengjinsong2@huawei.com>
Change-Id: I4efd6728e9ad6fa40c57a0188ebe404934478c73
2022-09-15 19:24:36 -07:00
adapter codex 2022-09-14 12:50:31 +08:00
common <fix> 2022-09-08 20:35:37 +08:00
etc feat: 应用沙箱增强,使能pid namespace 2022-08-30 10:30:08 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits update interfaces/innerkits/client/client_socket.cpp. 2022-09-08 07:28:47 +00:00
lite feat: 应用沙箱增强,使能pid namespace 2022-08-30 10:30:08 +08:00
standard !408 添加appspawn启动bootevent事件 2022-09-14 06:03:10 +00:00
test drop ut coverage compile option 2022-09-15 19:24:36 -07:00
util codex 2022-09-14 12:50:31 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json add asan to sandbox 2022-09-10 00:03:04 +08:00
appdata-sandbox.json add asan to sandbox 2022-09-10 00:03:04 +08:00
appspawn.cfg !408 添加appspawn启动bootevent事件 2022-09-14 06:03:10 +00:00
appspawn.gni aafwk->ability_runtime 2022-06-29 08:58:17 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn !408 添加appspawn启动bootevent事件 2022-09-14 06:03:10 +00:00
bundle.json change utils path 2022-07-29 16:38:53 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nwebspawn.cfg 回退nwebspawn cfg 2022-09-06 20:03:54 +08:00
OAT.xml update OAT.xml. 2022-05-05 12:20:38 +00:00
product-sandbox.json 在应用沙箱配置文件中引入文件系统的挂载项 2022-05-21 18:03:25 +08:00
README_zh.md update README_zh.md 2022-07-11 10:08:49 +08:00
README.md move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
sandbox-config.json feat: 应用沙箱增强,使能pid namespace 2022-08-30 10:30:08 +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