Go to file
openharmony_ci 099e0eb8dc
!1217 fix nwebspawn bug
Merge pull request !1217 from nianyuu/OpenHarmony-5.0-Beta1
2024-06-14 10:45:35 +00:00
.gitee fix:add CODEOWNERS 2024-03-22 01:07:52 +00:00
adapter fix codecheck and bug 2024-05-08 10:15:22 +08:00
common add fork and mount time log 2024-05-05 17:04:14 +08:00
etc fixed 42242ba from https://gitee.com/baolongcao123/startup_appspawn/pulls/1146 2024-05-27 07:02:37 +00:00
figures update appspawn readme 2022-06-09 09:18:25 +08:00
interfaces !1101 init扩展维护命令,支持进入应用的沙盒 2024-05-10 14:17:54 +00:00
lite 插件化全部使能 2024-04-13 18:58:15 +08:00
modules !1101 init扩展维护命令,支持进入应用的沙盒 2024-05-10 14:17:54 +00:00
service/hnp !1077 提供native改版后的安装卸载空接口 2024-04-25 13:39:23 +00:00
standard fix nwebspawn bug 2024-06-13 17:02:56 +08:00
test !1101 init扩展维护命令,支持进入应用的沙盒 2024-05-10 14:17:54 +00:00
util !1101 init扩展维护命令,支持进入应用的沙盒 2024-05-10 14:17:54 +00:00
.gitattributes update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
appdata-sandbox64.json fixed 42242ba from https://gitee.com/baolongcao123/startup_appspawn/pulls/1146 2024-05-27 07:02:37 +00:00
appdata-sandbox-app.json add shader dir 2024-04-17 11:19:04 +08:00
appdata-sandbox-asan.json fixed 42242ba from https://gitee.com/baolongcao123/startup_appspawn/pulls/1146 2024-05-27 07:02:37 +00:00
appdata-sandbox-nweb.json 插件化全部使能 2024-04-13 18:58:15 +08:00
appdata-sandbox.json fixed 42242ba from https://gitee.com/baolongcao123/startup_appspawn/pulls/1146 2024-05-27 07:02:37 +00:00
appspawn_preload.json appspawn去除webview 2024-05-27 02:16:12 +00:00
appspawn.cfg 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.gni 插件化全部使能 2024-04-13 18:58:15 +08:00
appspawn.rc fix: inner source issue 2022-03-29 20:31:48 +08:00
BUILD.gn 插件化全部使能 2024-04-13 18:58:15 +08:00
bundle.json delete libuv 2024-05-08 11:13:16 +08:00
LICENSE update OpenHarmony 2.0 Canary 2021-06-02 02:19:15 +08:00
OAT.xml fixed 1c12e17 from https://gitee.com/lin-nanmu/startup_appspawn/pulls/1196 2024-06-07 01:04:07 +00: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