Home
last modified time | relevance | path

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

/openbmc/pldm/common/
H A Dutils.cpp577 void recoverMctpEndpoint(const std::string& endpointObjPath) in recoverMctpEndpoint() argument
582 std::string service = DBusHandler().getService(endpointObjPath.c_str(), in recoverMctpEndpoint()
586 service.c_str(), endpointObjPath.c_str(), MCTP_INTERFACE_CC, in recoverMctpEndpoint()
H A Dutils.hpp596 void recoverMctpEndpoint(const std::string& endpointObjPath);
/openbmc/pldm/platform-mc/
H A Dterminus_manager.cpp707 std::string endpointObjPath = in sendRecvPldmMsg() local
709 pldm::utils::recoverMctpEndpoint(endpointObjPath); in sendRecvPldmMsg()