Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp26 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp144 i_objectPath, constants::inventoryItemInf, "PrettyName"); in getFruProperties()
637 i_objectPath, std::vector<std::string>{constants::inventoryItemInf}); in getFruTypeProperty()
646 if (l_interface.find(constants::inventoryItemInf) != in getFruTypeProperty()
649 std::string(constants::inventoryItemInf).length()) in getFruTypeProperty()
667 constants::inventoryItemInf, "Present"); in isFruPresent()
739 std::vector<std::string>{constants::inventoryItemInf}); in dumpInventory()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp140 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp1591 constants::inventoryItemInf, "Present"); in deleteFruVpd()
1707 constants::inventoryItemInf, in setPresentProperty()
1728 constants::inventoryItemInf, in setPresentProperty()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp490 constants::operationalStatusInf, constants::inventoryItemInf, in resetDataUnderPIM()