Home
last modified time | relevance | path

Searched refs:MCTPInterface (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/requester/
H A Dmctp_endpoint_discovery.cpp46 MCTPPath, 0, std::vector<std::string>({MCTPInterface})); in getMctpInfos()
52 "ERROR", e, "PATH", MCTPPath, "INTERFACE", MCTPInterface); in getMctpInfos()
65 service.c_str(), path.c_str(), MCTPInterface); in getMctpInfos()
121 if (intfName == MCTPInterface) in getAddedMctpInfos()
H A Dmctp_endpoint_discovery.hpp19 constexpr const char* MCTPInterface = "xyz.openbmc_project.MCTP.Endpoint"; variable