Home
last modified time | relevance | path

Searched refs:getAssertionSet (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp23 AssertionSet getAssertionSet(const SetSensorReadingReq& cmdData) in getAssertionSet() function
224 std::bitset<16> assertionSet(getAssertionSet(cmdData).first); in assertion()
225 std::bitset<16> deassertionSet(getAssertionSet(cmdData).second); in assertion()
297 std::bitset<16> assertionSet(getAssertionSet(cmdData).first); in assertion()
298 std::bitset<16> deassertionSet(getAssertionSet(cmdData).second); in assertion()
H A Dsensordatahandler.hpp48 AssertionSet getAssertionSet(const SetSensorReadingReq& cmdData);