Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp81 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() local
83 delegatedQuery, capabilities)) in handleSystemsLogServicesHostloggerEntriesGet()
119 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesHostloggerEntriesGet()
120 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dmanager_logservices_journal.hpp137 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() local
139 delegatedQuery, capabilities)) in handleManagersJournalLogEntryCollectionGet()
150 size_t skip = delegatedQuery.skip.value_or(0); in handleManagersJournalLogEntryCollectionGet()
151 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
H A Dsystems_logservices_postcodes.hpp432 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet() local
434 delegatedQuery, capabilities)) in handleSystemsLogServicesPostCodesEntriesGet()
462 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesPostCodesEntriesGet()
463 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
H A Dsensors.hpp2354 query_param::Query delegatedQuery; in handleSensorCollectionGet() local
2356 delegatedQuery, capabilities)) in handleSensorCollectionGet()
2361 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
H A Dlog_services.hpp1509 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection() local
1511 delegatedQuery, capabilities)) in handleSystemsLogServiceEventLogLogEntryCollection()
1529 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServiceEventLogLogEntryCollection()
1530 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServiceEventLogLogEntryCollection()