Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvme/
H A DNVMeBasicContext.hpp13 class NVMeBasicContext : public NVMeContext class
16 NVMeBasicContext(boost::asio::io_context& io, int rootBus);
17 ~NVMeBasicContext() override = default;
24 NVMeBasicContext(boost::asio::io_context& io, int rootBus, int cmdOut,
H A DNVMeBasicContext.cpp192 NVMeBasicContext::NVMeBasicContext(boost::asio::io_context& io, int rootBus) : in NVMeBasicContext() function in NVMeBasicContext
245 void NVMeBasicContext::readAndProcessNVMeSensor() in readAndProcessNVMeSensor()
366 void NVMeBasicContext::pollNVMeDevices() in pollNVMeDevices()
405 void NVMeBasicContext::processResponse(std::shared_ptr<NVMeSensor>& sensor, in processResponse()
H A Dmeson.build6 nvme_srcs += files('NVMeBasicContext.cpp')
H A DNVMeSensorMain.cpp156 std::make_shared<NVMeBasicContext>(io, rootBus); in provideRootBusContext()