4061 Commits

Author SHA1 Message Date
yh
921baa1551 aa
Signed-off-by: yh <yanghao236@huawei.com>
Change-Id: Ieb1b2545ae2c4fcd58e7e8879154039e9f5436cd
2024-10-11 16:04:17 +08:00
yh
4792dedd12 add check
Signed-off-by: yh <yanghao236@huawei.com>
Change-Id: I61095f4b06f0a41bf13ddc04c56bf0ad7f1b3ce0
2024-10-11 14:20:09 +08:00
openharmony_ci
fcff1a3425
!3234 handle init warning:mix signed and unsigned numbers
Merge pull request !3234 from 陈诺/1010_init
2024-10-10 14:33:38 +00:00
openharmony_ci
905a2f50e7
!3209 init风险代码整改
Merge pull request !3209 from duxianzhi/0930
2024-10-10 14:10:48 +00:00
chennuo
a05406be55 handle init warning
Signed-off-by: chennuo <chennuo12@huawei.com>
2024-10-10 20:57:42 +08:00
ohxianzhi
7c83b3f3e9 代码风险问题整改
Signed-off-by: ohxianzhi <duxianzhi@huawei.com>
2024-10-10 17:43:34 +08:00
openharmony_ci
5f53c5d7a9
!3233 【轻量级 PR】:const.ohos.fullname=OpenHarmony-5.0.2.49
Merge pull request !3233 from hlzhangaj/N/A
2024-10-10 07:40:18 +00:00
hlzhangaj
99897202ce
const.ohos.fullname=OpenHarmony-5.0.2.49
Signed-off-by: hlzhangaj <zhanghanlin16@h-partners.com>
2024-10-10 02:51:50 +00:00
openharmony_ci
d010134ba6
!3229 删除无效测试用例
Merge pull request !3229 from cat/delete_1009
2024-10-10 02:36:42 +00:00
cat
61f29bd44c delete test
Signed-off-by: cat <chenjinxiang3@huawei.com>
2024-10-09 08:09:35 +00:00
openharmony_ci
1ad870d7b6
!3216 升级场景可能导致部分持久化参数丢失
Merge pull request !3216 from cat/persist_safe0925
2024-10-09 08:09:20 +00:00
openharmony_ci
0026b53896
!3224 modify deviceinfo timeout define
Merge pull request !3224 from 杨浩/1008device
2024-10-09 03:38:14 +00:00
yh
5933779501 modify device timeout define
Signed-off-by: yh <yanghao236@huawei.com>
Change-Id: I2c1dbf22df648bd3c5fcd5b4bf5c30dcff49992f
2024-10-08 17:27:21 +08:00
openharmony_ci
1c7626bc5c
!3217 修复重启原因未使用的缺陷
Merge pull request !3217 from JStark/master
2024-10-08 09:21:27 +00:00
cat
209371b00d repair persist paramter lost when update
Signed-off-by: cat <chenjinxiang3@huawei.com>
2024-10-08 08:02:27 +00:00
openharmony_ci
b198028789
!3218 为USB群组添加660权限
Merge pull request !3218 from Ethan Fan/master
2024-10-07 06:54:12 +00:00
hechaofan
798a2ae91e add permession for usb group
Signed-off-by: hechaofan <hechaofan3@huawei.com>
2024-10-07 12:47:06 +08:00
JStark
e222f5b786
update services/modules/reboot/reboot.c.
增加对上层重启原因细节信息的记录

Signed-off-by: JStark <jstark_wangjie@163.com>
2024-10-06 10:37:15 +00:00
openharmony_ci
34f607f85b
!3208 add bootup trace switch
Merge pull request !3208 from 杨浩/0930trace
2024-10-06 03:47:31 +00:00
openharmony_ci
48fd01e9ae
!3210 持久化参数写入返回值错误
Merge pull request !3210 from cat/persist_safe0925
2024-10-05 15:48:32 +00:00
cat
2ea968ce5f repair return value incorrect
Signed-off-by: cat <chenjinxiang3@huawei.com>
2024-10-04 08:23:59 +00:00
yanghao
71141ed3a0 add boot trace switch
Signed-off-by: yanghao <yanghao236@huawei.com>
Change-Id: I85381fdb2803a8731e800913a4c4f6ee6bddf400
2024-09-30 15:28:38 +08:00
openharmony_ci
90d69f079d
!3177 persist参数文件加密
Merge pull request !3177 from cat/persist_safe0925
2024-09-30 06:49:57 +00:00
cat
fd6f876f7d add safe persist file
Signed-off-by: cat <chenjinxiang3@huawei.com>
2024-09-30 03:35:47 +00:00
ohxianzhi
1c7195027d 新增loop系统测试用例
Signed-off-by: ohxianzhi <duxianzhi@huawei.com>
2024-09-29 18:24:00 +08:00
openharmony_ci
65c51f51bf
!3170 add FuzzTest
Merge pull request !3170 from 林楠木/924Fuzz
2024-09-29 09:05:59 +00:00
openharmony_ci
939de4d1a4
!3195 init第一阶段mount失败后执行sh存在安全问题
Merge pull request !3195 from cat/sh_0927
2024-09-29 06:18:55 +00:00
openharmony_ci
7046e0c903
!3194 新增loop系统测试工具
Merge pull request !3194 from duxianzhi/master
2024-09-29 02:48:42 +00:00
cat
ace3bac61d rm exec sh when mount fail
Signed-off-by: cat <chenjinxiang3@huawei.com>
2024-09-27 09:57:11 +00:00
ohxianzhi
c091631f42 新增loop系统测试工具
Signed-off-by: ohxianzhi <duxianzhi@huawei.com>
2024-09-27 17:28:35 +08:00
openharmony_ci
e716634414
!3174 【轻量级 PR】:const.ohos.fullname=OpenHarmony-5.0.2.46
Merge pull request !3174 from hlzhangaj/N/A
2024-09-27 09:09:45 +00:00
openharmony_ci
507255516f
!3185 add ut
Merge pull request !3185 from 杨浩/0926ut
2024-09-27 06:11:55 +00:00
openharmony_ci
c6099ca463
!3183 modify the MIN_DM_SIZE
Merge pull request !3183 from 李可/master
2024-09-26 13:11:05 +00:00
openharmony_ci
422a2f59ff
!3182 add deviceinfo pages of haptest
Merge pull request !3182 from 陈诺/0926
2024-09-26 09:22:29 +00:00
yanghao
a923341af1 add ut
Change-Id: I14c7605079284fbbd5839c513934f96775476f0c
Signed-off-by: yanghao <yanghao236@huawei.com>
2024-09-26 16:57:31 +08:00
like2001
c0dc8db1ca modify the MIN_DM_SIZE
Signed-off-by: like2001 <like160@huawei.com>
2024-09-26 15:41:50 +08:00
lwx1281857
8f429aabd1 Description:add FuzzTest
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: lwx1281857 <linnanmu@h-partners.com>
2024-09-26 15:20:17 +08:00
chennuo
78553c51a1 add deviceifo pages of haptest
Signed-off-by: chennuo <chennuo12@huawei.com>
2024-09-26 14:27:10 +08:00
openharmony_ci
83d116651b
!3179 add haptest
Merge pull request !3179 from 陈诺/HapTest
2024-09-26 03:56:26 +00:00
chennuo
7c668ec9ee add haptest
Signed-off-by: chennuo <chennuo12@huawei.com>
2024-09-26 10:30:13 +08:00
hlzhangaj
9df7e73aaa
const.ohos.fullname=OpenHarmony-5.0.2.46
Signed-off-by: hlzhangaj <zhanghanlin16@h-partners.com>
2024-09-25 06:55:03 +00:00
openharmony_ci
e9da3f93e8
!3168 新增一个对charger_mode的判断条件
Merge pull request !3168 from caiwei/code
2024-09-24 11:23:53 +00:00
caiwei
c541c5e03b fix: Add a judgment condition for charger_mode
Signed-off-by: caiwei <wei.cai@archermind.com>
2024-09-24 14:11:40 +08:00
openharmony_ci
6a3f9ed398
!3167 回退持久化参数的修改
Merge pull request !3167 from cat/0923revert_persist
2024-09-23 14:12:45 +00:00
openharmony_ci
3f7d9b0f4c
!3164 init feature变量名整改
Merge pull request !3164 from 林楠木/0920
2024-09-23 12:53:23 +00:00
cat
1de018b46d revert persist change
Signed-off-by: cat <chenjinxiang3@huawei.com>
2024-09-23 06:04:20 +00:00
oh_ci
a1bd36290e
!3165 const.ohos.fullname=OpenHarmony-5.0.2.45
Merge pull request !3165 from hlzhangaj/N/A
2024-09-23 01:02:02 +00:00
openharmony_ci
8db2b4a9ae
!3149 add os api name
Merge pull request !3149 from 杨浩/0914osapiname
2024-09-20 03:22:46 +00:00
hlzhangaj
5f62e77b85
const.ohos.fullname=OpenHarmony-5.0.2.45
Signed-off-by: hlzhangaj <zhanghanlin16@h-partners.com>
2024-09-20 02:54:31 +00:00
lwx1281857
a641bda841 Description:Code optimization
Feature or Bugfix:Bugfix
Binary Source:No

Signed-off-by: lwx1281857 <linnanmu@h-partners.com>
2024-09-20 10:25:51 +08:00