Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_response.hpp243 std::string getCurrentEtag() const in getCurrentEtag() function
313 std::string hexVal = getCurrentEtag(); in setResponseEtagAndHandleNotModified()
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp38 std::string currentEtag = resIn.getCurrentEtag(); in afterIfMatchRequest()