OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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)
/system/connectivity/shill/net/
event_history.h
32
//
EventHistory
is a list of timestamps tracking the occurrence of one or more
36
class SHILL_EXPORT
EventHistory
{
43
EventHistory
() : max_events_specified_(false), time_(Time::GetInstance()) {}
44
explicit
EventHistory
(int max_events_saved)
95
DISALLOW_COPY_AND_ASSIGN(
EventHistory
);
Completed in 286 milliseconds