Home
last modified time | relevance | path

Searched refs:cycleThreshold_ (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_cached.h70 cycleThreshold_ = threshold; in SetDateThreshold()
220 uint32_t cycleThreshold_ = DEFAULT_CACHE_CYCLE_MS; member in OHOS::NetManagerStandard::NetStatsCached
/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp66 cacheTimer_->Start(cycleThreshold_, [this]() { CacheStats(); }); in StartCached()
383 cycleThreshold_ = threshold; in SetCycleThreshold()
386 cacheTimer_->Start(cycleThreshold_, [this]() { CacheStats(); }); in SetCycleThreshold()

Completed in 2 milliseconds