Searched refs:load_report_interval (Results 1 – 9 of 9) sorted by relevance
212 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone() local214 static_cast<uint64_t>(load_report_interval.seconds() * 1000 + in OnReadDone()215 load_report_interval.nanos() / 1000); in OnReadDone()
215 const auto& load_report_interval = initial_request.load_report_interval(); in OnReadDone() local217 static_cast<unsigned long>(load_report_interval.seconds() * 1000 + in OnReadDone()218 load_report_interval.nanos() / 1000); in OnReadDone()
407 grpc_millis load_report_interval; member
2257 grpc_millis_to_timespec(load_report.load_report_interval, GPR_TIMESPAN); in CreateLrsRequest()2258 google_protobuf_Duration* load_report_interval = in CreateLrsRequest() local2261 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()
2183 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