Home
last modified time | relevance | path

Searched refs:removeEndpoints (Results 1 – 3 of 3) sorted by relevance

/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.hpp119 void removeEndpoints(sdbusplus::message_t& msg);
H A Dmctp_endpoint_discovery.cpp35 [this](sdbusplus::message_t& msg) { this->removeEndpoints(msg); }), in __anon124d2f790202()
375 void MctpDiscovery::removeEndpoints(sdbusplus::message_t&) in removeEndpoints() function in pldm::MctpDiscovery
/openbmc/pldm/requester/test/
H A Dmctp_endpoint_discovery_test.cpp154 mctpDiscoveryHandler->removeEndpoints(msg); in TEST()