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.cc325 Reporter(RefCountedPtr<LrsCallState> parent, grpc_millis report_interval) in Reporter() argument
326 : parent_(std::move(parent)), report_interval_(report_interval) { in Reporter()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc312 Reporter(RefCountedPtr<LrsCallState> parent, grpc_millis report_interval) in Reporter() argument
313 : parent_(std::move(parent)), report_interval_(report_interval) { in Reporter()