Searched refs:load_report_interval (Results 1 – 10 of 10) sorted by relevance
217 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone() local219 static_cast<unsigned long>(load_report_interval.seconds() * 1000 + in OnReadDone()220 load_report_interval.nanos() / 1000); in OnReadDone()
1909 const auto* load_report_interval = in MaybeLogLrsRequest() local1911 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() local2063 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()
291 grpc_millis load_report_interval; member
2374 snapshot.load_report_interval = now - load_report.last_report_time; in BuildLoadReportSnapshot()
363 grpc_millis load_report_interval; member
2428 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()2429 google_protobuf_Duration* load_report_interval = in CreateLrsRequest() local2432 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()
2177 snapshot.load_report_interval = now - load_report.last_report_time; in BuildLoadReportSnapshotLocked()
161 google.protobuf.Duration load_report_interval = 4; field
46 google.protobuf.Duration load_report_interval = 3; field
116 google.protobuf.Duration load_report_interval = 4; field