Home
last modified time | relevance | path

Searched refs:load_report_interval (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc217 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone() local
219 static_cast<unsigned long>(load_report_interval.seconds() * 1000 + in OnReadDone()
220 load_report_interval.nanos() / 1000); in OnReadDone()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc1909 const auto* load_report_interval = in MaybeLogLrsRequest() local
1911 if (load_report_interval != nullptr) { in MaybeLogLrsRequest()
1915 google_protobuf_Duration_seconds(load_report_interval))); in MaybeLogLrsRequest()
1918 google_protobuf_Duration_nanos(load_report_interval))); in MaybeLogLrsRequest()
2059 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()
2060 google_protobuf_Duration* load_report_interval = in CreateLrsRequest() local
2063 google_protobuf_Duration_set_seconds(load_report_interval, timespec.tv_sec); in CreateLrsRequest()
2064 google_protobuf_Duration_set_nanos(load_report_interval, timespec.tv_nsec); in CreateLrsRequest()
Dxds_api.h291 grpc_millis load_report_interval; member
Dxds_client.cc2374 snapshot.load_report_interval = now - load_report.last_report_time; in BuildLoadReportSnapshot()
/third_party/grpc/src/core/ext/xds/
Dxds_api.h363 grpc_millis load_report_interval; member
Dxds_api.cc2428 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()
2429 google_protobuf_Duration* load_report_interval = in CreateLrsRequest() local
2432 google_protobuf_Duration_set_seconds(load_report_interval, timespec.tv_sec); in CreateLrsRequest()
2433 google_protobuf_Duration_set_nanos(load_report_interval, timespec.tv_nsec); in CreateLrsRequest()
Dxds_client.cc2177 snapshot.load_report_interval = now - load_report.last_report_time; in BuildLoadReportSnapshotLocked()
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dload_report.proto161 google.protobuf.Duration load_report_interval = 4; field
/third_party/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto46 google.protobuf.Duration load_report_interval = 3; field
/third_party/grpc/src/proto/grpc/testing/xds/
Dlrs_for_test.proto116 google.protobuf.Duration load_report_interval = 4; field