Home
last modified time | relevance | path

Searched refs:eventLoop (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-debug-collector/
H A Dcore_manager.hpp49 eventLoop(event.get()), in Manager()
50 coreWatch(eventLoop, IN_NONBLOCK, coreFileEvent, EPOLLIN, CORE_FILE_DIR, in Manager()
69 EventPtr eventLoop; member in phosphor::dump::core::Manager
H A Ddump_manager_bmc.hpp57 eventLoop(event.get()), in Manager()
59 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE | IN_CREATE, EPOLLIN, in Manager()
111 EventPtr eventLoop; member in phosphor::dump::bmc::Manager
H A Ddump_manager_bmc.cpp147 std::make_unique<Child>(eventLoop.get(), pid, in captureDump()
245 eventLoop, IN_NONBLOCK, IN_CLOSE_WRITE, EPOLLIN, i.first, in watchCallback()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dchassis_manager.cpp21 bus(bus), eventLoop(e) in ChassisManager()
134 bus, chassisPath, eventLoop); in initializeChassisList()
H A Dchassis_manager.hpp90 const sdeventplus::Event& eventLoop; member in phosphor::power::chassis_manager::ChassisManager
H A Dchassis.hpp238 const sdeventplus::Event& eventLoop; member in phosphor::power::chassis::Chassis
H A Dchassis.cpp37 eventLoop(e) in Chassis()
358 eventLoop, std::bind(&Chassis::validateConfig, this)); in initPowerMonitoring()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.hpp199 const sdeventplus::Event& eventLoop [[maybe_unused]]; member in phosphor::power::regulators::Manager
H A Dmanager.cpp71 ManagerObject{bus, managerObjPath}, bus{bus}, eventLoop{event}, in Manager()