Searched refs:expectedEtag (Results 1 – 2 of 2) sorted by relevance
342 std::string_view expectedEtag = in onRequestRecv() local344 BMCWEB_LOG_DEBUG("Setting expected etag {}", expectedEtag); in onRequestRecv()345 if (!expectedEtag.empty()) in onRequestRecv()347 asyncResp->res.setExpectedEtag(expectedEtag); in onRequestRecv()
449 std::string_view expectedEtag = in handle() local451 if (!expectedEtag.empty()) in handle()453 asyncResp->res.setExpectedEtag(expectedEtag); in handle()