Searched refs:MCTPDEndpoint (Results 1 – 3 of 3) sorted by relevance
188 class MCTPDEndpoint : class190 public std::enable_shared_from_this<MCTPDEndpoint>195 MCTPDEndpoint() = delete;196 MCTPDEndpoint( in MCTPDEndpoint() function in MCTPDEndpoint203 MCTPDEndpoint& McptdEndpoint(const MCTPDEndpoint& other) = delete;204 MCTPDEndpoint(MCTPDEndpoint&& other) noexcept = default;205 ~MCTPDEndpoint() override = default;281 std::shared_ptr<MCTPDEndpoint> endpoint;
86 endpoint = std::make_shared<MCTPDEndpoint>(shared_from_this(), connection, in finaliseEndpoint()162 std::string MCTPDEndpoint::path(const std::shared_ptr<MCTPEndpoint>& ep) in path()168 void MCTPDEndpoint::onMctpEndpointChange(sdbusplus::message_t& msg) in onMctpEndpointChange()187 void MCTPDEndpoint::updateEndpointConnectivity(const std::string& connectivity) in updateEndpointConnectivity()210 int MCTPDEndpoint::network() const in network()215 uint8_t MCTPDEndpoint::eid() const in eid()220 void MCTPDEndpoint::subscribe(Event&& degraded, Event&& available, in subscribe()287 void MCTPDEndpoint::remove() in remove()301 void MCTPDEndpoint::removed() in removed()309 std::string MCTPDEndpoint::describe() const in describe()[all …]
30 server.disassociate(MCTPDEndpoint::path(ep)); in untrackEndpoint()88 server.associate(MCTPDEndpoint::path(ep), associations); in trackEndpoint()