Home
last modified time | relevance | path

Searched refs:next_report_timer_callback_pending_ (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/ext/xds/
Dxds_client.cc355 bool next_report_timer_callback_pending_ = false; member in grpc_core::XdsClient::ChannelState::LrsCallState::Reporter
1289 if (next_report_timer_callback_pending_) { in Orphan()
1299 next_report_timer_callback_pending_ = true; in ScheduleNextReportLocked()
1315 next_report_timer_callback_pending_ = false; in OnNextReportTimerLocked()
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_client.cc342 bool next_report_timer_callback_pending_ = false; member in grpc_core::XdsClient::ChannelState::LrsCallState::Reporter
1344 if (next_report_timer_callback_pending_) { in Orphan()
1354 next_report_timer_callback_pending_ = true; in ScheduleNextReportLocked()
1368 next_report_timer_callback_pending_ = false; in OnNextReportTimerLocked()