Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DNVMeContext.hpp11 class NVMeContext : public std::enable_shared_from_this<NVMeContext> class
14 NVMeContext(boost::asio::io_context& io, int rootBus) : in NVMeContext() function in NVMeContext
24 virtual ~NVMeContext() in ~NVMeContext()
107 using NVMEMap = boost::container::flat_map<int, std::shared_ptr<NVMeContext>>;
H A DNVMeSensorMain.cpp135 static std::shared_ptr<NVMeContext>
145 std::shared_ptr<NVMeContext> context = in provideRootBusContext()
201 std::shared_ptr<NVMeContext> context = in handleSensorConfigurations()
H A DNVMeBasicContext.hpp10 class NVMeBasicContext : public NVMeContext
H A DNVMeBasicContext.cpp208 NVMeContext::NVMeContext(io, rootBus), io(io), reqStream(io), respStream(io) in NVMeBasicContext()