mirror of
https://github.com/openharmony/ability_form_fwk.git
synced 2026-08-24 07:47:15 -04:00
48315978c7
P2-7: Remove callerBundleName.empty() check — GetNameForUid returning ERR_OK implies a valid name was set, empty check is redundant. P2-5: Fix indentation in AddFormTimerForMultiUpdate — added validation code had 4 extra spaces, now matches surrounding code style. P1-5: Remove mutex lock from ~FormProxyRegistry — with shared_ptr management, destructor runs only when ref count is 0, meaning no concurrent access is possible. weak_ptr::lock() returns nullptr atomically. Keep death recipient cleanup (still needed to unregister from IPC framework). AI[100%] Human Fixed[0%] Human[0%] AI Adopted[100%] Co-authored-by: opencode (glm-5.2) <ai@local> Change-Id: I83aa22f357c03822f5a6f2ececb39b5cc2697850 Signed-off-by: yzy-15 <yuzhiyong6@h-partners.com>