Searched refs:getUtils (Results 1 – 10 of 10) sorted by relevance
| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | util_base.hpp | 39 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 D | util.cpp | 8 const UtilBase& getUtils() in getUtils() function
|
| /openbmc/phosphor-psu-code-mgmt/src/ |
| H A D | utils.hpp | 24 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 D | utils.cpp | 82 const UtilsInterface& getUtils() in getUtils() function
|
| /openbmc/phosphor-power/phosphor-power-supply/test/ |
| H A D | mock.cpp | 21 const UtilBase& getUtils() in getUtils() function
|
| H A D | mock.hpp | 87 const UtilBase& getUtils();
|
| H A D | power_supply_tests.cpp | 89 mockedUtil(reinterpret_cast<const MockedUtil&>(getUtils())) in PowerSupplyTests()
|
| /openbmc/phosphor-psu-code-mgmt/test/ |
| H A D | mocked_utils.hpp | 52 inline const UtilsInterface& getUtils() in getUtils() function
|
| H A D | test_activation.cpp | 34 reinterpret_cast<const utils::MockedUtils&>(utils::getUtils())) in TestActivation()
|
| H A D | test_item_updater.cpp | 33 reinterpret_cast<const utils::MockedUtils&>(utils::getUtils())) in TestItemUpdater()
|