zhang_hao_zheng
|
0dcce77bbc
|
refactor: rename bg abbreviation to background for clarity
Rename all 'bg' abbreviations to full 'background' word across
BgUserExtensionMonitor feature code, including:
- File names: bg_user_extension_monitor -> background_user_extension_monitor
- Class/struct names: BgUserExtensionMonitor -> BackgroundUserExtensionMonitor
- Method names: OnBgUserExtensionStarted -> OnBackgroundUserExtensionStarted
- Constants: BG_START_EVENT_VALUE -> BACKGROUND_START_EVENT_VALUE
- All log messages and test names
Signed-off-by: zhang_hao_zheng <zhanghaozheng2@h-partners.com>
Co-Authored-By: Agent
Change-Id: Idcf82f70e7381334ab48e2b0a8cb71733fd48e47
|
2026-05-22 11:02:31 +08:00 |
|
zhang_hao_zheng
|
45183fcec5
|
fix: 补充moduletest中缺失的bg_user_extension_monitor源文件
在running_infos_module_test和ability_timeout_module_test的
BUILD.gn中添加bg_user_extension_monitor.cpp,修复链接错误。
Signed-off-by: zhang_hao_zheng <zhanghaozheng2@h-partners.com>
Co-Authored-By: Agent
Change-Id: If21d72d66b66c8149fd47bfc28700b6347c2e83f
|
2026-05-05 11:09:05 +08:00 |
|
duansizhao
|
bcbfea26e9
|
deviceId Anonymize
Co-Authored-By: Agent
Signed-off-by: duansizhao <duansizhao@huawei.com>
Change-Id: I9f405c91cfccd42909750e3ea5f9b5e8b68ae8d1
|
2026-04-15 21:44:47 +08:00 |
|
xhz-sz
|
51991a2ad3
|
fix meo
Signed-off-by: xhz-sz <xiehuandong@huawei.com>
|
2026-01-22 16:40:48 +08:00 |
|
xhz-sz
|
71a70fd408
|
Decouple extensions
Signed-off-by: xhz-sz <xiehuandong@huawei.com>
|
2025-12-24 18:25:44 +08:00 |
|
Luobniz21
|
1083745d96
|
dep_org
Signed-off-by: Luobniz21 <luoyicong@h-partners.com>
Change-Id: I8222c4be3fcb98ee33c2dd7f5e242261aef75e00
|
2025-09-27 08:28:34 +08:00 |
|
lfSeanDragon
|
2a858da472
|
解耦ability_runtime对softbus的依赖
Signed-off-by: lfSeanDragon <18309220525@163.com>
|
2025-09-09 16:45:23 +08:00 |
|
wendel
|
0b3bef2726
|
multi foreground user
Signed-off-by: wendel <yuwenze1@huawei.com>
Change-Id: I2b1f8a58e66f4eff7c42a30f9ef862215b0768ac
|
2025-08-29 15:30:50 +08:00 |
|
wangzhen
|
57ebae352e
|
Code review
Signed-off-by: wangzhen <wangzhen416@huawei.com>
Change-Id: I6a11363fe652ded0139471ba983783942d00fcf6
|
2025-08-04 11:53:16 +08:00 |
|
wangzhen
|
1e82f7772b
|
死亡原因记录优化、维测增强
Signed-off-by: wangzhen <wangzhen416@huawei.com>
Change-Id: Id64bf54c0f4e4f576d0f46f02c74854454e31756
|
2025-08-02 20:31:33 +08:00 |
|
13776621730
|
a0ef9463b4
|
Revert "JSON统一为cJSON"
Signed-off-by: 13776621730 <zhawei12@huawei-partners.com>
Change-Id: I69dc57782680ece5c5d2d1416464516405d070ad
|
2025-07-03 16:59:24 +08:00 |
|
13776621730
|
a86dec91f3
|
JSON统一为cJSON
Signed-off-by: 13776621730 <zhawei12@huawei-partners.com>
Change-Id: I25d402f5386d7de6042c4dcd30f55315a51fcddc
|
2025-06-20 21:10:49 +08:00 |
|
y00620503
|
abe79ecca8
|
提取公共函数到新文件里面
Signed-off-by: y00620503 <yewei43@huawei.com>
Change-Id: Ifaa0937b99364103e4587fb9b33e1485c83d3226
|
2025-05-08 10:54:03 +08:00 |
|
丁鑫
|
a6fe2620be
|
add abilityHook
Signed-off-by: 丁鑫 <dingxin37@huawei.com>
|
2025-04-02 22:37:02 +08:00 |
|
zhangyuhang72
|
0077e5a861
|
修复Cache生效时查找ConnectManager错误的bug
Signed-off-by: zhangyuhang72 <zhangyuhang72@huawei.com>
Change-Id: Ifa55401badc61375a66a51ccac23a99584166999
|
2025-03-25 19:43:50 +08:00 |
|
huangshiwei
|
088841ec6e
|
huangshiwei4@huawei.com
Signed-off-by: huangshiwei <huangshiwei4@huawei.com>
|
2025-03-04 09:41:45 +08:00 |
|
hanchenZz
|
04a1502661
|
支持推出原因需求修改2
Signed-off-by: hanchenZz <wanghanchen1@huawei.com>
|
2025-02-18 14:54:42 +08:00 |
|
sunjiakun
|
19408b7a56
|
部件改造支持独立编译警告修改
Signed-off-by: sunjiakun <sunjiakun5@huawei.com>
|
2024-12-26 10:23:18 +08:00 |
|
l30067926
|
9a5a22935d
|
20241218_2116
Signed-off-by: l30067926 <luoyicong@h-partners.com>
Change-Id: I40f3da8cc47054ca439e4c5403b6288888ed73be
|
2024-12-18 21:16:37 +08:00 |
|
yangxuguang-huawei
|
36ae30edd0
|
refactor: move utils to utils folder
Signed-off-by: yangxuguang-huawei <yangxuguang3@huawei.com>
|
2024-10-23 10:45:50 +08:00 |
|
xia
|
497b4c63a0
|
增加callerNativeName
Signed-off-by: xia <xialiangwei1@huawei.com>
|
2024-08-20 19:19:54 +08:00 |
|
openharmony_ci
|
26bd094014
|
!9768 dlp gn文件定义WITH_DLP
Merge pull request !9768 from liuzongze/master
|
2024-08-08 06:48:02 +00:00 |
|
liuzongze
|
ac7c1dd630
|
dlp GN defin WITH_DLP
Signed-off-by: liuzongze <liuzongze@huawei.com>
Change-Id: I424c88b10a9282b9f207da28b7ff009c0415238a
|
2024-08-07 20:17:49 +08:00 |
|
donglin
|
b14fcc85eb
|
anco setting
Signed-off-by: donglin <donglin9@huawei.com>
Change-Id: I6e80542fbb289ed7a95ddbccf3fb7fbef1cfec67
|
2024-08-03 05:50:42 +00:00 |
|
liuzongze
|
3af9be5648
|
DLP隔离
Signed-off-by: liuzongze <liuzongze@huawei.com>
Change-Id: I869ba4cb984259f9a7d801bd441c3b92bed77658
|
2024-07-27 09:01:50 +08:00 |
|
wangzhen
|
32d8e281bf
|
mission list module
Signed-off-by: wangzhen <wangzhen346@huawei.com>
Change-Id: I1381e16918408cd9b7eebcdf73e139cfe53673b2
|
2024-07-10 09:20:33 +08:00 |
|
wangzhen
|
8877db00a9
|
Remove mission in AbilityRecord
Signed-off-by: wangzhen <wangzhen346@huawei.com>
|
2024-06-19 18:03:29 +08:00 |
|
savior-xzh
|
f8119f6dae
|
ressched
Signed-off-by: savior-xzh <xuzheheng2@huawei.com>
Change-Id: Id5b87bd27aecec21f735a6a939f30ac6d70261f5
|
2024-06-15 20:05:26 +08:00 |
|
kangchongtao
|
bfb8c7eb28
|
部件独立编译整改
Signed-off-by: kangchongtao <kangchongtao@huawei.com>
Change-Id: I55f2e2c308c2aad7c263430b251ee5b64d9ae16f
|
2024-06-04 12:45:36 +00:00 |
|
yuwenze
|
bcd7bdcbba
|
support app clone
Signed-off-by: yuwenze <yuwenze1@huawei.com>
Change-Id: I24d1821844343ce1329795e1c747c609db583028
|
2024-05-08 18:59:34 +08:00 |
|
jsjzju
|
566bf21b36
|
适配多用户
Signed-off-by: jsjzju <jinsenjun@huawei.com>
Change-Id: I08136ca387264dde5fc82c318cd7cd8650be95ed
|
2024-04-16 22:55:37 +08:00 |
|
xinking129
|
1ab2684329
|
add assert debug dialog
Signed-off-by: xinking129 <xinxin13@huawei.com>
|
2024-03-07 16:20:59 +08:00 |
|
jsjzju
|
bf24375b36
|
start ability in new process.
Signed-off-by: jsjzju <jinsenjun@huawei.com>
Change-Id: Ia19df624b5a613aedb39e172bfafc92d52e53f12
|
2024-03-06 15:28:21 +08:00 |
|
zhaoleyi
|
769f8541c9
|
window modal
Signed-off-by: zhaoleyi <zhaoleyi@huawei.com>
Change-Id: I06381ef8df05c5914a0f3289b1a9a0b2033efeca
|
2023-12-15 16:58:36 +08:00 |
|
huangshiwei
|
b7ec429452
|
huangshiwei2@huawei.com
Signed-off-by: huangshiwei <huangshiwei4@huawei.com>
Change-Id: I1aa4847b937a5a8082ac0e5b55c8ef221635bced
|
2023-12-12 12:44:56 +00:00 |
|
xinking129
|
a6cc0e9d79
|
fix ut build
Signed-off-by: xinking129 <xinxin13@huawei.com>
|
2023-11-29 15:22:35 +08:00 |
|
wangzhen
|
aa4b893607
|
Tdd compile error
Signed-off-by: wangzhen <wangzhen346@huawei.com>
Change-Id: Ie58713b704251c0f98b63dbd9958df619efa132e
|
2023-11-03 06:07:13 +00:00 |
|
zhoushicheng
|
2fb5824ccd
|
Issue:#I7JNU8
Signed-off-by: zhoushicheng <zhoushicheng2@huawei.com>
Change-Id: I92a1de11d47a03d694bbcbd60ed6c3dba4500bfd
|
2023-07-17 07:19:09 +00:00 |
|
yuwenze
|
17a6031746
|
set sms to wms
Signed-off-by: yuwenze <yuwenze1@huawei.com>
Change-Id: I207c9955075e08d0da0f618b1bf2456199ce785e
|
2023-07-03 07:08:33 +00:00 |
|
wangzhen
|
5f1157b00b
|
Support for sandbox app saving files
Signed-off-by: wangzhen <wangzhen346@huawei.com>
Change-Id: I309d5cbb6400d4d4a1d175feba99a05b20353657
|
2023-07-03 08:51:36 +08:00 |
|
openharmony_ci
|
136b240316
|
!5805 FA模型startAbility接口对接合一框架
Merge pull request !5805 from 于文泽/start
|
2023-06-30 01:23:49 +00:00 |
|
wangzhen
|
a6dc248c04
|
Ffrt adaptation (mutex and tsk)
Signed-off-by: wangzhen <wangzhen346@huawei.com>
|
2023-06-27 22:37:59 +08:00 |
|
yuwenze
|
fc28c8ce8f
|
Fa startAbility is connected to the scb
Signed-off-by: yuwenze <yuwenze1@huawei.com>
Change-Id: I0a8475c875c8260a64a26509e6995afb7abfd686
|
2023-06-27 07:14:40 +00:00 |
|
jessica_2029
|
d6b5e84a61
|
update part_name of hicollie
Signed-off-by: jessica_2029 <weijiayi2@huawei.com>
|
2023-06-19 19:45:25 +08:00 |
|
xuzheheng
|
2c34494508
|
xuzheheng2@huawei.com
Signed-off-by: xuzheheng <xuzheheng2@huawei.com>
Change-Id: Iac3090952adfcfd1a480172ff33be0d832db3bcc
|
2023-06-19 02:18:13 +00:00 |
|
openharmony_ci
|
0297815a8c
|
!5600 适配SessionInfo修改
Merge pull request !5600 from 于文泽/sessionInfo
|
2023-06-05 08:40:24 +00:00 |
|
yuwenze
|
eab3599d6c
|
adapte sessionInfo
Signed-off-by: yuwenze <yuwenze1@huawei.com>
Change-Id: Ib8abc3abef9f39e804927ec9bd42f825248da861
|
2023-06-05 06:30:58 +00:00 |
|
xinking129
|
ac21e40312
|
Conflict Resolution0602
Signed-off-by: xinking129 <xinxin13@huawei.com>
|
2023-06-02 09:51:58 +08:00 |
|
xinking129
|
ac2f5f7f24
|
fix tdd gn
Signed-off-by: xinking129 <xinxin13@huawei.com>
|
2023-05-31 19:48:28 +08:00 |
|
dinghao
|
33ad57f52b
|
add ability focus change listener
Signed-off-by: dinghao <dinghao47@huawei.com>
|
2023-05-31 18:28:04 +08:00 |
|