Home
last modified time | relevance | path

Searched refs:getFormat (Results 1 – 9 of 9) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dffdc_file_tests.cpp52 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 Dconfig_file_parser_tests.cpp3423 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 Dffdc_file.hpp79 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 Dffdc_file.hpp96 FFDCFormat getFormat() const in getFormat() function in phosphor::power::regulators::FFDCFile
H A Derror_logging.cpp202 file.getFormat(), file.getSubType(), file.getVersion(), in createFFDCTuples()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_read_sensor_action.hpp127 pmbus_utils::SensorDataFormat getFormat() const in getFormat() function in phosphor::power::regulators::PMBusReadSensorAction
H A Dpmbus_write_vout_command_action.hpp147 pmbus_utils::VoutDataFormat getFormat() const in getFormat() function in phosphor::power::regulators::PMBusWriteVoutCommandAction
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dpmbus_read_sensor_action_tests.cpp60 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 Dpmbus_write_vout_command_action_tests.cpp58 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()