openharmony_ci d75d1c44d3 !2396 merge master into master
add test mock

Created-by: fan-jingle
Commit-by: fan-jingle
Merged-by: openharmony_ci
Description: ### 相关的Issue
[#1687](https://gitcode.com/openharmony/startup_appspawn/issues/1687) 1687
### 原因(目的、解决的问题等)

### 描述(做了什么,变更了什么)

### 测试用例(新增、改动、可能影响的功能)



See merge request: openharmony/startup_appspawn!2396
2025-10-18 18:15:16 +08:00
2024-03-22 01:07:52 +00:00
2025-10-11 15:19:03 +08:00
2025-10-15 15:22:29 +08:00
2022-06-09 09:18:25 +08:00
2025-10-11 15:19:03 +08:00
2024-08-13 14:02:28 +00:00
2025-10-17 17:14:50 +08:00
2025-08-25 12:26:20 +08:00
2025-10-16 21:14:51 +08:00
2025-10-18 18:15:16 +08:00
2025-10-16 21:14:51 +08:00
2021-06-02 02:19:15 +08:00
2025-02-27 10:05:17 +08:00
2025-10-17 16:52:15 +08:00
2025-06-24 15:13:39 +08:00
2025-10-17 16:52:15 +08:00
2025-08-09 11:00:07 +08:00
2024-11-21 20:43:26 +08:00
2025-10-09 14:38:58 +08:00
2025-10-15 15:22:29 +08:00
2022-03-29 20:31:48 +08:00
2025-10-15 15:22:29 +08:00
2024-10-26 15:23:56 +08:00
2024-11-09 11:40:29 +08:00
2025-10-09 14:38:58 +08:00
2025-08-09 11:00:07 +08:00
2021-06-02 02:19:15 +08:00
2024-10-26 15:23:56 +08:00
2025-09-13 17:50:12 +08:00
2024-06-06 18:58:06 +08:00
2022-10-14 06:23:39 +00:00
2022-06-08 21:54:21 +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

S
Description
暂无描述
Readme 46 MiB
Languages
C++ 62.7%
C 30%
Python 7.2%
Shell 0.1%