Home
last modified time | relevance | path

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

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc212 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone() local
214 static_cast<uint64_t>(load_report_interval.seconds() * 1000 + in OnReadDone()
215 load_report_interval.nanos() / 1000); in OnReadDone()
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_reporter_async_service_impl.cc215 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone() local
217 static_cast<unsigned long>(load_report_interval.seconds() * 1000 + in OnReadDone()
218 load_report_interval.nanos() / 1000); in OnReadDone()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_api.h407 grpc_millis load_report_interval; member
Dxds_api.cc2257 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()
2258 google_protobuf_Duration* load_report_interval = in CreateLrsRequest() local
2261 google_protobuf_Duration_set_seconds(load_report_interval, timespec.tv_sec); in CreateLrsRequest()
2262 google_protobuf_Duration_set_nanos(load_report_interval, timespec.tv_nsec); in CreateLrsRequest()
Dxds_client.cc2183 snapshot.load_report_interval = now - load_report.last_report_time; in BuildLoadReportSnapshotLocked()
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Dload_report.proto161 google.protobuf.Duration load_report_interval = 4; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto46 google.protobuf.Duration load_report_interval = 3; field
/external/grpc-grpc/src/proto/grpc/lb/v1/
Dload_reporter.proto46 google.protobuf.Duration load_report_interval = 3; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Dlrs_for_test.proto116 google.protobuf.Duration load_report_interval = 4; field