mirror of
https://github.com/openharmony/startup_appspawn.git
synced 2026-08-25 14:29:39 -04:00
weekly_20251027
change nwebspawn start time Created-by: GoNewWay Commit-by: GoNewWay Merged-by: openharmony_ci Description: ### 相关的Issue https://gitcode.com/openharmony/web_webview/issues/5731 ### 原因(目的、解决的问题等) change nwebspawn start time ### 描述(做了什么,变更了什么) change nwebspawn start time ### 测试用例(新增、改动、可能影响的功能) See merge request: openharmony/startup_appspawn!2411
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
Description
Languages
C++
62.7%
C
30%
Python
7.2%
Shell
0.1%