Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Startup Init Lite
提交
a86cd8e4
S
Startup Init Lite
项目概览
OpenHarmony
/
Startup Init Lite
1 年多 前同步成功
通知
3
Star
37
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Startup Init Lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
a86cd8e4
编写于
10月 20, 2021
作者:
O
openharmony_ci
提交者:
Gitee
10月 20, 2021
浏览文件
操作
浏览文件
下载
差异文件
!146 修改copyright日期
Merge pull request !146 from 熊磊/init1020
上级
e7e3d540
03a48b96
变更
56
隐藏空白更改
内联
并排
Showing
56 changed file
with
57 addition
and
57 deletion
+57
-57
services/BUILD.gn
services/BUILD.gn
+1
-1
services/cmds/reboot/BUILD.gn
services/cmds/reboot/BUILD.gn
+2
-2
services/cmds/service_control/BUILD.gn
services/cmds/service_control/BUILD.gn
+1
-1
services/include/init_jobs.h
services/include/init_jobs.h
+1
-1
services/include/param/init_param.h
services/include/param/init_param.h
+1
-1
services/include/param/param.h
services/include/param/param.h
+1
-1
services/include/param/sys_param.h
services/include/param/sys_param.h
+1
-1
services/init/adapter/init_adapter.c
services/init/adapter/init_adapter.c
+1
-1
services/init/include/device.h
services/init/include/device.h
+1
-1
services/init/include/init.h
services/init/include/init.h
+1
-1
services/init/include/init_adapter.h
services/init/include/init_adapter.h
+1
-1
services/init/include/init_cmds.h
services/init/include/init_cmds.h
+1
-1
services/init/include/init_jobs_internal.h
services/init/include/init_jobs_internal.h
+1
-1
services/init/include/init_service.h
services/init/include/init_service.h
+1
-1
services/init/include/init_service_manager.h
services/init/include/init_service_manager.h
+1
-1
services/init/include/init_service_socket.h
services/init/include/init_service_socket.h
+1
-1
services/init/init_capability.c
services/init/init_capability.c
+1
-1
services/init/init_common_cmds.c
services/init/init_common_cmds.c
+1
-1
services/init/init_common_service.c
services/init/init_common_service.c
+1
-1
services/init/init_config.c
services/init/init_config.c
+1
-1
services/init/init_service_manager.c
services/init/init_service_manager.c
+1
-1
services/init/init_service_socket.c
services/init/init_service_socket.c
+1
-1
services/init/lite/init.c
services/init/lite/init.c
+1
-1
services/init/lite/init_cmds.c
services/init/lite/init_cmds.c
+1
-1
services/init/lite/init_jobs.c
services/init/lite/init_jobs.c
+1
-1
services/init/lite/init_reboot.c
services/init/lite/init_reboot.c
+1
-1
services/init/lite/init_service.c
services/init/lite/init_service.c
+1
-1
services/init/lite/init_signal_handler.c
services/init/lite/init_signal_handler.c
+1
-1
services/init/main.c
services/init/main.c
+1
-1
services/init/standard/device.c
services/init/standard/device.c
+1
-1
services/init/standard/init.c
services/init/standard/init.c
+1
-1
services/init/standard/init_cmds.c
services/init/standard/init_cmds.c
+1
-1
services/init/standard/init_jobs.c
services/init/standard/init_jobs.c
+1
-1
services/init/standard/init_reboot.c
services/init/standard/init_reboot.c
+1
-1
services/init/standard/init_service.c
services/init/standard/init_service.c
+1
-1
services/init/standard/init_signal_handler.c
services/init/standard/init_signal_handler.c
+1
-1
services/param/BUILD.gn
services/param/BUILD.gn
+1
-1
services/param/adapter/param_libuvadp.h
services/param/adapter/param_libuvadp.h
+1
-1
services/param/adapter/param_persistadp.c
services/param/adapter/param_persistadp.c
+1
-1
services/param/include/param_manager.h
services/param/include/param_manager.h
+1
-1
services/param/include/param_persist.h
services/param/include/param_persist.h
+1
-1
services/param/include/param_request.h
services/param/include/param_request.h
+1
-1
services/param/include/param_security.h
services/param/include/param_security.h
+1
-1
services/param/include/param_service.h
services/param/include/param_service.h
+1
-1
services/param/include/param_trie.h
services/param/include/param_trie.h
+1
-1
services/param/include/param_utils.h
services/param/include/param_utils.h
+1
-1
services/param/manager/param_trie.c
services/param/manager/param_trie.c
+1
-1
services/param/service/param_persist.c
services/param/service/param_persist.c
+1
-1
services/test/unittest/common/BUILD.gn
services/test/unittest/common/BUILD.gn
+1
-1
services/test/unittest/common/cmd_func_test.cpp
services/test/unittest/common/cmd_func_test.cpp
+1
-1
services/test/unittest/init/cmds_unittest.cpp
services/test/unittest/init/cmds_unittest.cpp
+1
-1
services/test/unittest/init/service_unittest.cpp
services/test/unittest/init/service_unittest.cpp
+1
-1
services/test/unittest/param/param_unittest.cpp
services/test/unittest/param/param_unittest.cpp
+1
-1
services/utils/list.c
services/utils/list.c
+1
-1
watchdog/BUILD.gn
watchdog/BUILD.gn
+1
-1
watchdog/linux/init_linux_watchdog.c
watchdog/linux/init_linux_watchdog.c
+1
-1
未找到文件。
services/BUILD.gn
浏览文件 @
a86cd8e4
# Copyright (c) 202
0
Huawei Device Co., Ltd.
# Copyright (c) 202
1
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
services/cmds/reboot/BUILD.gn
浏览文件 @
a86cd8e4
# Copyright (c) 202
0
Huawei Device Co., Ltd.
# Copyright (c) 202
1
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
@@ -9,7 +9,7 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
import("//build/ohos.gni")
...
...
services/cmds/service_control/BUILD.gn
浏览文件 @
a86cd8e4
# Copyright (c) 202
0
Huawei Device Co., Ltd.
# Copyright (c) 202
1
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
services/include/init_jobs.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/include/param/init_param.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/include/param/param.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/include/param/sys_param.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/adapter/init_adapter.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/device.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/init.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/init_adapter.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/init_cmds.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/init_jobs_internal.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/init_service.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/init_service_manager.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/include/init_service_socket.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/init_capability.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/init_common_cmds.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/init_common_service.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/init_config.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/init_service_manager.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/init_service_socket.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/lite/init.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/lite/init_cmds.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/lite/init_jobs.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/lite/init_reboot.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/lite/init_service.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/lite/init_signal_handler.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/main.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/standard/device.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/standard/init.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/standard/init_cmds.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/standard/init_jobs.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/standard/init_reboot.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/standard/init_service.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/init/standard/init_signal_handler.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/BUILD.gn
浏览文件 @
a86cd8e4
# Copyright (c) 202
0
Huawei Device Co., Ltd.
# Copyright (c) 202
1
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
services/param/adapter/param_libuvadp.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/adapter/param_persistadp.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/include/param_manager.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/include/param_persist.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/include/param_request.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/include/param_security.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/include/param_service.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/include/param_trie.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/include/param_utils.h
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/manager/param_trie.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/param/service/param_persist.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/test/unittest/common/BUILD.gn
浏览文件 @
a86cd8e4
# Copyright (c) 202
0
Huawei Device Co., Ltd.
# Copyright (c) 202
1
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
services/test/unittest/common/cmd_func_test.cpp
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/test/unittest/init/cmds_unittest.cpp
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/test/unittest/init/service_unittest.cpp
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/test/unittest/param/param_unittest.cpp
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0-202
1 Huawei Device Co., Ltd.
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
services/utils/list.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
watchdog/BUILD.gn
浏览文件 @
a86cd8e4
# Copyright (c) 202
0
Huawei Device Co., Ltd.
# Copyright (c) 202
1
Huawei Device Co., Ltd.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
...
...
watchdog/linux/init_linux_watchdog.c
浏览文件 @
a86cd8e4
/*
* Copyright (c) 202
0
Huawei Device Co., Ltd.
* Copyright (c) 202
1
Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录