HomeSort by relevance Sort by last modified time
    Searched defs:EventHistory (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 2 * wpa_gui - EventHistory class
37 class EventHistory : public QDialog, public Ui::EventHistory
42 EventHistory(QWidget *parent = 0, const char *name = 0,
44 ~EventHistory();
eventhistory.cpp 2 * wpa_gui - EventHistory class
12 #include "eventhistory.h"
76 EventHistory::EventHistory(QWidget *parent, const char *, bool, Qt::WindowFlags)
90 EventHistory::~EventHistory()
97 void EventHistory::languageChange()
103 void EventHistory::addEvents(WpaMsgList msgs)
111 void EventHistory::addEvent(WpaMsg msg)
  /external/toolchain-utils/automation/common/
events.py 74 class EventHistory(collections.Sequence):
125 return EventHistory(records)
145 return EventHistory._GetReport(self, 'Timeline of events:')
148 return EventHistory._GetReport(self.GetTransitionEventHistory(),

Completed in 251 milliseconds