Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dtls_server_handshaker.cc704 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 …]
H A Dtls_server_handshaker.h381 std::optional<QuicTimeAccumulator> async_op_timer_; variable