Home
last modified time | relevance | path

Searched refs:CreateGroupFunction (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.hpp38 using trustHandler = std::function<CreateGroupFunction(
62 const std::vector<CreateGroupFunction> getTrustGrps(const json& obj);
H A Dsystem.hpp236 const std::vector<CreateGroupFunction> getTrustGroups(const json& jsonObj);
243 void setTrustMgr(const std::vector<CreateGroupFunction>& groupFuncs);
H A Dfan_defs.hpp7 extern const std::vector<phosphor::fan::monitor::CreateGroupFunction>
H A Dtrust_manager.hpp44 explicit Manager(const std::vector<monitor::CreateGroupFunction>& functions) in Manager()
H A Djson_parser.cpp46 CreateGroupFunction getNonZeroSpeed( in getNonZeroSpeed()
63 const std::vector<CreateGroupFunction> getTrustGrps(const json& obj) in getTrustGrps()
65 std::vector<CreateGroupFunction> grpFuncs; in getTrustGrps()
H A Dtypes.hpp103 using CreateGroupFunction = std::function<std::unique_ptr<trust::Group>()>; typedef
H A Dsystem.cpp243 const std::vector<CreateGroupFunction> System::getTrustGroups( in getTrustGroups()
253 void System::setTrustMgr(const std::vector<CreateGroupFunction>& groupFuncs) in setTrustMgr()