Searched refs:compatibleSystemTypes (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | manager.cpp | 82 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 D | manager.hpp | 231 std::vector<std::string> compatibleSystemTypes{}; member in phosphor::power::regulators::Manager
|
/openbmc/phosphor-power/phosphor-power-sequencer/test/ |
H A D | config_file_parser_tests.cpp | 59 std::vector<std::string> compatibleSystemTypes{ in TEST() local 73 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() 86 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() 99 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() 112 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() 150 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() 158 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() 168 EXPECT_THROW(find(compatibleSystemTypes, configFileDirPath), in TEST() 183 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() 196 fs::path pathFound = find(compatibleSystemTypes, configFileDirPath); in TEST() [all …]
|
/openbmc/phosphor-power/phosphor-power-sequencer/src/ |
H A D | power_control.cpp | 268 if (compatibleSystemTypes.empty()) in compatibleSystemTypesFound() 275 compatibleSystemTypes = types; in compatibleSystemTypesFound() 332 if (!compatibleSystemTypes.empty() && deviceProperties) in loadConfigFileAndCreateDevice() 353 if (!compatibleSystemTypes.empty()) in findConfigFile() 357 configFile = config_file_parser::find(compatibleSystemTypes); in findConfigFile()
|
H A D | config_file_parser.cpp | 35 find(const std::vector<std::string>& compatibleSystemTypes, in find() argument 41 for (const std::string& systemType : compatibleSystemTypes) in find()
|
H A D | power_control.hpp | 104 std::vector<std::string> compatibleSystemTypes; member in phosphor::power::sequencer::PowerControl
|
H A D | config_file_parser.hpp | 59 const std::vector<std::string>& compatibleSystemTypes,
|
/openbmc/phosphor-power/ |
H A D | compatible_system_types_finder.hpp | 69 const std::vector<std::string>& compatibleSystemTypes)>;
|