| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
ets ability pacmap Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 10 个月前 | |
add new 1120 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
setability Signed-off-by: x30044351 <xuzheheng2@h-partners.com> AI[95%] Human Fixed[0%] Human[5%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> Co-authored-by: pi (glm-5.2) <ai@local> Co-authored-by: opencode (glm-5.2) <ai@local> Co-authored-by: pi (glm-5.2) <ai@local> Co-authored-by: opencode (glm-5.2) <ai@local> Co-authored-by: pi (glm-5.2) <ai@local> Change-Id: Ia3bbe2915ca31b03502a2f988932225ebf15b2d0 | 6 天前 | |
startup支持ANI Signed-off-by: zhangyuhang72 <zhangyuhang72@h-partners.com> Change-Id: I4ef3510c2b96ea8400350512a9e32f6f235da020 | 10 个月前 | |
意图返回值新增interactionIntent Co-Authored-By: Agent Signed-off-by: 任国军 <renguojun1@h-partners.com> AI[84%] Human Fixed[0%] Human[16%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> | 1 个月前 | |
0702 merge master four Signed-off-by: zhongshield1 <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
ets ability pacmap Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 10 个月前 | |
【AMS】0702 merge master 3 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 11 个月前 | |
【AMS】0702 merge master 3 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 11 个月前 | |
!19087 merge fixExport into master Fix export Created-by: dddzzzhhh Commit-by: daizihan Merged-by: openharmony_ci Description: **IssueNo**: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9875 **Description**: **稳定性自检:** | 自检项 | 自检结果 | | ------------------------------------------------------------ | -------- | | 涉及跨进程调用的相关操作需要抛至主线程或加锁防止并发 | | | 成员变量进行赋值或创建需要排查并发 | | | 谨慎在lambda表达式中使用引用捕获 | | | 谨慎在未经拷贝的情况下使用外部传入的string、C字符串 | | | map\vector\list\set等stl模板类使用时需要排查并发 | | | 谨慎考虑加锁范围 | | | 在IPC通信中谨慎使用同步通信方式 | | | 禁止传递this指针至其他模块或线程(特别是eventhandler任务) | | | 禁止将外部传入的裸指针在内部直接构造智能指针 | | | 禁止多个独立创建的智能指针管理同一地址 | | | 禁止在析构函数中抛异步任务 | | | 禁止js对象在非js线程(例如在IPC线程)创建、使用或销毁 | | | 禁止在对外接口中未经判空直接使用外部传入的指针 | | | 禁止接口返回局部变量引用 | | | 禁止在信号函数中加锁 | | | 禁止在关键流程(SA启动、应用启动等主流程)执行耗时的操作 | | | 禁止将同一个cpp编译在不同的so中 | | **安全编码自检:** | 自检项 | 自检结果 | | -------------------------------------------------------------- | -------- | | 裸指针避免通过隐式转换构造为sptr | | | json对象在取值之前必须先判断类型,避免类型不匹配 | | | 序列化时必须对传入的数组大小进行校验,避免出现超大数组 | | | 避免使用未明确位宽的整型,选择使用int8_t、uint8_t等类型 | | | 外部传入的路径要做规范化校验,对路径中的.、..、../等特殊字符严格校验 | | | 指针变量、表示资源描述符的变量、bool变量必须赋初值 | | | readParcelable获取的对象使用前需要判空 | | | 分配和释放内存的函数需要成对出现 | | | 申请内存后异常退出前需要及时进行内存释放 | | | 内存申请前必须对内存大小进行合法性校验 | | | 内存分配后必须判断是否成功 | | | 禁止使用realloc、alloca函数 | | | 禁止打印文件路径、口令等敏感信息,如有需要,使用private修饰 | | | 禁止打印内存地址 | | | 整数之间运算时必须严格检查,确保不会出现溢出、反转、除0 | | | 禁止对有符号整数进行位操作符运算 | | | 禁止对指针进行逻辑或位运算 | | | 循环次数如果收外部数据控制,需要检验其合法性 | | | 禁止使用内存操作类危险函数,需要使用安全函数 | | | 谨慎使用不可重入函数 | | | 必须检查安全函数的返回值,并进行正确处理 | | | 禁止仅通过TokenType类型判断绕过权限校验 | | **TDD Result**: **XTS Result**: ### 是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 See merge request: openharmony/ability_ability_runtime!19087 | 4 个月前 | |
fix lifecycle interface to class Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 10 个月前 | |
修改OnPrepareTerminateAsync回调触发失败问题 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
0702 merge master four Signed-off-by: zhongshield1 <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
[AMS]0702回合master五期 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 10 个月前 | |
【AMS】0702 merge master 3 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 11 个月前 | |
support CompletionHandlerForAtomicService Signed-off-by: zhengzhuolan <zhengzhuolan@huawei-partners.com> | 7 个月前 | |
add autofill and context Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 10 个月前 | |
startchildprocess接口支持拉起静态和动态运行时子进程 Signed-off-by: renjh5496 <renjianhao@h-partners.com> | 5 个月前 | |
add new 1120 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
add isolationUid Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 8 个月前 | |
0702 merge master four Signed-off-by: zhongshield1 <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
add completionHandlerForCallback Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 8 个月前 | |
support CompletionHandlerForAtomicService Signed-off-by: zhengzhuolan <zhengzhuolan@huawei-partners.com> | 7 个月前 | |
create context perf Co-Authored-By: agent Signed-off-by: wlh2624_DS <1968860844@qq.com> | 1 个月前 | |
add ets Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 1 年前 | |
0702 merge master four Signed-off-by: zhongshield1 <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
【AMS】0702 merge master 3 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 11 个月前 | |
【AMS】0702 merge master 3 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 11 个月前 | |
Remove NullishType alias Issue:https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICW8Y8 Signed-off-by: wuyuanchao4 <wuyuanchao4@huawei.com> | 8 个月前 | |
fix LinkParamCategory Co-Authored-By: shhaochen Signed-off-by: renjh5496 <renjianhao@h-partners.com> | 4 个月前 | |
注解类意图静态化和queryEntity Co-Authored-By: Agent Signed-off-by: renjh5496 <renjianhao@h-partners.com> | 4 个月前 | |
Fix promise code Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8346 Signed-off-by: daizihan <daizihan@huawei.com> | 8 个月前 | |
complete InteropAbilityLifecycleCallback Co-Authored-By: ya Signed-off-by: renjh5496 <renjianhao@h-partners.com> | 3 个月前 | |
补充openLink唤端静态接口 Signed-off-by: 朱菲墨 <zhufeimo1@huawei.com> | 8 个月前 | |
Remove overriding fields with different types Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9209 Co-Authored-By: NA Signed-off-by: sergeybogdanov <sergey.bogdanov260@gmail.com> | 5 个月前 | |
revert "fix(ani): replace waitForCompletion with awaitSync in ServiceExtensionAbility" revert all awaitSync to WaitForCompletion Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11910 Co-Authored-By: Agent Signed-off-by: zhangyu <zhangyu990@huawei.com> | 2 个月前 | |
【AMS】0702 merge master 3 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 11 个月前 | |
feat: add splitRatio to StartOptions -- part2 Co-Authored-By: Agent Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com> | 4 个月前 | |
ISdEStroyed Signed-off-by: Luobniz21 <luoyicong@h-partners.com> # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # interactive rebase in progress; onto 0ce6686468 # Last command done (1 command done): # pick 0021c18056 ISdEStroyed # No commands remaining. # You are currently rebasing branch 'isDestroyed' on '0ce6686468'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # # Untracked files: # .claude/ # 1.diff # 2.diff # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon May 18 22:05:14 2026 +0800 # # On branch isDestroyed # Your branch is up to date with 'origin/isDestroyed'. # # Changes to be committed: # modified: frameworks/ets/ani/ui_ability/src/ets_ui_ability.cpp # modified: frameworks/ets/ets/@ohos.app.ability.UIAbility.ets # modified: frameworks/native/ability/native/ability_runtime/js_ui_ability.cpp # modified: frameworks/native/ability/native/ui_ability.cpp # modified: interfaces/kits/native/ability/native/ui_ability.h # modified: services/abilitymgr/src/launch_param.cpp # # Untracked files: # .claude/ # 1.diff # 2.diff # | 3 个月前 | |
photoeditor 0702 merge master Signed-off-by: liusu23 <liusu23@huawei.com> | 9 个月前 | |
Fix promise code Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8346 Signed-off-by: daizihan <daizihan@huawei.com> | 8 个月前 | |
modify RecordData Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
Fix numeric conversions Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9824 Co-Authored-By: NA Signed-off-by: valentinagetmanova <val.getman2024@gmail.com> | 4 个月前 | |
add interopAbilityMonitor Co-Authored-By: Agent Signed-off-by: 任国军 <renguojun1@h-partners.com> | 4 个月前 | |
add api Signed-off-by: xhz-sz <xiehuandong@huawei.com> Co-Authored-By: Agent | 6 个月前 | |
!17646 merge fixPromise into master Fix promise code Created-by: dddzzzhhh Commit-by: daizihan Merged-by: openharmony_ci Description: **IssueNo**: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8346 **Description**: Fix promise code **稳定性自检:** | 自检项 | 自检结果 | | ------------------------------------------------------------ | -------- | | 涉及跨进程调用的相关操作需要抛至主线程或加锁防止并发 | | | 成员变量进行赋值或创建需要排查并发 | | | 谨慎在lambda表达式中使用引用捕获 | | | 谨慎在未经拷贝的情况下使用外部传入的string、C字符串 | | | map\vector\list\set等stl模板类使用时需要排查并发 | | | 谨慎考虑加锁范围 | | | 在IPC通信中谨慎使用同步通信方式 | | | 禁止传递this指针至其他模块或线程(特别是eventhandler任务) | | | 禁止将外部传入的裸指针在内部直接构造智能指针 | | | 禁止多个独立创建的智能指针管理同一地址 | | | 禁止在析构函数中抛异步任务 | | | 禁止js对象在非js线程(例如在IPC线程)创建、使用或销毁 | | | 禁止在对外接口中未经判空直接使用外部传入的指针 | | | 禁止接口返回局部变量引用 | | | 禁止在信号函数中加锁 | | | 禁止在关键流程(SA启动、应用启动等主流程)执行耗时的操作 | | | 禁止将同一个cpp编译在不同的so中 | | **安全编码自检:** | 自检项 | 自检结果 | | -------------------------------------------------------------- | -------- | | 裸指针避免通过隐式转换构造为sptr | | | json对象在取值之前必须先判断类型,避免类型不匹配 | | | 序列化时必须对传入的数组大小进行校验,避免出现超大数组 | | | 避免使用未明确位宽的整型,选择使用int8_t、uint8_t等类型 | | | 外部传入的路径要做规范化校验,对路径中的.、..、../等特殊字符严格校验 | | | 指针变量、表示资源描述符的变量、bool变量必须赋初值 | | | readParcelable获取的对象使用前需要判空 | | | 分配和释放内存的函数需要成对出现 | | | 申请内存后异常退出前需要及时进行内存释放 | | | 内存申请前必须对内存大小进行合法性校验 | | | 内存分配后必须判断是否成功 | | | 禁止使用realloc、alloca函数 | | | 禁止打印文件路径、口令等敏感信息,如有需要,使用private修饰 | | | 禁止打印内存地址 | | | 整数之间运算时必须严格检查,确保不会出现溢出、反转、除0 | | | 禁止对有符号整数进行位操作符运算 | | | 禁止对指针进行逻辑或位运算 | | | 循环次数如果收外部数据控制,需要检验其合法性 | | | 禁止使用内存操作类危险函数,需要使用安全函数 | | | 谨慎使用不可重入函数 | | | 必须检查安全函数的返回值,并进行正确处理 | | | 禁止仅通过TokenType类型判断绕过权限校验 | | **TDD Result**: **XTS Result**: ### 是否已执行L0用例 - [ ] 已验证 - [ ] 不涉及。如不涉及,请写明理由 See merge request: openharmony/ability_ability_runtime!17646 | 8 个月前 | |
madvise接口 Signed-off-by: zhangyuhang72 <zhangyuhang72@h-partners.com> 🤖 AI[0%] 👌 AI Adopted[0%] 🧑 Human[100%] Change-Id: I2cf0c7f369e6ddbe3724e505fb993f08f55f2f5e | 2 个月前 | |
cpp_crash场景使能APPrecover Change-Id: I8c9bea6bc4077ff44359e525c676a9b03c2e9fd9 Signed-off-by: tsuk1ii <linsicheng1@huawei.com> | 5 个月前 | |
add createModuleContextSync for application Co-Authored-By: Agent Signed-off-by: 任国军 <renguojun1@h-partners.com> 🤖 AI[100%] 🔧 Human Fixed[0%] 🧑 Human[0%] 👌 AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> | 1 个月前 | |
add requestAutoFill Co-Authored-By: manual Signed-off-by: zhengzhuolan <zhengzhuolan@huawei-partners.com> Signed-off-by: zzl12383 <zhengzhuolan@huawei-partners.com> | 4 个月前 | |
support getAutoStartupStatusForSelf Signed-off-by: renjianhao <renjianhao@h-partners.com> | 5 个月前 | |
补充查询子进程的接口 Signed-off-by: SKY2001 <songtianyu10@huawei.com> AI[47%] Human Fixed[0%] Human[53%] AI Adopted[100%] | 22 天前 | |
add contextType func Co-Authored-By: Agent Signed-off-by: 任国军 <renguojun1@h-partners.com> | 5 个月前 | |
!16980 merge master_error_code_number2int into master [cherry-pick to master] Error code number2int Created-by: qiu_yu_jia Commit-by: qiu_yu_jia Merged-by: openharmony_ci Description: **IssueNo**: [[新需求]: [cherry-pick to master] Error code number2int](https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/7813) Change-Id: Ie05e68256a0f1236b4d63e20b7ed344e39e2a1a7 **Description**: Error类中code字段类型修改,number2int,同步修改相关子类 **稳定性自检:** | 自检项 | 自检结果 | | ------------------------------------------------------------ | -------- | | 涉及跨进程调用的相关操作需要抛至主线程或加锁防止并发 | 不涉及 | | 成员变量进行赋值或创建需要排查并发 | 不涉及 | | 谨慎在lambda表达式中使用引用捕获 | 不涉及 | | 谨慎在未经拷贝的情况下使用外部传入的string、C字符串 | 不涉及 | | map\vector\list\set等stl模板类使用时需要排查并发 | 不涉及 | | 谨慎考虑加锁范围 | 不涉及 | | 在IPC通信中谨慎使用同步通信方式 | 不涉及 | | 禁止传递this指针至其他模块或线程(特别是eventhandler任务) | 不涉及 | | 禁止将外部传入的裸指针在内部直接构造智能指针 | 不涉及 | | 禁止多个独立创建的智能指针管理同一地址 | 不涉及 | | 禁止在析构函数中抛异步任务 | 不涉及 | | 禁止js对象在非js线程(例如在IPC线程)创建、使用或销毁 | 不涉及 | | 禁止在对外接口中未经判空直接使用外部传入的指针 | 不涉及 | | 禁止接口返回局部变量引用 | 不涉及 | | 禁止在信号函数中加锁 | 不涉及 | | 禁止在关键流程(SA启动、应用启动等主流程)执行耗时的操作 | 不涉及 | | 禁止将同一个cpp编译在不同的so中 | 不涉及 | **安全编码自检:** | 自检项 | 自检结果 | | -------------------------------------------------------------- | -------- | | 裸指针避免通过隐式转换构造为sptr | 不涉及 | | json对象在取值之前必须先判断类型,避免类型不匹配 | 不涉及 | | 序列化时必须对传入的数组大小进行校验,避免出现超大数组 | 不涉及 | | 避免使用未明确位宽的整型,选择使用int8_t、uint8_t等类型 | 不涉及 | | 外部传入的路径要做规范化校验,对路径中的.、..、../等特殊字符严格校验 | 不涉及 | | 指针变量、表示资源描述符的变量、bool变量必须赋初值 | 不涉及 | | readParcelable获取的对象使用前需要判空 | 不涉及 | | 分配和释放内存的函数需要成对出现 | 不涉及 | | 申请内存后异常退出前需要及时进行内存释放 | 不涉及 | | 内存申请前必须对内存大小进行合法性校验 | 不涉及 | | 内存分配后必须判断是否成功 | 不涉及 | | 禁止使用realloc、alloca函数 | 不涉及 | | 禁止打印文件路径、口令等敏感信息,如有需要,使用private修饰 | 不涉及 | | 禁止打印内存地址 | 不涉及 | | 整数之间运算时必须严格检查,确保不会出现溢出、反转、除0 | 不涉及 | | 禁止对有符号整数进行位操作符运算 | 不涉及 | | 禁止对指针进行逻辑或位运算 | 不涉及 | | 循环次数如果收外部数据控制,需要检验其合法性 | 不涉及 | | 禁止使用内存操作类危险函数,需要使用安全函数 | 不涉及 | | 谨慎使用不可重入函数 | 不涉及 | | 必须检查安全函数的返回值,并进行正确处理 | 不涉及 | | 禁止仅通过TokenType类型判断绕过权限校验 | 不涉及 | **TDD Result**: 不涉及 **XTS Result**: 不涉及 ### 是否已执行L0用例 - [x] 已验证 - [ ] 不涉及。如不涉及,请写明理由 See merge request: openharmony/ability_ability_runtime!16980 | 10 个月前 | |
Fix export Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9875 Co-Authored-By: Agent Signed-off-by: daizihan <daizihan@huawei.com> | 4 个月前 | |
Fix promise code Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8346 Signed-off-by: daizihan <daizihan@huawei.com> | 8 个月前 | |
Message:代码优化 Signed-off-by: zhengdongdong12 <zhengchengkai@huawei.com> | 2 个月前 | |
修复ani返回值枚举绑定失败 Signed-off-by: zhangatao <zhangtao662@huawei.com> Change-Id: Ia4b0efbf1f6b63c8239890de1be539eda890e120 | 16 天前 | |
意图返回值新增interactionIntent Co-Authored-By: Agent Signed-off-by: 任国军 <renguojun1@h-partners.com> AI[84%] Human Fixed[0%] Human[16%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> | 1 个月前 | |
support dms intent Co-Authored-By: ya Signed-off-by: renjh5496 <renjianhao@h-partners.com> | 4 个月前 | |
意图返回值新增interactionIntent Co-Authored-By: Agent Signed-off-by: 任国军 <renguojun1@h-partners.com> AI[84%] Human Fixed[0%] Human[16%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> | 1 个月前 | |
Fix promise code Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8346 Signed-off-by: daizihan <daizihan@huawei.com> | 8 个月前 | |
Fix promise code Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8346 Signed-off-by: daizihan <daizihan@huawei.com> | 8 个月前 | |
[AMS]0702回合master五期 Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 10 个月前 | |
support system config for 1.2 Signed-off-by: wlh2624_DS <1968860844@qq.com> | 7 个月前 | |
Fix export Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9875 Co-Authored-By: Agent Signed-off-by: daizihan <daizihan@huawei.com> | 4 个月前 | |
Fix export Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/9875 Co-Authored-By: Agent Signed-off-by: daizihan <daizihan@huawei.com> | 4 个月前 | |
Issue:#24938 Description:add sendToData Sig: SIG_ApplicaitonFramework Feature or Bugfix:Bugfix Binary Source: No Signed-off-by: SoftSquirrel <1690027871@qq.com> | 2 个月前 | |
startup支持ANI Signed-off-by: zhangyuhang72 <zhangyuhang72@h-partners.com> Change-Id: I4ef3510c2b96ea8400350512a9e32f6f235da020 | 10 个月前 | |
startup支持ANI Signed-off-by: zhangyuhang72 <zhangyuhang72@h-partners.com> Change-Id: I4ef3510c2b96ea8400350512a9e32f6f235da020 | 10 个月前 | |
startup支持ANI Signed-off-by: zhangyuhang72 <zhangyuhang72@h-partners.com> Change-Id: I4ef3510c2b96ea8400350512a9e32f6f235da020 | 10 个月前 | |
startup支持ANI Signed-off-by: zhangyuhang72 <zhangyuhang72@h-partners.com> Change-Id: I4ef3510c2b96ea8400350512a9e32f6f235da020 | 10 个月前 | |
更改startup run拆解 Signed-off-by: zhang_hao_zheng <zhanghaozheng2@h-partners.com> Change-Id: I7b90a2b8b4e021db44652652e618a9a51923cf8f | 9 个月前 | |
0702 merge master four Signed-off-by: zhongshield1 <zhangzezhong8@huawei-partners.com> | 9 个月前 | |
open static onSizeChange Signed-off-by: zhangzezhong <zhangzezhong8@huawei-partners.com> | 8 个月前 | |
wwqtestrunner Co-Authored-By: Agent Signed-off-by: wkljy <wangkailong6@huawei.com> Change-Id: I226c0ca7103c502e6af00855144cf55a9dffc3aa | 6 个月前 | |
Fix promise code Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/8346 Signed-off-by: daizihan <daizihan@huawei.com> | 8 个月前 | |
补充查询子进程的接口 Signed-off-by: SKY2001 <songtianyu10@huawei.com> AI[47%] Human Fixed[0%] Human[53%] AI Adopted[100%] | 22 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 10 个月前 | ||
| 9 个月前 | ||
| 6 天前 | ||
| 10 个月前 | ||
| 1 个月前 | ||
| 9 个月前 | ||
| 10 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 4 个月前 | ||
| 10 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 10 个月前 | ||
| 11 个月前 | ||
| 7 个月前 | ||
| 10 个月前 | ||
| 5 个月前 | ||
| 9 个月前 | ||
| 8 个月前 | ||
| 9 个月前 | ||
| 8 个月前 | ||
| 7 个月前 | ||
| 1 个月前 | ||
| 1 年前 | ||
| 9 个月前 | ||
| 11 个月前 | ||
| 11 个月前 | ||
| 8 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 8 个月前 | ||
| 3 个月前 | ||
| 8 个月前 | ||
| 5 个月前 | ||
| 2 个月前 | ||
| 11 个月前 | ||
| 4 个月前 | ||
| 3 个月前 | ||
| 9 个月前 | ||
| 8 个月前 | ||
| 9 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 6 个月前 | ||
| 8 个月前 | ||
| 2 个月前 | ||
| 5 个月前 | ||
| 1 个月前 | ||
| 4 个月前 | ||
| 5 个月前 | ||
| 22 天前 | ||
| 5 个月前 | ||
| 10 个月前 | ||
| 4 个月前 | ||
| 8 个月前 | ||
| 2 个月前 | ||
| 16 天前 | ||
| 1 个月前 | ||
| 4 个月前 | ||
| 1 个月前 | ||
| 8 个月前 | ||
| 8 个月前 | ||
| 10 个月前 | ||
| 7 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 2 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 10 个月前 | ||
| 9 个月前 | ||
| 9 个月前 | ||
| 8 个月前 | ||
| 6 个月前 | ||
| 8 个月前 | ||
| 22 天前 |