Go to file
William Dean e8346b9788 Change function declaration from int to void
Do some code cleanup

Signed-off-by: William Dean <williamsukatube@gmail.com>
2022-06-14 11:00:39 +08:00
adapter Change function declaration from int to void 2022-06-14 11:00:39 +08:00
common Change function declaration from int to void 2022-06-14 11:00:39 +08:00
etc move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces/innerkits move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
lite Change function declaration from int to void 2022-06-14 11:00:39 +08:00
standard Change function declaration from int to void 2022-06-14 11:00:39 +08:00
test !263 appspawn 适配系统参数归一 2022-06-10 02:29:55 +00:00
util code cleanup 2022-06-13 09:49:22 +08:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json !250 沙盒64位增加/system/lib目录 2022-06-07 08:03:42 +00:00
appdata-sandbox.json 修改dlp应用的包名信息 2022-06-06 10:06:40 +08:00
appspawn.cfg add secon cfg 2022-05-06 12:55:54 +08:00
appspawn.gni move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn !263 appspawn 适配系统参数归一 2022-06-10 02:29:55 +00:00
bundle.json move appspawn_standard to appspawn 2022-06-08 21:54:21 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
nwebspawn.cfg add secon cfg 2022-05-06 12:55: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 统一用语 2022-06-09 10:23:22 +08: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