Home
last modified time | relevance | path

Searched refs:query_param (Results 1 – 10 of 10) 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()
171 delegated = query_param::delegate(queryCapabilities, *queryOpt); in setUpRedfishRouteWithDelegation()
190 query_param::Query delegated; in setUpRedfishRoute()
192 query_param::QueryCapabilities{}); in setUpRedfishRoute()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp77 query_param::QueryCapabilities capabilities = { in handleSystemsLogServicesHostloggerEntriesGet()
81 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet()
120 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dmanager_logservices_journal.hpp133 query_param::QueryCapabilities capabilities = { in handleManagersJournalLogEntryCollectionGet()
137 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet()
151 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
H A Dsystems_logservices_postcodes.hpp428 query_param::QueryCapabilities capabilities = { in handleSystemsLogServicesPostCodesEntriesGet()
432 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet()
463 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
H A Dsensors.hpp2351 query_param::QueryCapabilities capabilities = { in handleSensorCollectionGet()
2354 query_param::Query delegatedQuery; in handleSensorCollectionGet()
2361 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
H A Dlog_services.hpp1505 query_param::QueryCapabilities capabilities = { in handleSystemsLogServiceEventLogLogEntryCollection()
1509 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection()
1529 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServiceEventLogLogEntryCollection()
/openbmc/bmcweb/
H A DOWNERS85 - exact: redfish-core/include/utils/query_param.hpp
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp24 namespace redfish::query_param namespace
551 redfish::query_param::ExpandType::Both); in TEST()
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp47 namespace query_param namespace
/openbmc/linux/
H A Dopengrok0.0.log[all...]