/openbmc/sdbusplus/src/async/ |
H A D | fdio.cpp | 9 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 D | button_interface.hpp | 50 virtual void handleEvent(sd_event_source* es, int fd, uint32_t revents) = 0; 57 buttonIface->handleEvent(es, fd, revents); in EventHandler()
|
H A D | id_button.hpp | 64 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
|
H A D | reset_button.hpp | 65 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
|
H A D | debugHostSelector_button.hpp | 44 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
|
H A D | power_button.hpp | 68 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
|
H A D | serial_uart_mux.hpp | 73 void handleEvent(sd_event_source*, int, uint32_t) override {} in handleEvent() function in SerialUartMux
|
H A D | hostSelector_switch.hpp | 63 void handleEvent(sd_event_source* es, int fd, uint32_t revents) override;
|
/openbmc/phosphor-buttons/src/ |
H A D | reset_button.cpp | 29 void ResetButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in ResetButton
|
H A D | debugHostSelector_button.cpp | 28 void DebugHostSelector::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in DebugHostSelector
|
H A D | id_button.cpp | 27 void IDButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in IDButton
|
H A D | power_button.cpp | 45 void PowerButton::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in PowerButton
|
H A D | hostSelector_switch.cpp | 120 void HostSelector::handleEvent(sd_event_source* /* es */, int fd, in handleEvent() function in HostSelector
|
/openbmc/phosphor-inventory-manager/ |
H A D | manager.cpp | 47 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 D | manager.hpp | 82 void handleEvent(sdbusplus::message_t&, const Event& event,
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | fdio.hpp | 46 void handleEvent() noexcept;
|
/openbmc/phosphor-fan-presence/control/ |
H A D | triggers.cpp | 37 std::bind(std::mem_fn(&Zone::handleEvent), &zone, in signal()
|
H A D | zone.cpp | 418 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 D | zone.hpp | 565 void handleEvent(sdbusplus::message_t& msg, const EventData* eventData);
|
/openbmc/qemu/ui/ |
H A D | cocoa.m | 327 - (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 D | multihost-phosphor-buttons.md | 167 - handleEvent() - This method may have custom event handling routines for the
|