Searched refs:configKey (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-fan-presence/control/json/ |
| H A D | event.hpp | 71 std::map<configKey, std::unique_ptr<Zone>>& zones); 105 std::map<configKey, std::unique_ptr<Group>>&& groups) in setAllGroups() argument 118 static std::map<configKey, std::unique_ptr<Group>>& getAllGroups( 159 std::map<configKey, std::unique_ptr<Zone>>& _zones; 168 static std::map<configKey, std::unique_ptr<Group>> allGroups;
|
| H A D | manager.hpp | 200 static std::map<configKey, std::unique_ptr<T>> getConfig(bool isOptional, in getConfig() 203 std::map<configKey, std::unique_ptr<T>> config; in getConfig() 262 static bool inConfig(const configKey& input, const configKey& comp); 607 std::map<configKey, std::unique_ptr<Profile>> _profiles; 631 std::map<configKey, std::unique_ptr<Zone>> _zones; 634 std::map<configKey, std::unique_ptr<Event>> _events;
|
| H A D | event.cpp | 37 std::map<configKey, std::unique_ptr<Group>> Event::allGroups; 40 std::map<configKey, std::unique_ptr<Zone>>& zones) : in Event() argument 90 std::map<configKey, std::unique_ptr<Group>>& Event::getAllGroups( in getAllGroups() 152 configKey eventProfile = in setGroups() 188 configKey eventProfile = in setActions() 207 configKey eventProfile = in setActions()
|
| H A D | config_base.hpp | 38 using configKey = std::pair<std::string, std::vector<std::string>>; typedef
|
| H A D | manager.cpp | 81 std::map<configKey, std::unique_ptr<Profile>> profiles; in sighupHandler() 171 configKey fanProfile = in load() 194 std::map<configKey, std::unique_ptr<Event>> events; in load() 260 bool Manager::inConfig(const configKey& input, const configKey& comp) in inConfig()
|