Home
last modified time | relevance | path

Searched refs:handleEvent (Results 1 – 19 of 19) sorted by relevance

/openbmc/phosphor-buttons/inc/
H A Dbutton_interface.hpp51 virtual void handleEvent(sd_event_source* es, int fd, uint32_t revents) = 0;
58 buttonIface->handleEvent(es, fd, revents); in EventHandler()
H A Dreset_button.hpp65 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
H A Did_button.hpp64 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
H A DdebugHostSelector_button.hpp45 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
H A Dpower_button.hpp68 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
H A Dserial_uart_mux.hpp74 void handleEvent(sd_event_source*, int, uint32_t) {} in handleEvent() function in SerialUartMux
H A DhostSelector_switch.hpp63 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
/openbmc/phosphor-buttons/src/
H A Dreset_button.cpp29 void ResetButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in ResetButton
H A DdebugHostSelector_button.cpp28 void DebugHostSelector::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in DebugHostSelector
H A Did_button.cpp27 void IDButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in IDButton
H A Dpower_button.cpp42 void PowerButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in PowerButton
H A DhostSelector_switch.cpp120 void HostSelector::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in HostSelector
/openbmc/phosphor-inventory-manager/
H A Dmanager.cpp47 mgr.handleEvent(msg, static_cast<const DbusSignal&>(*std::get<1>(args)), in _signal()
112 handleEvent(unusedMsg, *pEvent, group); in run()
278 void Manager::handleEvent(sdbusplus::message_t& msg, const Event& event, in handleEvent() function in phosphor::inventory::manager::Manager
H A Dmanager.hpp82 void handleEvent(sdbusplus::message_t&, const Event& event,
/openbmc/phosphor-fan-presence/control/
H A Dtriggers.cpp37 std::bind(std::mem_fn(&Zone::handleEvent), &zone, in signal()
H A Dzone.cpp417 void Zone::handleEvent(sdbusplus::message_t& msg, const EventData* eventData) in handleEvent() function in phosphor::fan::control::Zone
555 handleEvent(nullMsg, eData); in current()
H A Dzone.hpp566 void handleEvent(sdbusplus::message_t& msg, const EventData* eventData);
/openbmc/qemu/ui/
H A Dcocoa.m323 - (bool) handleEvent:(NSEvent *)event;
348 if ([view isMouseGrabbed] && [view handleEvent:event]) {
791 - (bool) handleEvent:(NSEvent *)event
801 COCOA_DEBUG("QemuCocoaView: handleEvent\n");
1148 …d = TRUE; // while isMouseGrabbed = TRUE, QemuCocoaApp sends all events to [cocoaView handleEvent:]
1623 if (![cocoaView handleEvent:event]) {
/openbmc/docs/designs/
H A Dmultihost-phosphor-buttons.md167 - handleEvent() - This method may have custom event handling routines for the