Home
last modified time | relevance | path

Searched refs:i_worker (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dgpio_monitor.hpp42 const std::string i_fruPath, const std::shared_ptr<Worker>& i_worker, in GpioEventHandler() argument
44 m_fruPath(i_fruPath), m_worker(i_worker) in GpioEventHandler()
119 const std::shared_ptr<Worker>& i_worker, in GpioMonitor() argument
127 initHandlerForGpio(i_ioContext, i_worker); in GpioMonitor()
160 const std::shared_ptr<Worker>& i_worker);
H A Dlistener.hpp38 const std::shared_ptr<Worker>& i_worker,
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dgpio_monitor.cpp139 const std::shared_ptr<Worker>& i_worker) in initHandlerForGpio() argument
141 if (i_worker == nullptr) in initHandlerForGpio()
162 std::make_shared<GpioEventHandler>(l_fruPath, i_worker, in initHandlerForGpio()
H A Dlistener.cpp15 const std::shared_ptr<Worker>& i_worker, in Listener() argument
17 m_worker(i_worker), m_asioConnection(i_asioConnection) in Listener()