Home
last modified time | relevance | path

Searched refs:getIDMap (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dsystem_tests.cpp78 EXPECT_NO_THROW(system.getIDMap().getRule("set_voltage_rule")); in TEST()
79 EXPECT_NO_THROW(system.getIDMap().getDevice("reg1")); in TEST()
80 EXPECT_NO_THROW(system.getIDMap().getRail("rail1")); in TEST()
81 EXPECT_THROW(system.getIDMap().getRail("rail2"), std::invalid_argument); in TEST()
405 const IDMap& idMap = system.getIDMap(); in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpresence_detection.cpp45 ActionEnvironment environment{system.getIDMap(), device.getID(), in execute()
H A Dsensor_monitoring.cpp55 ActionEnvironment environment{system.getIDMap(), device.getID(), in execute()
H A Dsystem.hpp121 const IDMap& getIDMap() const in getIDMap() function in phosphor::power::regulators::System
H A Dconfiguration.cpp60 ActionEnvironment environment{system.getIDMap(), device.getID(), in execute()
H A Dphase_fault_detection.cpp56 ActionEnvironment environment{system.getIDMap(), effectiveDeviceID, in execute()