Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp694 inline bool isInventoryPresent(const std::string& i_invObjPath) in isInventoryPresent() argument
696 if (i_invObjPath.empty()) in isInventoryPresent()
702 dbusUtility::readDbusProperty(constants::pimServiceName, i_invObjPath, in isInventoryPresent()
H A Dvpd_specific_utility.hpp876 inline std::string getCcinFromDbus(const std::string& i_invObjPath, in getCcinFromDbus() argument
882 if (i_invObjPath.empty()) in getCcinFromDbus()
889 constants::pimServiceName, i_invObjPath, constants::viniInf, in getCcinFromDbus()