zhangxiaoliang25 22a45170e0 currentUserId 改成 currentUser
Signed-off-by: zhangxiaoliang25 <zhangxiaoliang25@huawei.com>
Change-Id: I44ee0c900b0ca01cf57a9f30bd3ef64a5e6e4029
2023-08-08 06:36:23 +00:00
2023-08-03 14:35:22 +08:00
2023-07-29 09:41:52 +08:00
2022-06-09 09:18:25 +08:00
2023-07-11 13:08:22 +08:00
2023-05-27 14:23:37 +08:00
2023-08-03 20:47:05 +08:00
2021-06-02 02:19:15 +08:00
2023-05-06 14:47:48 +08:00
2023-07-11 13:08:22 +08:00
2022-03-29 20:31:48 +08:00
2023-03-02 19:24:07 +08:00
2023-07-29 16:49:00 +08:00
2021-06-02 02:19:15 +08:00
2023-07-11 13:08:22 +08:00
2023-03-02 19:24:07 +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

Description
No description provided
Readme Pixar 35 MiB
Languages
C++ 54.2%
C 41.6%
Python 3.9%
Shell 0.3%