Searched refs:isRegulator (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | device.hpp | 68 const std::string& id, bool isRegulator, const std::string& fru, in Device() argument 75 id{id}, isRegulatorDevice{isRegulator}, fru{fru}, 248 bool isRegulator() const in isRegulator() function in phosphor::power::regulators::Device
|
H A D | config_file_parser.cpp | 361 bool isRegulator = parseBoolean(isRegulatorElement); in parseDevice() local 399 if (!isRegulator) in parseDevice() 413 if (!isRegulator) in parseDevice() 426 id, isRegulator, fru, std::move(i2cInterface), in parseDevice()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | test_utils.hpp | 69 bool isRegulator = true; local 77 id, isRegulator, fru, std::move(i2cInterface),
|
H A D | device_tests.cpp | 102 EXPECT_EQ(device.isRegulator(), true); in TEST_F() 154 EXPECT_EQ(device.isRegulator(), false); in TEST_F() 890 EXPECT_EQ(device.isRegulator(), false); in TEST_F()
|
H A D | config_file_parser_tests.cpp | 1586 EXPECT_EQ(device->isRegulator(), true); in TEST() 1631 EXPECT_EQ(device->isRegulator(), true); in TEST()
|