Home
last modified time | relevance | path

Searched refs:getDeviceID (Results 1 – 16 of 16) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dset_device_action_tests.cpp35 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 Daction_environment_tests.cpp59 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 Dpmbus_write_vout_command_action_tests.cpp361 EXPECT_EQ(pe.getDeviceID(), "reg1"); in TEST()
557 EXPECT_EQ(we.getDeviceID(), "reg1"); in TEST()
H A Dpmbus_read_sensor_action_tests.cpp300 EXPECT_EQ(pe.getDeviceID(), "reg1"); in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dwrite_verification_error_tests.cpp28 EXPECT_EQ(error.getDeviceID(), "vdd1"); in TEST()
42 EXPECT_EQ(error.getDeviceID(), "vdd1"); in TEST()
H A Dpmbus_error_tests.cpp27 EXPECT_EQ(error.getDeviceID(), "vdd_reg"); in TEST()
39 EXPECT_EQ(error.getDeviceID(), "vdd_reg"); in TEST()
H A Dphase_fault_detection_tests.cpp143 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 Dconfig_file_parser_tests.cpp3600 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 Dpmbus_write_vout_command_action.cpp117 environment.getDeviceID(), in getExponentValue()
161 ss << "device: " << environment.getDeviceID() in verifyWrite()
164 throw WriteVerificationError(ss.str(), environment.getDeviceID(), in verifyWrite()
H A Dset_device_action.hpp72 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::SetDeviceAction
H A Di2c_capture_bytes_action.cpp68 ss << environment.getDeviceID() << "_register_0x" << std::hex in getErrorDataKey()
H A Daction_environment.hpp146 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::ActionEnvironment
H A Dpmbus_read_sensor_action.cpp119 environment.getDeviceID(), in getExponentValue()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dwrite_verification_error.hpp63 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::WriteVerificationError
H A Dpmbus_error.hpp59 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::PMBusError
H A Dphase_fault_detection.hpp131 const std::string& getDeviceID() const in getDeviceID() function in phosphor::power::regulators::PhaseFaultDetection