Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp540 size_t cumulativeLen = 0; in requestRoutesEventDestinationCollection() local
559 cumulativeLen += item.first.size() + value->size() + 6; in requestRoutesEventDestinationCollection()
562 if (cumulativeLen > maxHeaderSizeED) in requestRoutesEventDestinationCollection()