| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add cfi/pac config Co-Authored-By: Agent Signed-off-by: wangzhen <wangzhen416@huawei.com> 🤖 AI[0%] 👌 AI Adopted[0%] 🧑 Human[100%] | 2 个月前 | |
youhua Signed-off-by: wkljy <wangkailong6@huawei.com> | 7 个月前 | |
Timers ignore operating remote Signed-off-by: wangzhen <wangzhen416@huawei.com> Change-Id: I1928d16427c012e36e17fdecc75c9b6ac90c5622 | 1 年前 | |
BlockAllAppStart_0813 Signed-off-by: Luobniz21 <luoyicong@h-partners.com> 🤖 AI[0%] 🔧 Human Fixed[0%] 🧑 Human[100%] 👌 AI Adopted[0%] # 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 dd8da781fd # Last command done (1 command done): # pick 7a20d99826 BlockAllAppStart_0813 # No commands remaining. # You are currently rebasing branch 'BlockAllAppStart_0813' on 'dd8da781fd'. # # Changes to be committed: # modified: services/abilitymgr/etc/appfwk.para # modified: services/abilitymgr/etc/appfwk.para.dac # modified: services/abilitymgr/src/ability_manager_service.cpp # modified: services/common/include/app_utils.h # modified: services/common/src/app_utils.cpp # modified: test/unittest/ability_manager_service_seventh_test/ability_manager_service_seventh_test.cpp # modified: test/unittest/ability_manager_service_seventh_test/include/app_utils.h # modified: test/unittest/ability_manager_service_seventh_test/src/app_utils.cpp # modified: test/unittest/ability_manager_service_seventh_test/src/mock_ability_manager_service.cpp # modified: test/unittest/ability_manager_service_thirteenth_test/mock/include/mock_app_utils.h # modified: test/unittest/ability_manager_service_thirteenth_test/mock/src/mock_app_utils.cpp # # 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: Thu Aug 13 19:57:18 2026 +0800 # # On branch BlockAllAppStart_0813 # Your branch is up to date with 'origin/BlockAllAppStart_0813'. # # Changes to be committed: # modified: services/abilitymgr/etc/appfwk.para # modified: services/abilitymgr/etc/appfwk.para.dac # modified: services/abilitymgr/src/ability_manager_service.cpp # modified: services/common/include/app_utils.h # modified: services/common/src/app_utils.cpp # modified: test/unittest/ability_manager_service_seventh_test/ability_manager_service_seventh_test.cpp # modified: test/unittest/ability_manager_service_seventh_test/include/app_utils.h # modified: test/unittest/ability_manager_service_seventh_test/src/app_utils.cpp # modified: test/unittest/ability_manager_service_seventh_test/src/mock_ability_manager_service.cpp # modified: test/unittest/ability_manager_service_thirteenth_test/ability_manager_service_thirteenth_test.cpp # modified: test/unittest/ability_manager_service_thirteenth_test/mock/include/mock_app_utils.h # modified: test/unittest/ability_manager_service_thirteenth_test/mock/include/mock_my_status.h # modified: test/unittest/ability_manager_service_thirteenth_test/mock/include/mock_permission_verification.h # modified: test/unittest/ability_manager_service_thirteenth_test/mock/src/mock_app_utils.cpp # modified: test/unittest/ability_manager_service_thirteenth_test/mock/src/mock_permission_verification.cpp # # Untracked files: # skills/codecheck/codecheck_report_utils_0820_20260820.md # skills/codecheck/refute_log.md # | 22 天前 | |
Add log and test for eventHandler Signed-off-by: wangzhen <wangzhen416@huawei.com> Change-Id: Ib9c14da7d2a18f7995217b418c3af6b0e2fe66e7 | 1 年前 | |
add snapshot report version name Signed-off-by: LYZ_ST <linyunzhi3@huawei.com> | 2 个月前 | |
Add task timeout Signed-off-by: wangzhen <wangzhen346@huawei.com> Change-Id: I0235a8aeeee49d9d15a2aaac05cfb5c15b83aba8 | 1 年前 | |
Add task timeout Signed-off-by: wangzhen <wangzhen346@huawei.com> Change-Id: I0235a8aeeee49d9d15a2aaac05cfb5c15b83aba8 | 1 年前 | |
Apply ffrt task id Signed-off-by: wangzhen <wangzhen346@huawei.com> Change-Id: If247bc7127c91c39af73a7707ca8650ccab266a2 | 1 年前 | |
fix: resolve stability and security issues in ExtensionRunningTimeoutMonitor - Replace [this] lambda capture with GetInstance() to avoid passing raw this pointer to ffrt task thread - Use GetRecordId() instead of std::hash for recordId to prevent hash collisions and duplicate tracking - Eliminate const_cast<char*> on c_str() by copying strings via make_unique<char[]> + strcpy_s - Batch event insertion under single lock in CheckAliveExtensions - Initialize HisyseventReport::params_ to nullptr - Fix new bool[]/unique_ptr<char[]> type mismatch in InsertParam - Add proper const char* overload instead of const_cast for string params - Unify strcpy_s return value check with EOK constant Signed-off-by: zhang_hao_zheng <zhanghaozheng2@h-partners.com> Co-Authored-By: Agent Change-Id: I26c6390a758170258ca55ae2bfe694ce7c07ca79 | 5 个月前 | |
Add code Signed-off-by: wangbing <wangbing175@huawei-partners.com> | 1 年前 | |
Extension解锁前拦截支持blockList Signed-off-by: zhangyuhang72 <zhangyuhang72@huawei.com> Change-Id: I52447cdd3bc1cbe2ae67f4ea914b897f89f02213 | 1 年前 | |
support aa for 2in1/tablet Co-Authored-By: Agent Signed-off-by: 任国军 <renguojun1@h-partners.com> AI[0%] Human Fixed[0%] Human[100%] AI Adopted[0%] | 20 天前 | |
dynamic load image_native Co-Authored-By: Agent Signed-off-by: wangzhen <wangzhen416@huawei.com> 🤖 AI[98%] 👌 AI Adopted[98%] 🧑 Human[2%] 🤖 AI[0%] 👌 AI Adopted[0%] 🧑 Human[100%] Change-Id: I0f5ee21f0ea499d0abc9a0690249f040cb715805 | 3 个月前 | |
dynamic load image_native Co-Authored-By: Agent Signed-off-by: wangzhen <wangzhen416@huawei.com> 🤖 AI[98%] 👌 AI Adopted[98%] 🧑 Human[2%] 🤖 AI[0%] 👌 AI Adopted[0%] 🧑 Human[100%] Change-Id: I0f5ee21f0ea499d0abc9a0690249f040cb715805 | 3 个月前 | |
Add task timeout Signed-off-by: wangzhen <wangzhen346@huawei.com> Change-Id: I0235a8aeeee49d9d15a2aaac05cfb5c15b83aba8 | 1 年前 | |
Add task timeout Signed-off-by: wangzhen <wangzhen346@huawei.com> Change-Id: I0235a8aeeee49d9d15a2aaac05cfb5c15b83aba8 | 1 年前 | |
ModularObjectExtension修改 Co-Authored-By:Agent Signed-off-by: zhangyuhang72 <zhangyuhang72@h-partners.com> Change-Id: Id21699820868e1745648403795a99a499f76fd49 | 4 个月前 | |
util Signed-off-by: savior-xzh <xuzheheng2@huawei.com> Change-Id: I7d2fc3c1b446039fb3a0ad44ed95a8eacdf4ea4e | 1 年前 | |
ams adaption for ffrt Signed-off-by: darkness33 <zhongyan27@huawei.com> | 1 个月前 | |
ffrt日志整改 Signed-off-by: zhang_hao_zheng <zhanghaozheng2@h-partners.com> Change-Id: I7a417a9314dfae7057d3470b35ef6c8c76afe6ca | 1 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 个月前 | ||
| 7 个月前 | ||
| 1 年前 | ||
| 22 天前 | ||
| 1 年前 | ||
| 2 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 5 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 20 天前 | ||
| 3 个月前 | ||
| 3 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 4 个月前 | ||
| 1 年前 | ||
| 1 个月前 | ||
| 1 年前 |