/openbmc/phosphor-power/phosphor-regulators/test/actions/ |
H A D | set_device_action_tests.cpp | 35 EXPECT_EQ(action.getDeviceID(), "regulator1"); in TEST() 73 EXPECT_EQ(env.getDeviceID(), "regulator1"); in TEST() 75 EXPECT_EQ(env.getDeviceID(), "regulator2"); in TEST() 86 EXPECT_EQ(action.getDeviceID(), "io_expander_0"); in TEST()
|
H A D | action_environment_tests.cpp | 59 EXPECT_EQ(env.getDeviceID(), "regulator1"); in TEST() 195 EXPECT_EQ(env.getDeviceID(), ""); in TEST() 197 EXPECT_EQ(env.getDeviceID(), "regulator1"); in TEST() 334 EXPECT_EQ(env.getDeviceID(), "regulator1"); in TEST() 336 EXPECT_EQ(env.getDeviceID(), "regulator2"); in TEST()
|
H A D | pmbus_write_vout_command_action_tests.cpp | 361 EXPECT_EQ(pe.getDeviceID(), "reg1"); in TEST() 557 EXPECT_EQ(we.getDeviceID(), "reg1"); in TEST()
|
H A D | pmbus_read_sensor_action_tests.cpp | 300 EXPECT_EQ(pe.getDeviceID(), "reg1"); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/test/ |
H A D | write_verification_error_tests.cpp | 28 EXPECT_EQ(error.getDeviceID(), "vdd1"); in TEST() 42 EXPECT_EQ(error.getDeviceID(), "vdd1"); in TEST()
|
H A D | pmbus_error_tests.cpp | 27 EXPECT_EQ(error.getDeviceID(), "vdd_reg"); in TEST() 39 EXPECT_EQ(error.getDeviceID(), "vdd_reg"); in TEST()
|
H A D | phase_fault_detection_tests.cpp | 143 EXPECT_EQ(detection.getDeviceID(), ""); in TEST_F() 154 EXPECT_EQ(detection.getDeviceID(), "ioexp1"); in TEST_F() 754 EXPECT_EQ(detection.getDeviceID(), ""); in TEST_F() 763 EXPECT_EQ(detection.getDeviceID(), "ioexp1"); in TEST_F()
|
H A D | config_file_parser_tests.cpp | 3600 EXPECT_EQ(phaseFaultDetection->getDeviceID(), ""); in TEST() 3615 EXPECT_EQ(phaseFaultDetection->getDeviceID(), "io_expander"); in TEST() 5155 EXPECT_EQ(action->getDeviceID(), "regulator1"); in TEST()
|
/openbmc/phosphor-power/phosphor-regulators/src/actions/ |
H A D | pmbus_write_vout_command_action.cpp | 117 environment.getDeviceID(), in getExponentValue() 161 ss << "device: " << environment.getDeviceID() in verifyWrite() 164 throw WriteVerificationError(ss.str(), environment.getDeviceID(), in verifyWrite()
|
H A D | set_device_action.hpp | 72 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::SetDeviceAction
|
H A D | i2c_capture_bytes_action.cpp | 68 ss << environment.getDeviceID() << "_register_0x" << std::hex in getErrorDataKey()
|
H A D | action_environment.hpp | 146 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::ActionEnvironment
|
H A D | pmbus_read_sensor_action.cpp | 119 environment.getDeviceID(), in getExponentValue()
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | write_verification_error.hpp | 63 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::WriteVerificationError
|
H A D | pmbus_error.hpp | 59 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::PMBusError
|
H A D | phase_fault_detection.hpp | 131 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::PhaseFaultDetection
|