Home
last modified time | relevance | path

Searched refs:query_param (Results 1 – 12 of 12) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp122 query_param::Query& delegated, in setUpRedfishRouteWithDelegation()
123 const query_param::QueryCapabilities& queryCapabilities) in setUpRedfishRouteWithDelegation()
140 std::optional<query_param::Query> queryOpt = in setUpRedfishRouteWithDelegation()
141 query_param::parseParameters(req.url().params(), asyncResp->res); in setUpRedfishRouteWithDelegation()
152 queryOpt->expandType != query_param::ExpandType::None) in setUpRedfishRouteWithDelegation()
196 delegated = query_param::delegate(queryCapabilities, *queryOpt); in setUpRedfishRouteWithDelegation()
216 query_param::Query delegated; in setUpRedfishRoute()
218 query_param::QueryCapabilities{}); in setUpRedfishRoute()
H A Dredfish_oem_routing.hpp243 query_param::MultiAsyncResp::startMultiFragmentHandle, req, in handle()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal_eventlog.hpp35 query_param::QueryCapabilities capabilities = { in handleManagersLogServiceEventLogLogEntryCollection()
39 query_param::Query delegatedQuery; in handleManagersLogServiceEventLogLogEntryCollection()
H A Dsystems_logservices_journal_eventlog.hpp37 query_param::QueryCapabilities capabilities = { in handleSystemsLogServiceEventLogLogEntryCollection()
41 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection()
H A Dsystems_logservices_hostlogger.hpp17 #include "utils/query_param.hpp"
156 query_param::QueryCapabilities capabilities = { in handleSystemsLogServicesHostloggerEntriesGet()
160 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet()
199 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dmanager_logservices_journal.hpp147 query_param::QueryCapabilities capabilities = { in handleManagersJournalLogEntryCollectionGet()
151 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet()
165 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
H A Dsystems_logservices_postcodes.hpp465 query_param::QueryCapabilities capabilities = { in handleSystemsLogServicesPostCodesEntriesGet()
469 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet()
500 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
H A Dsensors.hpp2404 query_param::QueryCapabilities capabilities = { in handleSensorCollectionGet()
2407 query_param::Query delegatedQuery; in handleSensorCollectionGet()
2414 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp23 namespace redfish::query_param namespace
410 redfish::query_param::ExpandType::Both); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp332 query_param::Query& delegatedQuery, LogServiceParent parent) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
334 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
H A Dquery_param.hpp50 namespace query_param namespace
/openbmc/bmcweb/
H A DOWNERS85 - exact: redfish-core/include/utils/query_param.hpp