Home
last modified time | relevance | path

Searched refs:MCTPDDevice (Results 1 – 2 of 2) sorted by relevance

/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.hpp183 class MCTPDDevice;
204 const std::shared_ptr<MCTPDDevice>& dev, in MCTPDEndpoint()
235 std::shared_ptr<MCTPDDevice> dev;
261 class MCTPDDevice : class
263 public std::enable_shared_from_this<MCTPDDevice>
266 MCTPDDevice() = delete;
267 MCTPDDevice(const std::shared_ptr<sdbusplus::asio::connection>& connection,
270 MCTPDDevice(const MCTPDDevice& other) = delete;
271 MCTPDDevice(MCTPDDevice&& other) = delete;
272 ~MCTPDDevice() override = default;
[all …]
H A DMCTPEndpoint.cpp44 MCTPDDevice::MCTPDDevice( in MCTPDDevice() function in MCTPDDevice
50 void MCTPDDevice::onEndpointInterfacesRemoved( in onEndpointInterfacesRemoved()
51 const std::weak_ptr<MCTPDDevice>& weak, const std::string& objpath, in onEndpointInterfacesRemoved()
75 void MCTPDDevice::finaliseEndpoint( in finaliseEndpoint()
84 std::bind_front(MCTPDDevice::onEndpointInterfacesRemoved, in finaliseEndpoint()
91 void MCTPDDevice::setup( in setup()
125 void MCTPDDevice::endpointRemoved() in endpointRemoved()
137 void MCTPDDevice::remove() in remove()
147 std::string MCTPDDevice::describe() const in describe()