Home
last modified time | relevance | path

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

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc326 : parent_(std::move(parent)), report_interval_(report_interval) { in Reporter()
353 const grpc_millis report_interval_; member in grpc_core::XdsClient::ChannelState::LrsCallState::Reporter
1296 const grpc_millis next_report_time = ExecCtx::Get()->Now() + report_interval_; in ScheduleNextReportLocked()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc313 : parent_(std::move(parent)), report_interval_(report_interval) { in Reporter()
340 const grpc_millis report_interval_; member in grpc_core::XdsClient::ChannelState::LrsCallState::Reporter
1351 const grpc_millis next_report_time = ExecCtx::Get()->Now() + report_interval_; in ScheduleNextReportLocked()