Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp27 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp155 if (l_interface == constants::inventoryItemInf) in populateFruJson()
159 constants::inventoryItemInf, in populateFruJson()
739 i_objectPath, std::vector<std::string>{constants::inventoryItemInf}); in getFruTypeProperty()
748 if (l_interface.find(constants::inventoryItemInf) != in getFruTypeProperty()
751 std::string(constants::inventoryItemInf).length()) in getFruTypeProperty()
769 constants::inventoryItemInf, "Present"); in isFruPresent()
841 std::vector<std::string>{constants::inventoryItemInf}); in dumpInventory()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp151 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp1702 constants::inventoryItemInf, "Present"); in performBackupAndRestore()
1818 constants::inventoryItemInf, in deleteFruVpd()
1839 constants::inventoryItemInf, in deleteFruVpd()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp704 constants::inventoryItemInf, "Present"); in isInventoryPresent()
H A Dvpd_specific_utility.hpp583 constants::operationalStatusInf, constants::inventoryItemInf, in resetDataUnderPIM()