Lines Matching +full:phosphor +full:- +full:fan +full:- +full:presence
7 namespace phosphor namespace
9 namespace fan namespace
11 namespace presence namespace
17 using Fan = std::tuple<std::string, std::string, std::optional<size_t>>; typedef
20 * @brief Update the presence state.
25 * @param[in] fan - The fan to update.
26 * @param[in] newState - The new state of the fan.
28 void setPresence(const Fan& fan, bool newState);
31 * @brief Read the presence state.
36 * @param[in] fan - The fan to read.
38 bool getPresence(const Fan& fan);
39 } // namespace presence
40 } // namespace fan
41 } // namespace phosphor