Home
last modified time | relevance | path

Searched refs:last_report_time (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.h231 grpc_millis last_report_time = ExecCtx::Get()->Now(); member
Dxds_client.cc2374 snapshot.load_report_interval = now - load_report.last_report_time; in BuildLoadReportSnapshot()
2375 load_report.last_report_time = now; in BuildLoadReportSnapshot()
/third_party/grpc/src/core/ext/xds/
Dxds_client.h287 grpc_millis last_report_time = ExecCtx::Get()->Now(); member
Dxds_client.cc2177 snapshot.load_report_interval = now - load_report.last_report_time; in BuildLoadReportSnapshotLocked()
2178 load_report.last_report_time = now; in BuildLoadReportSnapshotLocked()