mirror of
https://github.com/openharmony/ability_form_fwk.git
synced 2026-08-24 07:47:15 -04:00
54cc5ea372
使用 FormMgrQueue 串行化 RegisterNetConnCallback 调用,避免多线程 并发导致重复注册 observer。 改动: - RegisterNetConnCallback 改为队列投递,实际逻辑移至 RegisterNetConnCallbackInternal - UnregisterNetConnCallback 同样改为队列投递 Change-Id: I82104128d6bbf4c1f9181dd88ab793605f15304e Signed-off-by: luyangyi<luyangyi2@huawei.com> Co-Authored-By: Agent