commit | a6e9c66eead30687413f1dcfb791fa94eb08c30e | [log] [tgz] |
---|---|---|
author | Remi NGUYEN VAN <reminv@google.com> | Tue Oct 08 13:11:59 2024 +0900 |
committer | Remi NGUYEN VAN <reminv@google.com> | Wed Dec 18 17:51:30 2024 +0900 |
tree | a80bf1bfa96f656d58aa14344912f3e34135b6a9 | |
parent | 796fd42f785eed631e96f8e6d2463f1f56adb2e3 [diff] |
Move query scheduling time to MdnsQueryScheduler Instead of having query scheduling time split between MdnsQueryScheduler and QueryTaskConfig, where QueryTaskConfig has the base run time and MdnsQueryScheduler does backoff, consolidate it all in MdnsQueryScheduler. This allows QueryTaskConfig to only contain parameters used when the task runs, and not scheduling info. Test: atest Change-Id: Ie060802ff2d13c1cea339955d8b609ba95f762f2