Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dutil_base.hpp39 const UtilBase& getUtils();
43 return getUtils().getPresence(bus, invpath); in getPresence()
49 return getUtils().setPresence(bus, invpath, present, name); in setPresence()
55 getUtils().setAvailable(bus, invpath, available); in setAvailable()
61 getUtils().handleChassisHealthRollup(bus, invpath, addRollup); in handleChassisHealthRollup()
66 return getUtils().getChassis(bus, invpath); in getChassis()
H A Dutil.cpp8 const UtilBase& getUtils() in getUtils() function
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp24 const UtilsInterface& getUtils();
216 return getUtils().getService(bus, path, interface); in getService()
222 return getUtils().getServices(bus, path, interface); in getServices()
227 return getUtils().getPSUInventoryPaths(bus); in getPSUInventoryPaths()
232 return getUtils().getVersionId(version); in getVersionId()
237 return getUtils().getVersion(inventoryPath); in getVersion()
242 return getUtils().getModel(inventoryPath); in getModel()
247 return getUtils().getLatestVersion(versions); in getLatestVersion()
253 return getUtils().isAssociated(psuInventoryPath, assocs); in isAssociated()
260 return getUtils().getProperty<T>(bus, service, path, interface, in getProperty()
H A Dutils.cpp82 const UtilsInterface& getUtils() in getUtils() function
/openbmc/phosphor-power/phosphor-power-supply/test/
H A Dmock.cpp21 const UtilBase& getUtils() in getUtils() function
H A Dmock.hpp87 const UtilBase& getUtils();
H A Dpower_supply_tests.cpp89 mockedUtil(reinterpret_cast<const MockedUtil&>(getUtils())) in PowerSupplyTests()
/openbmc/phosphor-psu-code-mgmt/test/
H A Dmocked_utils.hpp52 inline const UtilsInterface& getUtils() in getUtils() function
H A Dtest_activation.cpp34 reinterpret_cast<const utils::MockedUtils&>(utils::getUtils())) in TestActivation()
H A Dtest_item_updater.cpp33 reinterpret_cast<const utils::MockedUtils&>(utils::getUtils())) in TestItemUpdater()