Searched refs:MCTPDDevice (Results 1 – 2 of 2) sorted by relevance
183 class MCTPDDevice;204 const std::shared_ptr<MCTPDDevice>& dev, in MCTPDEndpoint()235 std::shared_ptr<MCTPDDevice> dev;261 class MCTPDDevice : class263 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 …]
44 MCTPDDevice::MCTPDDevice( in MCTPDDevice() function in MCTPDDevice50 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()