Home
last modified time | relevance | path

Searched refs:PMBusError (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dpmbus_error.hpp30 class PMBusError : public std::exception class
34 PMBusError() = delete;
35 PMBusError(const PMBusError&) = default;
36 PMBusError(PMBusError&&) = default;
37 PMBusError& operator=(const PMBusError&) = default;
38 PMBusError& operator=(PMBusError&&) = default;
39 virtual ~PMBusError() = default;
48 explicit PMBusError(const std::string& error, const std::string& deviceID, in PMBusError() function in phosphor::power::regulators::PMBusError
H A Derror_logging_utils.cpp70 catch (const PMBusError& e) in logError()
158 catch (const PMBusError& e) in getExceptionToLog()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dpmbus_error_tests.cpp24 PMBusError error( in TEST()
36 PMBusError error( in TEST()
44 PMBusError error( in TEST()
53 PMBusError error( in TEST()
H A Derror_logging_utils_tests.cpp55 throw PMBusError{"VOUT_MODE contains unsupported data format", in TEST()
200 throw PMBusError{"VOUT_MODE contains unsupported data format", in TEST()
418 throw PMBusError{ in TEST()
570 std::throw_with_nested(PMBusError{ in TEST()
/openbmc/phosphor-power/phosphor-regulators/src/actions/
H A Dpmbus_read_sensor_action.cpp66 catch (const PMBusError& e) in execute()
118 throw PMBusError("VOUT_MODE contains unsupported data format", in getExponentValue()
H A Dpmbus_write_vout_command_action.cpp63 catch (const PMBusError& pmbusError) in execute()
116 throw PMBusError("VOUT_MODE contains unsupported data format", in getExponentValue()
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dpmbus_read_sensor_action_tests.cpp295 catch (const PMBusError& pe) in TEST()
H A Dpmbus_write_vout_command_action_tests.cpp356 catch (const PMBusError& pe) in TEST()