Home
last modified time | relevance | path

Searched refs:configKey (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/
H A Devent.hpp71 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 Dmanager.hpp200 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 Devent.cpp37 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 Dconfig_base.hpp38 using configKey = std::pair<std::string, std::vector<std::string>>; typedef
H A Dmanager.cpp81 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()