Lines Matching +full:bool +full:- +full:property
30 * @brief This is a custom D-Bus object, used to add D-Bus interface and update
54 * @param[in] path - The object path
55 * @param[in] value - The value of the MaxValue property
59 bool setMaxValue(const std::string& path, double value);
63 * @param[in] path - The object path
65 * @return bool - The value of the MaxValue property
71 * @param[in] path - The object path
72 * @param[in] value - The value of the MinValue property
76 bool setMinValue(const std::string& path, double value);
80 * @param[in] path - The object path
82 * @return bool - The value of the MinValue property
88 * @param[in] path - The object path
89 * @param[in] value - The value of the Value property
93 bool setValue(const std::string& path, double value);
97 * @param[in] path - The object path
99 * @return bool - The value of the Value property
105 * @param[in] path - The object path
106 * @param[in] value - The value of the Unit property
110 bool setUnit(const std::string& path, const std::string& value);
114 * @param[in] path - The object path
116 * @return std::string - The value of the Unit property
120 /** @brief Set the Functional property
122 * @param[in] path - The object path
123 * @param[in] value - PLDM operational fault status
127 bool setOperationalStatus(const std::string& path, bool value);
129 /** @brief Get the Functional property
131 * @param[in] path - The object path
133 * @return status - PLDM operational fault status
135 bool getOperationalStatus(const std::string& path) const;
139 * @return path - The chassis D-Bus path
145 * @param[in] path - The object path
146 * @param[in] fType - vector of forward types
153 * @param[in] path - The object path
154 * @param[in] value - The value of the Value property
160 * @param[in] value - The value of the Value property
161 * @return bool - If the sensor is already present
163 bool hasDvfsTemp(const std::string& path) const;
167 * @param[in] path - The object path
168 * @param[in] value - The value of the Purpose property
172 bool setPurpose(const std::string& path, const std::string& value);