Searched refs:query_param (Results 1 – 10 of 10) 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()171 delegated = query_param::delegate(queryCapabilities, *queryOpt); in setUpRedfishRouteWithDelegation()190 query_param::Query delegated; in setUpRedfishRoute()192 query_param::QueryCapabilities{}); in setUpRedfishRoute()
77 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()
133 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()
428 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()
2351 query_param::QueryCapabilities capabilities = { in handleSensorCollectionGet()2354 query_param::Query delegatedQuery; in handleSensorCollectionGet()2361 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
1505 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()
85 - exact: redfish-core/include/utils/query_param.hpp
24 namespace redfish::query_param namespace551 redfish::query_param::ExpandType::Both); in TEST()
47 namespace query_param namespace
[all...]