Searched refs:writeTimer_ (Results 1 – 2 of 2) sorted by relevance
219 std::unique_ptr<FfrtTimer> writeTimer_ = nullptr; variable
64 writeTimer_ = std::make_unique<FfrtTimer>(); in StartCached()66 writeTimer_->Start(STATS_PACKET_CYCLE_MS, [this]() { WriteStats(); }); in StartCached()