Home
last modified time | relevance | path

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

/external/openscreen/cast/sender/
Dcast_app_discovery_service_impl.cc20 static constexpr std::chrono::minutes kRefreshThreshold = variable
169 return (now - availability.time) > kRefreshThreshold; in ShouldRefreshAppAvailability()