Lines Matching refs:MCTPDEndpoint
86 endpoint = std::make_shared<MCTPDEndpoint>(shared_from_this(), connection, in finaliseEndpoint()
163 std::string MCTPDEndpoint::path(const std::shared_ptr<MCTPEndpoint>& ep) in path()
169 void MCTPDEndpoint::onMctpEndpointChange(sdbusplus::message_t& msg) in onMctpEndpointChange()
188 void MCTPDEndpoint::updateEndpointConnectivity(const std::string& connectivity) in updateEndpointConnectivity()
211 int MCTPDEndpoint::network() const in network()
216 uint8_t MCTPDEndpoint::eid() const in eid()
221 void MCTPDEndpoint::subscribe(Event&& degraded, Event&& available, in subscribe()
288 void MCTPDEndpoint::remove() in remove()
302 void MCTPDEndpoint::removed() in removed()
310 std::string MCTPDEndpoint::describe() const in describe()
316 std::shared_ptr<MCTPDevice> MCTPDEndpoint::device() const in device()