Home
last modified time | relevance | path

Searched refs:getActiveProfiles (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.hpp187 static const std::vector<std::string>& getActiveProfiles();
230 getActiveProfiles().begin(), in getConfig()
231 getActiveProfiles().end(), in getConfig()
233 getActiveProfiles().end(); in getConfig()
H A Dmanager.cpp255 const std::vector<std::string>& Manager::getActiveProfiles() in getActiveProfiles() function in phosphor::fan::control::json::Manager
286 auto activeProfs = getActiveProfiles(); in inConfig()