| add Commit Message Signed-off-by: zhangzhiwi <weizhi.zhang@huawei.com> | 2 years ago |
| docs: 修复知识库断链并补充错误码范围与阈值源码引用 P0: 去掉 architecture.md 和 implementation-templates.md 中已删除的 code-conventions 断链;P1: 删除 AGENTS.md 底部与错误码章节重复的项目约束;P2: 补充错误码范围表并修正监控阈值表(补 notify_h、纠正清理级别名称、加源码符号引用)。 Fixes #2338 Co-Authored-By: Agent Signed-off-by: Clone_Zhang <zhangjunjie56@huawei.com> | 1 month ago |
| del unused img Signed-off-by: xiechang2@huawei.com <root@DESKTOP-QGVT3BA.localdomain> | 4 years ago |
| restore deleted innerkits classes and fix test suites after PR #2985 Closes #2429 Restore disk.h/cpp, volume_core.h/cpp, volume_external.h/cpp that were deleted by PR #2985, along with their UT and fuzz test suites. Changes: - Restore innerkits source files: disk.h/cpp, volume_core.h/cpp, volume_external.h/cpp and add them back to BUILD.gn - Restore UT test files: disk_test.cpp, volume_core_test.cpp, volume_external_test.cpp and add targets to innerkits_impl/test/BUILD.gn - Restore fuzz test directories: disk_fuzzer, volumecore_fuzzer, volumeexternal_fuzzer and add entries to test/fuzztest/BUILD.gn - Add storage_daemon_provider_test to storage_daemon_ipc_test group (was missing from group deps) - Add process.cpp to storage_daemon_provider_test sources (link dep) - Remove UT test cases referencing deleted methods from storage_daemon_provider_test.cpp - Remove empty HandleDiskFormatOps and related entries from storagedaemonprovider_fuzzer.cpp - Remove non-compilable fuzz entries - Add valid new fuzz entries to storage_daemon_provider_fuzztest group Co-Authored-By: Agent <opencode-agent@openharmony.io> Signed-off-by: zhonglufu <zhonglufu@h-partners.com> Change-Id: I4057381e80c3a913e8aae626f9559e2d42a22bd6 | 4 days ago |
| !3059 merge master into master 【master】【storage】修复创建分区部分问题 Created-by: zhang_chenyang Commit-by: zhangchenyang Merged-by: openharmony_ci Description: 修复创建分区部分问题 See merge request: openharmony/filemanagement_storage_service!3059 | 1 hour ago |
| restore deleted innerkits classes and fix test suites after PR #2985 Closes #2429 Restore disk.h/cpp, volume_core.h/cpp, volume_external.h/cpp that were deleted by PR #2985, along with their UT and fuzz test suites. Changes: - Restore innerkits source files: disk.h/cpp, volume_core.h/cpp, volume_external.h/cpp and add them back to BUILD.gn - Restore UT test files: disk_test.cpp, volume_core_test.cpp, volume_external_test.cpp and add targets to innerkits_impl/test/BUILD.gn - Restore fuzz test directories: disk_fuzzer, volumecore_fuzzer, volumeexternal_fuzzer and add entries to test/fuzztest/BUILD.gn - Add storage_daemon_provider_test to storage_daemon_ipc_test group (was missing from group deps) - Add process.cpp to storage_daemon_provider_test sources (link dep) - Remove UT test cases referencing deleted methods from storage_daemon_provider_test.cpp - Remove empty HandleDiskFormatOps and related entries from storagedaemonprovider_fuzzer.cpp - Remove non-compilable fuzz entries - Add valid new fuzz entries to storage_daemon_provider_fuzztest group Co-Authored-By: Agent <opencode-agent@openharmony.io> Signed-off-by: zhonglufu <zhonglufu@h-partners.com> Change-Id: I4057381e80c3a913e8aae626f9559e2d42a22bd6 | 4 days ago |
| 空间统计claw支持--help命令及模拟器问题 Signed-off-by: daiyunlong <daiyunlong4@huawei.com> Co-Authored-By: Agent | 2 months ago |
| static code check fix Signed-off-by: xianghengliang <xianghengliang1@huawei.com> | 4 years ago |
| fix build warning Signed-off-by:gudehe<gudehe@huawei.com> | 4 years ago |
| docs: 增加ELX密钥删除约束,防止删密钥致无法解密或无法回滚 在 AGENTS.md 项目约束新增「ELX 密钥删除约束」:删除 EL1~EL5 任一等级密钥不可逆(ClearKey 擦除密钥材料并递归删密钥目录与备份目录),密钥删除则对应等级加密数据永久无法解密,低等级删除会令 EL2~EL5 链式依赖断裂。删前须确认无回滚/恢复需要:存在 need_restore 标志或半成品/待恢复态时禁止销毁密钥材料,须先恢复或重建,并在用户/设备销毁流程确认完成后再执行,否则禁止删除、需人工确认。 Co-Authored-By: Agent Signed-off-by: Clone_Zhang <zhangjunjie56@huawei.com> | 5 days ago |
| 注销用户AB类密钥未logout Signed-off-by: dengrenqi <1069093439@qq.com> | 1 year ago |
| fix issue Signed-off-by: 张文迪 <zhangwendi3@huawei.com> | 4 years ago |
| 回退 'Pull Request !496 : 回退 'Pull Request !493 : add sysparam dac'' | 3 years ago |
| change readme file name Signed-off-by: jiahaoluo <luojiahao5@huawei.com> | 4 years ago |
| Reduce differences Signed-off-by: Clone_Zhang <zhangjunjie56@huawei.com> | 1 year ago |
| !2919 merge addTaiheToBundle into master 新增 taihe_ffi_gen 部件依赖 Created-by: LeechyLiang Commit-by: LeechyLiang Merged-by: openharmony_ci Description: ### 相关的Issue https://gitcode.com/openharmony/filemanagement_storage_service/issues/2309 ### 原因(目的、解决的问题等) taihe_ffi_gen 已独立为部件,需要补充 bundle.json 中的组件依赖,保证依赖关系完整。 ### 描述(做了什么,变更了什么) - 在 bundle.json 的 component.deps.components 中新增 taihe_ffi_gen。 - 提交:b6b8118b ### 验证结果(新增、改动、可能影响的功能) 已验证:bundle.json 为合法 JSON,taihe_ffi_gen 已加入 component.deps.components。本次仅修改依赖配置,不涉及运行时代码变更。 删除分区时销毁文件系统 ### 日志规范自检 不涉及。本次仅修改 bundle.json 依赖配置,没有新增或修改日志打印。 ### 安全编码自检 不涉及。本次仅修改 bundle.json 依赖配置,没有新增或修改代码逻辑;不涉及指针、内存、fd、锁、外部输入、敏感信息、整数运算或权限校验。 ### 是否已执行L0用例 已验证。不涉及新增运行时代码,已完成 bundle.json JSON 合法性和 deps.components 依赖项检查。 See merge request: openharmony/filemanagement_storage_service!2919 | 5 days ago |
| 修改日期 Signed-off-by: liuxiaowei <liuxiaowei45@huawei.com> | 2 years ago |
| Storage:修改雷达打点 Signed-off-by: zhaoshuyuan <zhaoshuyuan2@huawei.com> | 1 year ago |
| 增加克隆事件的侦听条件 Signed-off-by: libo429 <libo429@h-partners.com> | 27 days ago |