Home
last modified time | relevance | path

Searched refs:validateConfig (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-led-manager/test/
H A Dutest-config-validator.cpp23 TEST(validateConfig, testGoodPathLedPriority) in TEST() argument
35 TEST(validateConfig, testGoodPathGroupPriority) in TEST() argument
55 TEST(validateConfig, testLedPriorityMismatch) in TEST() argument
73 TEST(validateConfig, testMissingLedPriority) in TEST() argument
91 TEST(validateConfig, testMixedLedAndGroupPriority) in TEST() argument
109 TEST(validateConfig, testInvalidGroupPriority) in TEST() argument
127 TEST(validateConfig, testDuplicateGroupPriority) in TEST() argument
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpsu_manager.hpp281 void validateConfig();
H A Dpsu_manager.cpp70 e, std::bind(&PSUManager::validateConfig, this)); in PSUManager()
973 void PSUManager::validateConfig() in validateConfig() function in phosphor::power::manager::PSUManager