Searched refs:async_op_timer_ (Results 1 – 2 of 2) sorted by relevance
704 if (async_op_timer_.has_value()) { in PrivateKeySign()708 async_op_timer_ = QuicTimeAccumulator(); in PrivateKeySign()709 async_op_timer_->Start(now()); in PrivateKeySign()723 if (async_op_timer_.has_value()) { in PrivateKeyComplete()724 async_op_timer_->Stop(now()); in PrivateKeyComplete()726 async_op_timer_->GetTotalElapsedTime(); in PrivateKeyComplete()727 async_op_timer_.reset(); in PrivateKeyComplete()838 if (async_op_timer_.has_value()) { in SessionTicketOpen()842 async_op_timer_ = QuicTimeAccumulator(); in SessionTicketOpen()843 async_op_timer_->Start(now()); in SessionTicketOpen()[all …]
381 std::optional<QuicTimeAccumulator> async_op_timer_; variable