mirror of
https://github.com/openharmony/startup_appspawn.git
synced 2026-08-25 14:29:39 -04:00
weekly_20260105
【启动恢复】支持应用挂载鸿蒙包管理器所需的目录功能补充测试用例 Created-by: yangmaoquan2023 Commit-by: yangmaoquan Merged-by: openharmony_ci Description: ### 相关的Issue https://gitcode.com/openharmony/startup_appspawn/issues/1800 ### 原因(目的、解决的问题等) 【启动恢复】支持应用挂载鸿蒙包管理器所需的目录 ### 描述(做了什么,变更了什么) 【启动恢复】支持应用挂载鸿蒙包管理器所需的目录,补充测试覆盖率 ### 测试用例(新增、改动、可能影响的功能) See merge request: openharmony/startup_appspawn!2522
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%