Home
last modified time | relevance | path

Searched refs:INVENTORY_OBJ_PATH (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil.hpp71 INVENTORY_OBJ_PATH, INVENTORY_MGR_IFACE, bus); in setPresence()
75 bus.new_method_call(invService.c_str(), INVENTORY_OBJ_PATH, in setPresence()
106 INVENTORY_OBJ_PATH, INVENTORY_MGR_IFACE, bus); in setAvailable()
109 bus.new_method_call(invService.c_str(), INVENTORY_OBJ_PATH, in setAvailable()
H A Dpower_supply.cpp209 auto invpath = inventoryPath.substr(strlen(INVENTORY_OBJ_PATH)); in updatePresenceGPIO()
1010 auto path = inventoryPath.substr(strlen(INVENTORY_OBJ_PATH)); in updateInventory()
1016 util::getService(INVENTORY_OBJ_PATH, INVENTORY_MGR_IFACE, bus); in updateInventory()
1025 bus.new_method_call(service.c_str(), INVENTORY_OBJ_PATH, in updateInventory()
1222 auto invpath = inventoryPath.substr(strlen(INVENTORY_OBJ_PATH)); in checkAvailability()
H A Dpsu_manager.cpp352 util::getSubTree(bus, INVENTORY_OBJ_PATH, supportedConfIntf, 0); in getSystemProperties()
928 psuInventoryPath.substr(strlen(INVENTORY_OBJ_PATH)); in updateMissingPSUs()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp62 constexpr auto INVENTORY_OBJ_PATH = "/xyz/openbmc_project/inventory"; variable
76 inventoryPath(INVENTORY_OBJ_PATH + invpath), bus(bus), presentInterval(p), in PowerSupply()
710 auto path = inventoryPath.substr(strlen(INVENTORY_OBJ_PATH)); in updateInventory()
717 util::getService(INVENTORY_OBJ_PATH, INVENTORY_MGR_IFACE, bus); in updateInventory()
725 auto method = bus.new_method_call(service.c_str(), INVENTORY_OBJ_PATH, in updateInventory()
/openbmc/phosphor-power/
H A Dtypes.hpp33 constexpr auto INVENTORY_OBJ_PATH = "/xyz/openbmc_project/inventory"; variable
H A Dutility.cpp210 method.append(INVENTORY_OBJ_PATH); in getPSUInventoryPaths()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp53 inventoryPath(INVENTORY_OBJ_PATH + invpath), bus(bus), presentInterval(p), in PowerSupply()
657 auto path = inventoryPath.substr(strlen(INVENTORY_OBJ_PATH)); in updateInventory()
664 util::getService(INVENTORY_OBJ_PATH, INVENTORY_MGR_IFACE, bus); in updateInventory()
672 auto method = bus.new_method_call(service.c_str(), INVENTORY_OBJ_PATH, in updateInventory()
/openbmc/phosphor-power/power-sequencer/
H A Ducd90160.cpp43 constexpr auto INVENTORY_OBJ_PATH = "/xyz/openbmc_project/inventory"; variable
403 std::string part{INVENTORY_OBJ_PATH}; in doGPIOAnalysis()
/openbmc/witherspoon-pfault-analysis/power-sequencer/
H A Ducd90160.cpp43 constexpr auto INVENTORY_OBJ_PATH = "/xyz/openbmc_project/inventory"; variable
403 std::string part{INVENTORY_OBJ_PATH}; in doGPIOAnalysis()
/openbmc/phosphor-power/cold-redundancy/
H A Dcold_redundancy.cpp39 std::string inventoryPath = std::string(INVENTORY_OBJ_PATH) + "/system";