Searched refs:inventoryItemInf (Results 1 – 7 of 7) sorted by relevance
| /openbmc/openpower-vpd-parser/vpd-tool/include/ |
| H A D | tool_constants.hpp | 33 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
|
| /openbmc/openpower-vpd-parser/vpd-tool/src/ |
| H A D | vpd_tool.cpp | 182 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 D | constants.hpp | 154 constexpr auto inventoryItemInf = "xyz.openbmc_project.Inventory.Item"; variable
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | worker.cpp | 1192 constants::inventoryItemInf, "Present"); in deleteFruVpd() 1376 l_interfaces, constants::inventoryItemInf, in setPresentProperty() 1405 l_interfaces, constants::inventoryItemInf, in setPresentProperty()
|
| H A D | listener.cpp | 201 l_inventoryPath, constants::inventoryItemInf), in registerPresenceChangeCallback()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | dbus_utility.hpp | 703 constants::inventoryItemInf, "Present"); in isInventoryPresent()
|
| H A D | vpd_specific_utility.hpp | 673 constants::operationalStatusInf, constants::inventoryItemInf, in resetDataUnderPIM()
|