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( 162 std::map<configKey, std::unique_ptr<Zone>>& _zones; 171 static std::map<configKey, std::unique_ptr<Group>> allGroups;
|
H A D | manager.hpp | 201 static std::map<configKey, std::unique_ptr<T>> getConfig(bool isOptional, in getConfig() 204 std::map<configKey, std::unique_ptr<T>> config; in getConfig() 265 static bool inConfig(const configKey& input, const configKey& comp); 610 std::map<configKey, std::unique_ptr<Profile>> _profiles; 634 std::map<configKey, std::unique_ptr<Zone>> _zones; 637 std::map<configKey, std::unique_ptr<Event>> _events;
|
H A D | event.cpp | 39 std::map<configKey, std::unique_ptr<Group>> Event::allGroups; 42 std::map<configKey, std::unique_ptr<Zone>>& zones) : in Event() argument 93 std::map<configKey, std::unique_ptr<Group>>& Event::getAllGroups( in getAllGroups() 156 configKey eventProfile = in setGroups() 192 configKey eventProfile = in setActions() 211 configKey eventProfile = in setActions()
|
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()
|
H A D | config_base.hpp | 39 using configKey = std::pair<std::string, std::vector<std::string>>; typedef
|