Home
last modified time | relevance | path

Searched defs:fanList (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/control/json/actions/
H A Doverride_fan_target.cpp85 std::string fanList; in lockFans() local
108 std::string fanList; in unlockFans() local
/openbmc/phosphor-fan-presence/control/
H A Dfanctl.cpp438 void set(uint64_t target, std::vector<std::string>& fanList) in set()
869 void initCLI(CLI::App& app, uint64_t& target, std::vector<std::string>& fanList, in initCLI()
963 std::vector<std::string> fanList; in main() local
/openbmc/bmcweb/redfish-core/lib/
H A Dfan.hpp34 nlohmann::json& fanList = asyncResp->res.jsonValue["Members"]; updateFanList() local