Searched refs:PeakFound (Results 1 – 4 of 4) sorted by relevance
54 MOCK_METHOD(bool, PeakFound, (), (const, override));
167 virtual bool PeakFound() const = 0;
99 bool PeakFound() const override { return false; } in PeakFound() function
395 stats->jitter_peaks_found = controller_->PeakFound(); in NetworkStatistics()