Searched refs:query_param (Results 1 – 12 of 12) sorted by relevance
122 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()
243 query_param::MultiAsyncResp::startMultiFragmentHandle, req, in handle()
35 query_param::QueryCapabilities capabilities = { in handleManagersLogServiceEventLogLogEntryCollection()39 query_param::Query delegatedQuery; in handleManagersLogServiceEventLogLogEntryCollection()
37 query_param::QueryCapabilities capabilities = { in handleSystemsLogServiceEventLogLogEntryCollection()41 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection()
17 #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()
147 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()
465 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()
2404 query_param::QueryCapabilities capabilities = { in handleSensorCollectionGet()2407 query_param::Query delegatedQuery; in handleSensorCollectionGet()2414 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
23 namespace redfish::query_param namespace410 redfish::query_param::ExpandType::Both); in TEST()
332 query_param::Query& delegatedQuery, LogServiceParent parent) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()334 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
50 namespace query_param namespace
85 - exact: redfish-core/include/utils/query_param.hpp