Home
last modified time | relevance | path

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

/openbmc/pldm/common/
H A Dutils.hpp513 bool checkForFruPresence(const std::string& objPath);
H A Dutils.cpp629 bool checkForFruPresence(const std::string& objPath) in checkForFruPresence() function
/openbmc/pldm/libpldmresponder/
H A Dfru.cpp173 if (!pldm::utils::checkForFruPresence(object.first.str)) in buildFRUTable()