Searched refs:fanList (Results 1 – 3 of 3) sorted by relevance
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | override_fan_target.cpp | 85 std::string fanList; in lockFans() local 88 fanList = std::accumulate(std::next(_fans.begin()), _fans.end(), in lockFans() 95 _target, fanList, zone.getName())); in lockFans() 108 std::string fanList; in unlockFans() local 111 fanList = std::accumulate( in unlockFans() 117 fanList, zone.getName())); in unlockFans()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 424 void set(uint64_t target, std::vector<std::string>& fanList) in set() argument 439 if (fanList.size() == 0) in set() 441 fanList = std::get<FAN_NAMES>(busData); in set() 444 for (auto& fan : fanList) in set() 668 void initCLI(CLI::App& app, uint64_t& target, std::vector<std::string>& fanList, in initCLI() argument 704 "fan list", fanList, in initCLI() 750 std::vector<std::string> fanList; in main() local 761 initCLI(app, target, fanList, dq); in main() 771 set(target, fanList); in main()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | fan.hpp | 32 nlohmann::json& fanList = asyncResp->res.jsonValue["Members"]; in updateFanList() local 47 fanList.emplace_back(std::move(item)); in updateFanList() 49 asyncResp->res.jsonValue["Members@odata.count"] = fanList.size(); in updateFanList()
|