Home
last modified time | relevance | path

Searched refs:time_till_refresh (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/discovery/mdns/
Dmdns_trackers_unittest.cc132 Clock::duration time_till_refresh = Clock::to_duration(ttl * fraction); in AdvanceThroughAllTtlFractions() local
133 Clock::duration delta = time_till_refresh - time_passed; in AdvanceThroughAllTtlFractions()
134 time_passed = time_till_refresh; in AdvanceThroughAllTtlFractions()