Home
last modified time | relevance | path

Searched refs:handleMctpEndpoints (Results 1 – 6 of 6) sorted by relevance

/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp37 handleMctpEndpoints(existingMctpInfos); in MctpDiscovery()
185 handleMctpEndpoints(addedInfos); in discoverEndpoints()
197 void MctpDiscovery::handleMctpEndpoints(const MctpInfos& mctpInfos) in handleMctpEndpoints() function in pldm::MctpDiscovery
203 handler->handleMctpEndpoints(mctpInfos); in handleMctpEndpoints()
H A Dmctp_endpoint_discovery.hpp30 virtual void handleMctpEndpoints(const MctpInfos& mctpInfos) = 0;
90 void handleMctpEndpoints(const MctpInfos& mctpInfos);
/openbmc/pldm/requester/test/
H A Dmctp_endpoint_discovery_test.cpp16 EXPECT_CALL(manager, handleMctpEndpoints(_)).Times(1); in TEST()
29 EXPECT_CALL(manager1, handleMctpEndpoints(_)).Times(1); in TEST()
30 EXPECT_CALL(manager2, handleMctpEndpoints(_)).Times(1); in TEST()
H A Dmock_mctp_discovery_handler_intf.hpp14 MOCK_METHOD(void, handleMctpEndpoints, (const MctpInfos& mctpInfos),
/openbmc/pldm/platform-mc/
H A Dmanager.hpp56 void handleMctpEndpoints(const MctpInfos& mctpInfos) in handleMctpEndpoints() function in pldm::platform_mc::Manager
/openbmc/pldm/fw-update/
H A Dmanager.hpp53 void handleMctpEndpoints(const MctpInfos& mctpInfos) in handleMctpEndpoints() function in pldm::fw_update::Manager