| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | ffdc_file_tests.cpp | 52 EXPECT_EQ(file.getFormat(), FFDCFormat::JSON); in TEST() 64 EXPECT_EQ(file.getFormat(), FFDCFormat::Custom); in TEST() 103 EXPECT_EQ(file.getFormat(), FFDCFormat::Text); in TEST() 109 EXPECT_EQ(file.getFormat(), FFDCFormat::Custom); in TEST()
|
| H A D | config_file_parser_tests.cpp | 3423 EXPECT_EQ(action->getFormat(), in TEST() 3442 EXPECT_EQ(action->getFormat(), in TEST() 3616 EXPECT_EQ(action->getFormat(), pmbus_utils::VoutDataFormat::linear); in TEST() 3635 EXPECT_EQ(action->getFormat(), pmbus_utils::VoutDataFormat::linear); in TEST()
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | ffdc_file.hpp | 79 FFDCFormat getFormat() const in getFormat() function in util::FFDCFile 168 e.getFormat(), e.getSubType(), e.getVersion(), in transformFFDC()
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | ffdc_file.hpp | 96 FFDCFormat getFormat() const in getFormat() function in phosphor::power::regulators::FFDCFile
|
| H A D | error_logging.cpp | 202 file.getFormat(), file.getSubType(), file.getVersion(), in createFFDCTuples()
|
| /openbmc/phosphor-power/phosphor-regulators/src/actions/ |
| H A D | pmbus_read_sensor_action.hpp | 127 pmbus_utils::SensorDataFormat getFormat() const in getFormat() function in phosphor::power::regulators::PMBusReadSensorAction
|
| H A D | pmbus_write_vout_command_action.hpp | 147 pmbus_utils::VoutDataFormat getFormat() const in getFormat() function in phosphor::power::regulators::PMBusWriteVoutCommandAction
|
| /openbmc/phosphor-power/phosphor-regulators/test/actions/ |
| H A D | pmbus_read_sensor_action_tests.cpp | 60 EXPECT_EQ(action.getFormat(), SensorDataFormat::linear_16); in TEST() 74 EXPECT_EQ(action.getFormat(), SensorDataFormat::linear_11); in TEST() 543 EXPECT_EQ(action.getFormat(), SensorDataFormat::linear_11); in TEST()
|
| H A D | pmbus_write_vout_command_action_tests.cpp | 58 EXPECT_EQ(action.getFormat(), pmbus_utils::VoutDataFormat::linear); in TEST() 77 EXPECT_EQ(action.getFormat(), pmbus_utils::VoutDataFormat::linear); in TEST() 601 EXPECT_EQ(action.getFormat(), pmbus_utils::VoutDataFormat::linear); in TEST()
|