| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
检视意见修改 Signed-off-by: rookiiie <quzhihao1@huawei.com> | 1 年前 | |
!18988 merge master0507 into master feat(wm): add session snapshot complete listener Created-by: m0_53886083 Commit-by: 卢宇豪;m0_53886083 Merged-by: openharmony_ci Description: **Description:** add session snapshot complete listener **Issue number:** https://gitcode.com/openharmony/window_window_manager/issues/14400 **Test & Result:** **CodeCheck:** <table> <tr> <th>类型</th><th>自检项</th><th>自检结果</th> </tr> <tr> <td rowspan="2">多线程相关</td><td>在类的成员变量中定义了vector/map/list等容器类型,且在多个成员函数中有操作时,需要加锁保护</td><td>自检结果:</td> </tr> <tr> <td>定义全局变量,在多个函数中都有操作时,需要加锁保护</td><td>自检结果:</td> </tr> <tr> <td rowspan="4">内存相关</td><td>调用外部接口时,确认是否对返回值做了判断,尤其外部接口返回了nullptr的情况,避免进程崩溃</td><td>自检结果:</td> </tr> <tr> <td>调用安全函数时,如memcpy_s等,是否检查其返回值</td><td>自检结果:</td> </tr> <tr> <td>检查函数中是否涉及了内存或资源申请(如文件句柄),注意每个异常退出流程,是否都已经将资源释放(推荐使用RAII)</td><td>自检结果:</td> </tr> </tr> <tr> <td>隐式内存分配场景:realpath、ReadParcelable序列化、cJSON相关函数时等,需主动释放或使用智能指针</td><td>自检结果:</td> </tr> <tr> <td rowspan="4">校验外部输入</td><td>使用nlohmann:json解析外部输入时,需判断参数类型是否符合预期</td><td>自检结果:</td> </tr> <tr> <td>所有外部输入均不可信,需判断外部输入是否直接作为内存分配的大小,数组下标、循环条件、SQL查询等</td><td>自检结果:</td> </tr> <tr> <td>外部输入的路径不可信,需使用realpath做标准化处理,并判断路径的合法性</td><td>自检结果:</td> </tr> <tr> <td>外部输入包括对外提供的接口,IPC的proxy/stub接口,序列化/反序列化接口等</td><td>自检结果:</td> </tr> </tr> <tr> <td rowspan="3">数学运算</td><td>代码中是否混合了加减乘除等运算,需检查是否可能导致整数溢出或符号翻转</td><td>自检结果:</td> </tr> <tr> <td>需检查代码是否有高精度数字转换为低精度的操作,如果必须,建议使用C++安全类型转换接口</td><td>自检结果:</td> </tr> <tr> <td>检查代码在计算时是否有除零操作(包括除数是计算出来的结果可能为0的情况)</td><td>自检结果:</td> </tr> </tr> <tr> <td rowspan="2">权限相关</td><td>作为系统服务对外提供了接口,是否做了权限保护和校验(如需要),只允许申请了权限的应用访问</td><td>自检结果:</td> </tr> <tr> <td>提供给其他系统服务的接口默认需要做SA服务校验</td><td>自检结果:</td> </tr> <tr> <td rowspan="2">跨进程通信</td><td>优先使用异步IPC,若必须使用同步IPC需要考虑对端卡死或高延时影响</td><td>自检结果:</td> </tr> <tr> <td>序列化/反序列化中数据读写顺序要严格对齐</td><td>自检结果:</td> </tr> </table> See merge request: openharmony/window_window_manager!18988 | 28 天前 | |
Enable windowmangaer Signed-off-by: abbuu <liyu37@huawei.com> | 4 年前 | |
OccupyEvents Signed-off-by: Peng fafu <pengfafu@huawei.com> | 1 年前 | |
fix code Signed-off-by: guankl <15895323027@163.com> | 17 天前 | |
add: 单元测试 Signed-off-by: arbiter_ <1018967146@qq.com> Co-Authored-By: Agent | 2 个月前 | |
feature: add avoid area to properties Co-Authored-By: Agent Signed-off-by: arbiter_ <1018967146@qq.com> | 2 个月前 | |
feature: add template type & support update fv template type Co-Authored-By: Agent Signed-off-by: arbiter_ <1018967146@qq.com> | 1 个月前 | |
feature: add confirm Signed-off-by: arbiter_ <1018967146@qq.com> | 26 天前 | |
controller 互斥 Signed-off-by: 罗堡文 <847194217@qq.com> Co-Authored-By: Agent | 2 个月前 | |
Co-Authored-By:Agent Add floating ball destory event listener Signed-off-by: weixin_43102524 <18328528985@163.com> | 18 天前 | |
Co-Authored-By:Agent Add floating ball destory event listener Signed-off-by: weixin_43102524 <18328528985@163.com> | 18 天前 | |
Co-Authored-By:Agent Add floating ball destory event listener Signed-off-by: weixin_43102524 <18328528985@163.com> | 18 天前 | |
fix code Signed-off-by: guankl <15895323027@163.com> | 17 天前 | |
solve page rotation Signed-off-by: kslarson <liushuai180@h-partners.com> | 7 个月前 | |
新增获取全量窗口信息、截图 Signed-off-by: huojia <huojia1@huawei.com> Signed-off-by: huojia <huojia1@huawei.com> | 9 个月前 | |
add TDD Signed-off-by: liangxinghui <liangxinghui1@h-partners.com> Change-Id: I528102aca8b00c45c2a428a5bcf43e685b24ede4 | 2 个月前 | |
Merge branch 'master' of https://gitcode.com/weixin_46211877/window_window_manager into gjb Signed-off-by: z84407085 <zhang.zhong1@huawei.com> | 7 个月前 | |
窗口显隐整改 Signed-off-by: huojia <huojia1@huawei.com> | 1 年前 | |
add code Signed-off-by: w724-hao <wuzihao11@huawei.com> | 5 个月前 | |
新增libwm_lite.z.so、libsession_manager_lite.z.so与libmmi-cilent.z.so解耦的能力 Signed-off-by: hao-xinpeng <haoxinpeng1@huawei.com> | 5 个月前 | |
[fix] 根据检视意见修改,代码改进 Signed-off-by: wangyaohui <wangyaohui17@huawei.com> | 1 年前 | |
类申明时,private/public/protected关键词与之前的代码要有一行空格 Signed-off-by: h00897888 <huhan25@huawei.com> | 1 年前 | |
fix code Signed-off-by: guankl <15895323027@163.com> | 17 天前 | |
fix code Signed-off-by: guankl <15895323027@163.com> | 17 天前 | |
Merge branch 'origin_507' into master_507 Signed-off-by: Hearn <hearn.qk@gmail.com> | 27 天前 | |
Revert "Signed-off-by: z30045483 <zhangzhongqing2@huawei.com>" This reverts commit 57d053375b397d7a64bd8527059477deeb646643. | 5 个月前 | |
commit Signed-off-by: Hearn <hearn.qk@gmail.com> | 27 天前 | |
fix code Signed-off-by: guankl <15895323027@163.com> | 17 天前 | |
AR20250821296318【强基】【画中画】ANI 接口改造,适配 ArkTS1.2 静态语言 Signed-off-by:刘源l30080819<liuyuan240@h-partners.com> | 5 个月前 | |
fix windowRectChange notify twice when moveWindowTo called Signed-off-by: Peng fafu <pengfafu@huawei.com> | 1 年前 | |
iii Signed-off-by: tanhon <tanhong6@h-partners.com> | 5 个月前 | |
synchronous code Signed-off-by: leining <leining3@h-partners.com> Change-Id: I50a6aa9a2e73b5fea1811a0386e297bc0b1e86e0 | 9 天前 | |
fix(test): update CreateAndConnectSpecificSession call signature in supplement test The function signature changed after upstream sync: nodeId(uint64_t) was added as 3rd parameter and surfaceNode moved to 9th position. Five test calls were still using the old order, causing compile failure on dayu200_tdd. Signed-off-by: weixin_38774524 <1903700887@qq.com> revert merge request: refactor: move renderSession to Session interface 6dd94cd265945c3d349d75da3fcaebe9514572d2 This revert merge request !18923 revert merge request: revert refactor: move renderSession to Session interface 7008754ae25f3a7c72f1ef3e82365805e20d2c74 This revert merge request !19382 | 21 天前 | |
feature: add setautostartenabled ndk Signed-off-by: arbiter_ <1018967146@qq.com> | 20 天前 | |
fix hltb Signed-off-by: brorZha <heaoan@h-partners.com> | 13 天前 | |
修复输入法拉不起来的问题-refactor8 Signed-off-by: 18 <zhuchunjie2@huawei.com> | 2 个月前 | |
feat: replace UpdateWindowMode parameter from WindowMode to WindowModeInfo Add SplitStyle enum and WindowModeInfo struct to carry split window orientation and index alongside window mode. Update full call chain from NAPI through IPC to client implementation. External notification callbacks (IWindowStatusChangeListener) remain unchanged for compatibility. Co-Authored-By: Agent Signed-off-by: jingbotao <jingbotao3@huawei.com> | 2 个月前 | |
【基础能力】【窗口参数】窗口参数更新机制优化 Signed-off-by: 祁生德 <qishengde@huawei.com> | 2 年前 | |
Merge branch 'master' of https://gitcode.com/weixin_46211877/window_window_manager into gjb Signed-off-by: z84407085 <zhang.zhong1@huawei.com> | 7 个月前 | |
fix(test): update CreateAndConnectSpecificSession call signature in supplement test The function signature changed after upstream sync: nodeId(uint64_t) was added as 3rd parameter and surfaceNode moved to 9th position. Five test calls were still using the old order, causing compile failure on dayu200_tdd. Signed-off-by: weixin_38774524 <1903700887@qq.com> revert merge request: refactor: move renderSession to Session interface 6dd94cd265945c3d349d75da3fcaebe9514572d2 This revert merge request !18923 revert merge request: revert refactor: move renderSession to Session interface 7008754ae25f3a7c72f1ef3e82365805e20d2c74 This revert merge request !19382 | 21 天前 | |
Sysnc code Signed-off-by: ALTNAT <774082891@qq.com> | 12 天前 | |
Merge branch 'master' of https://gitcode.com/weixin_46211877/window_window_manager into gjb Signed-off-by: z84407085 <zhang.zhong1@huawei.com> | 7 个月前 | |
修改检视意见 Signed-off-by: jinsitao <jinsitao.jin@huawei.com> | 1 年前 | |
Change Version Signed-off-by: z84407085 <zhang.zhong1@huawei.com> | 7 个月前 | |
add code Signed-off-by: ZihaoWU <wuzihao11@huawei.com> | 1 年前 | |
feat(wm): add session snapshot complete listener Co-Authored-By: Agent Signed-off-by: m0_53886083 <luyuhao6@huawei.com> | 2 个月前 | |
feat(wm): add session snapshot complete listener Co-Authored-By: Agent Signed-off-by: m0_53886083 <luyuhao6@huawei.com> | 2 个月前 | |
fix: use MakeSptr instead in wm Signed-off-by: whqwe <taylor.wanghao@huawei.com> | 1 年前 | |
fix hltb Signed-off-by: brorZha <heaoan@h-partners.com> | 5 天前 | |
!19559 merge lixunda_posture_mode10 into master 添加窗口悬停态接口2 Created-by: xumda Commit-by: xumda Merged-by: openharmony_ci Description: **Description:** 添加窗口悬停态接口2 **Issue number:** https://gitcode.com/openharmony/window_window_manager/issues/15016 **Test & Result:** **CodeCheck:** <table> <tr> <th>类型</th><th>自检项</th><th>自检结果</th> </tr> <tr> <td rowspan="2">多线程相关</td><td>在类的成员变量中定义了vector/map/list等容器类型,且在多个成员函数中有操作时,需要加锁保护</td><td>自检结果:pass</td> </tr> <tr> <td>定义全局变量,在多个函数中都有操作时,需要加锁保护</td><td>自检结果:pass</td> </tr> <tr> <td rowspan="4">内存相关</td><td>调用外部接口时,确认是否对返回值做了判断,尤其外部接口返回了nullptr的情况,避免进程崩溃</td><td>自检结果:pass</td> </tr> <tr> <td>调用安全函数时,如memcpy_s等,是否检查其返回值</td><td>自检结果:pass</td> </tr> <tr> <td>检查函数中是否涉及了内存或资源申请(如文件句柄),注意每个异常退出流程,是否都已经将资源释放(推荐使用RAII)</td><td>自检结果:pass</td> </tr> </tr> <tr> <td>隐式内存分配场景:realpath、ReadParcelable序列化、cJSON相关函数时等,需主动释放或使用智能指针</td><td>自检结果:pass</td> </tr> <tr> <td rowspan="4">校验外部输入</td><td>使用nlohmann:json解析外部输入时,需判断参数类型是否符合预期</td><td>自检结果:pass</td> </tr> <tr> <td>所有外部输入均不可信,需判断外部输入是否直接作为内存分配的大小,数组下标、循环条件、SQL查询等</td><td>自检结果:pass</td> </tr> <tr> <td>外部输入的路径不可信,需使用realpath做标准化处理,并判断路径的合法性</td><td>自检结果:pass</td> </tr> <tr> <td>外部输入包括对外提供的接口,IPC的proxy/stub接口,序列化/反序列化接口等</td><td>自检结果:pass</td> </tr> </tr> <tr> <td rowspan="3">数学运算</td><td>代码中是否混合了加减乘除等运算,需检查是否可能导致整数溢出或符号翻转</td><td>自检结果:pass</td> </tr> <tr> <td>需检查代码是否有高精度数字转换为低精度的操作,如果必须,建议使用C++安全类型转换接口</td><td>自检结果:pass</td> </tr> <tr> <td>检查代码在计算时是否有除零操作(包括除数是计算出来的结果可能为0的情况)</td><td>自检结果:pass</td> </tr> </tr> <tr> <td rowspan="2">权限相关</td><td>作为系统服务对外提供了接口,是否做了权限保护和校验(如需要),只允许申请了权限的应用访问</td><td>自检结果:pass</td> </tr> <tr> <td>提供给其他系统服务的接口默认需要做SA服务校验</td><td>自检结果:pass</td> </tr> <tr> <td rowspan="2">跨进程通信</td><td>优先使用异步IPC,若必须使用同步IPC需要考虑对端卡死或高延时影响</td><td>自检结果:pass</td> </tr> <tr> <td>序列化/反序列化中数据读写顺序要严格对齐</td><td>自检结果:pass</td> </tr> </table> See merge request: openharmony/window_window_manager!19559 | 4 天前 |
Store code of window client inner header files