Searched refs:getEvent (Results 1 – 11 of 11) sorted by relevance
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | host_notifier.cpp | 29 _retryTimer(_hostIface->getEvent(), in HostNotifier() 32 _hostIface->getEvent(), in HostNotifier() 34 _hostUpTimer(_hostIface->getEvent(), in HostNotifier() 234 _hostIface->getEvent(), std::bind(std::mem_fn(&HostNotifier::dispatch), in scheduleDispatch()
|
H A D | host_interface.hpp | 168 sdeventplus::Event& getEvent() in getEvent() function in openpower::pels::HostInterface
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | uievent.py | 72 def getEvent(self): member in BBUIEventQueue 83 return self.getEvent()
|
/openbmc/phosphor-fan-presence/ |
H A D | sdeventplus.hpp | 32 static auto& getEvent() __attribute__((pure)) in getEvent() function in phosphor::fan::util::SDEventPlus
|
/openbmc/phosphor-fan-presence/control/ |
H A D | gen-fan-zone-defs.py | 492 aEvent = getEvent(zNum, zCond, e, events) 555 def getEvent(zone_num, zone_conditions, e, events_data): function 678 pcevent = getEvent(zNum, zCond, pce, events_data) 719 event = getEvent(zone_num, zone_conditions, e, events_data)
|
H A D | main.cpp | 54 auto event = phosphor::fan::util::SDEventPlus::getEvent(); in main()
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | eeprom_device.hpp | 46 timer(SDEventPlus::getEvent(), in EEPROMDevice()
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | count_state_floor.cpp | 75 util::SDEventPlus::getEvent(), [&zone, this](Timer&) { in run()
|
H A D | timer_based_actions.cpp | 40 _timer(util::SDEventPlus::getEvent(), in TimerBasedActions()
|
H A D | pcie_card_floors.cpp | 52 std::make_unique<Timer>(util::SDEventPlus::getEvent(), in run()
|
/openbmc/openbmc/poky/bitbake/lib/bb/server/ |
H A D | process.py | 785 def getEvent(self): member in BBUIEventQueue 798 return self.getEvent()
|