Searched refs:delegatedQuery (Results 1 – 7 of 7) sorted by relevance
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | manager_logservices_journal_eventlog.hpp | 39 query_param::Query delegatedQuery; in handleManagersLogServiceEventLogLogEntryCollection() local 41 delegatedQuery, capabilities)) in handleManagersLogServiceEventLogLogEntryCollection() 53 asyncResp, delegatedQuery, in handleManagersLogServiceEventLogLogEntryCollection()
|
| H A D | systems_logservices_journal_eventlog.hpp | 41 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection() local 43 delegatedQuery, capabilities)) in handleSystemsLogServiceEventLogLogEntryCollection() 62 asyncResp, delegatedQuery, in handleSystemsLogServiceEventLogLogEntryCollection()
|
| H A D | systems_logservices_hostlogger.hpp | 160 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 D | manager_logservices_journal.hpp | 151 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 D | systems_logservices_postcodes.hpp | 469 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 D | sensors.hpp | 2407 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 D | eventlog_utils.hpp | 339 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()
|