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.hpp79 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() local
81 delegatedQuery, capabilities)) in handleSystemsLogServicesHostloggerEntriesGet()
117 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesHostloggerEntriesGet()
118 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dmanager_logservices_journal.hpp373 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() local
375 delegatedQuery, capabilities)) in handleManagersJournalLogEntryCollectionGet()
386 size_t skip = delegatedQuery.skip.value_or(0); in handleManagersJournalLogEntryCollectionGet()
387 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
H A Dsystems_logservices_postcodes.hpp430 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet() local
432 delegatedQuery, capabilities)) in handleSystemsLogServicesPostCodesEntriesGet()
460 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesPostCodesEntriesGet()
461 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
H A Dsensors.hpp2361 query_param::Query delegatedQuery; in handleSensorCollectionGet() local
2363 delegatedQuery, capabilities)) in handleSensorCollectionGet()
2368 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
H A Dlog_services.hpp1519 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection() local
1521 delegatedQuery, capabilities)) in handleSystemsLogServiceEventLogLogEntryCollection()
1539 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServiceEventLogLogEntryCollection()
1540 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServiceEventLogLogEntryCollection()