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.hpp159 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() local
161 delegatedQuery, capabilities)) in handleSystemsLogServicesHostloggerEntriesGet()
197 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesHostloggerEntriesGet()
198 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dmanager_logservices_journal.hpp148 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() local
150 delegatedQuery, capabilities)) in handleManagersJournalLogEntryCollectionGet()
161 size_t skip = delegatedQuery.skip.value_or(0); in handleManagersJournalLogEntryCollectionGet()
162 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
H A Dsystems_logservices_postcodes.hpp464 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet() local
466 delegatedQuery, capabilities)) in handleSystemsLogServicesPostCodesEntriesGet()
494 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesPostCodesEntriesGet()
495 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
H A Dsensors.hpp2376 query_param::Query delegatedQuery; in handleSensorCollectionGet() local
2378 delegatedQuery, capabilities)) in handleSensorCollectionGet()
2383 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
H A Dlog_services.hpp1531 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection() local
1533 delegatedQuery, capabilities)) in handleSystemsLogServiceEventLogLogEntryCollection()
1551 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServiceEventLogLogEntryCollection()
1552 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServiceEventLogLogEntryCollection()