已合并
update audio suite demo icon #13684
update audio suite demo icon #13684
已合并
tianluowen创建于 1月31日
tianluowen
tianluowen成员
1月31日

IssueNo:https://gitcode.com/openharmony/multimedia_audio_framework/issues/11258?ref=&did=3746560#tid-3746560

Description:update audio suite demo icon

静态扫描截图:

通用规范自检:

自检项 自检结果
成员变量命名,统一采用xxxx_ Y
换行优先使用4格缩进 Y
*和&运算符统一跟随之后的变量 Y
避免使用未明确位宽的整型,选择使用int32_t, uint32_t等类型 Y
时间常量命名加后缀_MS, _US等,按照用途命名而非值 Y

安全编码自检:

自检项 自检结果
外部传入的指针使用前是否判空 Y
外部传入数据,直接用于内存申请、数组长度、索引、循环条件前,必须进行合法性校验 Y
成员或局部变量,尤其是指针、资源描述符、bool变量必须赋初值 Y
内存分配后必须判断是否成功 Y
禁止打印内存地址、文件路径、设备名、MAC地址等敏感信息,如有需要,使用private修饰 Y
有符号、无符号整数之间运算、比较,确保不会出现溢出、反转、除0 Y
有无符号不允许混合计算,必须提前进行强转 Y
map\vector\list\set等对象存在多线程并发访问场景必须加锁 Y

进程安全自检:

自检项 自检结果
SA新增idl接口,需要根据功能控制可访问范围,通过权限、UID校验等方式校验 NA
SA新增idl接口,必须同时新增fuzz用例,并进行fuzz测试 NA
类反序列化结果用于内存申请、数组长度、循环条件前,必须进行合法性校验 NA

XTS Result:

TDD Result:

Fuzz Result:

likedislike
Pull Request已成功合入, 合并人@openharmony_ci
(感谢 tianluowen 的贡献)
tianluowentianluowen成员
1月31日 关联了issue:[Bug]: audio suite demo icon 更新
萤火虫
萤火虫
1月31日 评论:

扫描任务已触发,请前往CMC静态分析增强系统查看结果。如超15分钟无结果,请联系张俊文

likedislike
openharmony_ciopenharmony_ci成员
1月31日 添加了label:waiting_on_author
openharmony_ci
openharmony_ci成员
1月31日 评论:

感谢提交 Pull Requests !此PR未通过DCO校验。
校验失败可能原因:

1. 未签署“DCO协议”(开发者原创声明协议),在线签署、查看签署状态

2. Commits 中未包含 Signed-off-by信息,参考FAQ处理

修复上述问题后,在PR的评论框输入“check dco” ,单击”评论”,系统将再次进行DCO校验。

当前检测到如下Commits的Signed-off-by邮箱未签署DCO协议:


Thanks for submitting a pull request. This pull request has not passed the DCO check.
Possible causes:

1. You have not signed the Developer Certificate of Origin (DCO). Sign the DCO and check DCO status.

2. The commits do not contain the Signed-off-by information. To resolve this issue, see FAQs.

After resolving the preceding issues, enter check dco in the comment box of this pull request and click Comment. The system will check DCO status again.

The Signed-off-by emails in the following commits have not signed the DCO:

likedislike
openharmony_ciopenharmony_ci成员
1月31日 添加了label:dco检查失败
此处折叠了65条消息 查看更多
ohci1
ohci1成员
2月2日 评论:

submit

likedislike
openharmony_ciopenharmony_ci成员
2月2日 关闭了关联的issue
openharmony_ciopenharmony_ci成员
2月2日 合入了pull request,合并节点 SHA:95b9591315cb8c11252cebc6d663ab414d58ee85
openharmony_ciopenharmony_ci成员
2月2日 删除了label:waiting_on_author
openharmony_ciopenharmony_ci成员
2月2日 添加了label:merged