Home
last modified time | relevance | path

Searched refs:ConfigFileParserError (Results 1 – 10 of 10) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser_error.hpp
H A Derror_logging_utils.cpp30 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError;
63 catch (const ConfigFileParserError& e) in logError()
156 catch (const ConfigFileParserError& e) in getExceptionToLog()
H A Dconfig_file_parser.cpp32 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError;
53 throw ConfigFileParserError{pathName, e.what()};
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser_error.hpp
H A Dconfig_file_parser.cpp32 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError;
92 throw ConfigFileParserError{pathName, e.what()}; in parseGPIO()
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_error_tests.cpp
H A Dconfig_file_parser_tests.cpp290 EXPECT_THROW(parse(pathName, services), ConfigFileParserError); in TEST()
313 EXPECT_THROW(parse(pathName, services), ConfigFileParserError); in TEST()
325 EXPECT_THROW(parse(pathName, services), ConfigFileParserError); in TEST()
337 EXPECT_THROW(parse(pathName, services), ConfigFileParserError); in TEST()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dconfig_file_parser_error_tests.cpp
H A Derror_logging_utils_tests.cpp41 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError;
140 std::throw_with_nested(ConfigFileParserError{ in TEST()
164 // Test where exception is a ConfigFileParserError in TEST()
169 throw ConfigFileParserError{ in TEST()
455 std::throw_with_nested(ConfigFileParserError{ in TEST()
489 std::throw_with_nested(ConfigFileParserError{ in TEST()
531 // Test where exception is nested: Highest priority is ConfigFileParserError in TEST()
538 throw ConfigFileParserError{ in TEST()
H A Dconfig_file_parser_tests.cpp71 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError;
148 catch (const ConfigFileParserError& e) in TEST()
173 catch (const ConfigFileParserError& e) in TEST()
190 catch (const ConfigFileParserError& e) in TEST()
207 catch (const ConfigFileParserError& e) in TEST()