Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal.hpp472 uint64_t totalEntries = endSeqNum - startSeqNum + 1; in handleManagersJournalLogEntryCollectionGet() local
473 asyncResp->res.jsonValue["Members@odata.count"] = totalEntries; in handleManagersJournalLogEntryCollectionGet()
474 if (skip + top < totalEntries) in handleManagersJournalLogEntryCollectionGet()