Searched refs:ConfigFileParserError (Results 1 – 8 of 8) sorted by relevance
| /openbmc/phosphor-power/ |
| H A D | config_file_parser_error.hpp | 30 class ConfigFileParserError : public std::exception class 34 ConfigFileParserError() = delete; 35 ConfigFileParserError(const ConfigFileParserError&) = default; 36 ConfigFileParserError(ConfigFileParserError&&) = default; 37 ConfigFileParserError& operator=(const ConfigFileParserError&) = default; 38 ConfigFileParserError& operator=(ConfigFileParserError&&) = default; 39 virtual ~ConfigFileParserError() = default; 47 explicit ConfigFileParserError(const std::filesystem::path& pathName, in ConfigFileParserError() function in phosphor::power::util::ConfigFileParserError
|
| /openbmc/phosphor-power/test/ |
| H A D | config_file_parser_error_tests.cpp | 22 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef 27 ConfigFileParserError error{pathName, "Required property missing"}; in TEST() 37 ConfigFileParserError error{pathName, "Required property missing"}; in TEST() 44 ConfigFileParserError error{pathName, "Required property missing"}; in TEST()
|
| /openbmc/phosphor-power/phosphor-regulators/src/ |
| H A D | error_logging_utils.cpp | 30 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef 63 catch (const ConfigFileParserError& e) in logError() 156 catch (const ConfigFileParserError& e) in getExceptionToLog()
|
| H A D | config_file_parser.cpp | 32 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef 53 throw ConfigFileParserError{pathName, e.what()}; in parse()
|
| /openbmc/phosphor-power/phosphor-regulators/test/ |
| H A D | error_logging_utils_tests.cpp | 41 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef 140 std::throw_with_nested(ConfigFileParserError{ in TEST() 169 throw ConfigFileParserError{ in TEST() 455 std::throw_with_nested(ConfigFileParserError{ in TEST() 489 std::throw_with_nested(ConfigFileParserError{ in TEST() 538 throw ConfigFileParserError{ in TEST()
|
| H A D | config_file_parser_tests.cpp | 71 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef 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()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/src/ |
| H A D | config_file_parser.cpp | 32 using ConfigFileParserError = phosphor::power::util::ConfigFileParserError; typedef 92 throw ConfigFileParserError{pathName, e.what()}; in parse()
|
| /openbmc/phosphor-power/phosphor-power-sequencer/test/ |
| H A D | config_file_parser_tests.cpp | 288 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST() 310 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST() 321 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST() 332 EXPECT_THROW(parse(pathName), ConfigFileParserError); in TEST()
|