Go to file
cbl 42242ba1a7 disable pid ns
Signed-off-by: cbl <caobaolong5@huawei.com>
2024-05-21 14:45:59 +08:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
adapter !1125 根据provisionType标识设置应用ownerid 2024-05-13 14:14:10 +00:00
common liuxinjie6@huawei.com 2024-05-18 17:30:50 +08:00
etc disable pid ns 2024-05-21 14:45:59 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces !1130 支持创建gpu独立进程 2024-05-18 15:14:17 +00:00
lite 插件化全部使能 2024-04-13 18:58:15 +08:00
modules !1130 支持创建gpu独立进程 2024-05-18 15:14:17 +00:00
service/hnp fix:hnpapi deps error 2024-05-15 19:26:02 +08:00
standard !1139 引入 cjappspawn 孵化仓颉语言应用 2024-05-16 15:22:20 +00:00
test code check 2024-05-16 17:55:52 +08:00
util !940 【代码优化】优化GetSandboxPrivateSharedStatus 方法逻辑 2024-05-20 15:01:28 +00: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 add shader dir 2024-04-17 11:19:04 +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 disable pid ns 2024-05-21 14:45:59 +08:00
appspawn_preload.json appspawn新增预加载so包修改web 2024-05-15 11:04:18 +08:00
appspawn.cfg 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.gni feature cjappspawn to fork cangjie application processes. 2024-05-14 16:21:23 +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 !1139 引入 cjappspawn 孵化仓颉语言应用 2024-05-16 15:22:20 +00:00
cjappspawn.cfg feature cjappspawn to fork cangjie application processes. 2024-05-14 16:21:23 +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