Searched defs:Event (Results 1 – 5 of 5) sorted by relevance
86 struct Event { struct90 EventType type; argument96 std::queue<Event> events_; argument
149 SocketMock::Event::Event(EventType _type, std::string _message, ssize_t _status, in Event() function in SocketMock::Event
23 Event::Event(uint16_t eventType_, void *eventData_, in Event() function in chre::Event
46 struct Event { struct47 const char* name;
34 class Event: class