Home
last modified time | relevance | path

Searched refs:LoggedStopEvent (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/logging/rtc_event_log/
Drtc_event_processor_unittest.cc145 auto f2 = [&result](LoggedStopEvent elem) { in TEST()
150 std::vector<LoggedStopEvent> events2{LoggedStopEvent(1000)}; in TEST()
Dlogged_events.h464 struct LoggedStopEvent { struct
465 explicit LoggedStopEvent(int64_t timestamp_us) : timestamp_us(timestamp_us) {} in LoggedStopEvent() function
Drtc_event_log_unittest_helper.h292 const LoggedStopEvent& logged_event) const;
Drtc_event_log_parser.h422 const std::vector<LoggedStopEvent>& stop_log_events() const { in RTC_POP_IGNORING_WUNDEF()
829 std::vector<LoggedStopEvent> stop_log_events_; in RTC_POP_IGNORING_WUNDEF()
Drtc_event_log_unittest_helper.cc1219 const LoggedStopEvent& logged_event) const { in VerifyLoggedStopEvent()
Drtc_event_log_parser.cc1487 stop_log_events_.push_back(LoggedStopEvent(timestamp_us)); in StoreParsedLegacyEvent()
2581 LoggedStopEvent stop_event(proto.timestamp_ms() * 1000); in StoreStopEvent()