Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp33 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp182 if (l_interface == constants::inventoryItemInf) in populateFruJson()
186 constants::inventoryItemInf, in populateFruJson()
766 i_objectPath, std::vector<std::string>{constants::inventoryItemInf}); in getFruTypeProperty()
775 if (l_interface.find(constants::inventoryItemInf) != in getFruTypeProperty()
778 std::string(constants::inventoryItemInf).length()) in getFruTypeProperty()
796 constants::inventoryItemInf, "Present"); in isFruPresent()
868 std::vector<std::string>{constants::inventoryItemInf}); in dumpInventory()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp154 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dworker.cpp1192 constants::inventoryItemInf, "Present"); in deleteFruVpd()
1376 l_interfaces, constants::inventoryItemInf, in setPresentProperty()
1405 l_interfaces, constants::inventoryItemInf, in setPresentProperty()
H A Dlistener.cpp201 l_inventoryPath, constants::inventoryItemInf), in registerPresenceChangeCallback()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp703 constants::inventoryItemInf, "Present"); in isInventoryPresent()
H A Dvpd_specific_utility.hpp673 constants::operationalStatusInf, constants::inventoryItemInf, in resetDataUnderPIM()