Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp82 if (compatibleSystemTypes.empty())
175 if (compatibleSystemTypes.empty()) in compatibleSystemTypesFound()
182 compatibleSystemTypes = types; in compatibleSystemTypesFound()
245 for (const std::string& systemType : compatibleSystemTypes) in findConfigFile()
353 if (!isConfigFileLoaded() && compatibleSystemTypes.empty()) in waitUntilConfigFileLoaded()
358 while (compatibleSystemTypes.empty() && in waitUntilConfigFileLoaded()
365 if (compatibleSystemTypes.empty()) in waitUntilConfigFileLoaded()
H A Dmanager.hpp231 std::vector<std::string> compatibleSystemTypes{}; member in phosphor::power::regulators::Manager
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpower_control.cpp283 if (compatibleSystemTypes.empty()) in compatibleSystemTypesFound()
290 compatibleSystemTypes = types; in compatibleSystemTypesFound()
349 if (!compatibleSystemTypes.empty()) in findConfigFile()
353 configFile = config_file_parser::find(compatibleSystemTypes); in findConfigFile()
H A Dpower_control.hpp97 std::vector<std::string> compatibleSystemTypes; member in phosphor::power::sequencer::PowerControl
H A Dconfig_file_parser.hpp66 const std::vector<std::string>& compatibleSystemTypes,
H A Dconfig_file_parser.cpp42 const std::vector<std::string>& compatibleSystemTypes, in find() argument
48 for (const std::string& systemType : compatibleSystemTypes) in find()
/openbmc/phosphor-power/
H A Dcompatible_system_types_finder.hpp69 const std::vector<std::string>& compatibleSystemTypes)>;
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp64 std::vector<std::string> compatibleSystemTypes{ in TEST() local
78 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
91 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
104 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
117 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
155 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
163 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
173 EXPECT_THROW(find(compatibleSystemTypes, configFileDirPath), in TEST()
188 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
201 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST()
[all …]