openharmony_ci 15772e1be2 !113 Add: ClientSocket类新增成员变量
Merge pull request !113 from 熊磊/appspawn0302xyt
2022-03-02 14:34:53 +00:00
2021-06-02 02:19:15 +08:00
2022-02-26 19:24:32 +08:00
2021-06-02 02:19:15 +08:00
2022-02-09 15:45:11 +08:00
2022-02-25 11:12:59 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2021-06-02 02:19:15 +08:00
2021-09-10 17:07:08 +00:00

Startup

Introduction

Appspawn is responsible for creating application process and setting process information function.

Directory Structure

base/startup/appspawn_standard
├── include                    # include directory
├── parameter                  # system parameters
├── src                        # source code
│   └── socket                 # encapsulation of socket basic library
└── test                       # test code

Repositories Involved

Startup subsystem

hmf/startup/syspara_lite

hmf/startup/appspawn_standard

hmf/startup/appspawn_lite

hmf/startup/bootstrap_lite

hmf/startup/startup

hmf/startup/systemrestore

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