Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.cpp55 std::vector<std::string> Manager::_activeProfiles; member in phosphor::fan::control::json::Manager
84 activeProfiles.swap(_activeProfiles); in sighupHandler()
96 _activeProfiles.swap(activeProfiles); in sighupHandler()
257 return _activeProfiles; in getActiveProfiles()
820 _activeProfiles.clear(); in setProfiles()
825 _activeProfiles.emplace_back(profile.first.first); in setProfiles()
H A Dmanager.hpp613 static std::vector<std::string> _activeProfiles; member in phosphor::fan::control::json::Manager