Home
last modified time | relevance | path

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

/openbmc/sdbusplus/src/async/
H A Dfdio.cpp9 static_cast<fdio*>(data)->handleEvent(); in fdio()
23 void fdio::handleEvent() noexcept in handleEvent() function in sdbusplus::async::fdio
/openbmc/phosphor-buttons/inc/
H A Dbutton_interface.hpp50 virtual void handleEvent(sd_event_source* es, int fd, uint32_t revents) = 0;
57 buttonIface->handleEvent(es, fd, revents); in EventHandler()
H A Did_button.hpp64 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
H A Dreset_button.hpp65 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
H A DdebugHostSelector_button.hpp44 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.hpp73 void handleEvent(sd_event_source*, int, uint32_t) override {} 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.cpp45 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()
277 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/sdbusplus/include/sdbusplus/async/
H A Dfdio.hpp46 void handleEvent() noexcept;
/openbmc/phosphor-fan-presence/control/
H A Dtriggers.cpp37 std::bind(std::mem_fn(&Zone::handleEvent), &zone, in signal()
H A Dzone.cpp418 void Zone::handleEvent(sdbusplus::message_t& msg, const EventData* eventData) in handleEvent() function in phosphor::fan::control::Zone
556 handleEvent(nullMsg, eData); in current()
H A Dzone.hpp565 void handleEvent(sdbusplus::message_t& msg, const EventData* eventData);
/openbmc/qemu/ui/
H A Dcocoa.m327 - (bool) handleEvent:(NSEvent *)event;
341 if ([view isMouseGrabbed] && [view handleEvent:event]) {
835 - (bool) handleEvent:(NSEvent *)event
845 COCOA_DEBUG("QemuCocoaView: handleEvent\n");
1187 …d = TRUE; // while isMouseGrabbed = TRUE, QemuCocoaApp sends all events to [cocoaView handleEvent:]
1707 if (![cocoaView handleEvent:event]) {
/openbmc/docs/designs/
H A Dmultihost-phosphor-buttons.md167 - handleEvent() - This method may have custom event handling routines for the