Lines Matching full:assertion
31 using Assertion = uint16_t; typedef
33 using AssertionSet = std::pair<Assertion, Deassertion>;
44 /** @brief Make assertion set from input data
46 * @return pair of assertion and deassertion set
129 * @brief Helper function to map the dbus info to sensor's assertion status
144 * @brief Map the Dbus info to sensor's assertion status in the Get sensor
151 GetSensorResponse assertion(const Info& sensorInfo);
164 * @brief readingAssertion is a case where the entire assertion state field
331 * @brief Map the Dbus info to sensor's assertion status in the Get sensor
340 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,
357 * @brief readingAssertion is a case where the entire assertion state field
498 /** @brief Update d-bus based on assertion type sensor data
503 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData,
506 /** @brief Update d-bus based on a reading assertion
620 /** @brief Update d-bus based on assertion type sensor data
626 ipmi_ret_t assertion(const SetSensorReadingReq& cmdData,
640 * @brief Map the Dbus info to sensor's assertion status in the Get sensor
647 GetSensorResponse assertion(const Info& sensorInfo);
652 * @brief Map the Dbus info to sensor's assertion status in the Get sensor
661 std::optional<GetSensorResponse> assertion(uint8_t id, const Info& sensorInfo,