mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 12:43:16 -04:00
acad5ee87f1fd40eba29a0186c8818eb4218db3b
Rename FilterCandidate to RegisterSortKey (it is a sort key, not a selection candidate after rules 2+3 were dropped), give it operator< so the sort comparator reads naturally. Rename FilterAndSort template to PrepareForRegister to surface the business intent (data prep for KVStore registration). Replace the index-sort trick with std::pair (key, item) pairing for a linear read. No public API change. IntentFilterUtil::FilterProfile/FilterConfig/ FilterGeneric retain their names. 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%