Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal_eventlog.hpp39 query_param::Query delegatedQuery; in handleManagersLogServiceEventLogLogEntryCollection() local
41 delegatedQuery, capabilities)) in handleManagersLogServiceEventLogLogEntryCollection()
53 asyncResp, delegatedQuery, in handleManagersLogServiceEventLogLogEntryCollection()
H A Dsystems_logservices_journal_eventlog.hpp41 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection() local
43 delegatedQuery, capabilities)) in handleSystemsLogServiceEventLogLogEntryCollection()
62 asyncResp, delegatedQuery, in handleSystemsLogServiceEventLogLogEntryCollection()
H A Dsystems_logservices_hostlogger.hpp160 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() local
162 delegatedQuery, capabilities)) in handleSystemsLogServicesHostloggerEntriesGet()
198 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesHostloggerEntriesGet()
199 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dmanager_logservices_journal.hpp151 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() local
153 delegatedQuery, capabilities)) in handleManagersJournalLogEntryCollectionGet()
164 size_t skip = delegatedQuery.skip.value_or(0); in handleManagersJournalLogEntryCollectionGet()
165 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
H A Dsystems_logservices_postcodes.hpp469 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet() local
471 delegatedQuery, capabilities)) in handleSystemsLogServicesPostCodesEntriesGet()
499 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesPostCodesEntriesGet()
500 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
H A Dsensors.hpp2407 query_param::Query delegatedQuery; in handleSensorCollectionGet() local
2409 delegatedQuery, capabilities)) in handleSensorCollectionGet()
2414 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp339 query_param::Query& delegatedQuery, LogServiceParentCollection collection) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection() argument
341 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
342 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()