mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
76d0f77200a0e4e4f1ba976c6eff3f53734fc5de
Single Binder IPC has a ~1 MB mmap ceiling; a large FunctionInfo vector (~2KB per entry due to inputSchema) can exceed the safe threshold at 100+ entries. Split the vector into batches of 50 (~100KB each) and issue one IPC per batch. successCount is accumulated across batches; any batch failure aborts early. Co-Authored-By: Agent Signed-off-by: RuiChen_01 <chenrui193@huawei.com> 🤖 AI[100%] 👌 AI Adopted[100%] 🧑 Human[0%] Co-authored-by: claude (glm-5.2) <ai@local>
Description
暂无描述
Languages
C++
98.1%
C
1.5%
JavaScript
0.2%
TypeScript
0.1%