Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netstatsmanager/src/
H A Dnet_stats_cached.cpp64 cacheTimer_ = std::make_unique<FfrtTimer>(); in StartCached()
66 cacheTimer_->Start(cycleThreshold_, [this]() { CacheStats(); }); in StartCached()
385 cacheTimer_ = std::make_unique<FfrtTimer>(); in SetCycleThreshold()
386 cacheTimer_->Start(cycleThreshold_, [this]() { CacheStats(); }); in SetCycleThreshold()
/foundation/communication/netmanager_base/services/netstatsmanager/include/
H A Dnet_stats_cached.h218 std::unique_ptr<FfrtTimer> cacheTimer_ = nullptr; member in OHOS::NetManagerStandard::NetStatsCached

Completed in 2 milliseconds