Home
last modified time | relevance | path

Searched defs:ShouldProcessOnEventRecord (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/components/metrics/structured/
H A Ddelegating_events_processor.cc16 bool DelegatingEventsProcessor::ShouldProcessOnEventRecord(const Event& event) { in ShouldProcessOnEventRecord() function in metrics::structured::DelegatingEventsProcessor
H A Dstructured_metrics_recorder_unittest.cc794 bool ShouldProcessOnEventRecord(const Event& event) override { return true; } in ShouldProcessOnEventRecord() function in metrics::structured::TestProcessor