Searched refs:delegatedQuery (Results 1 – 5 of 5) sorted by relevance
81 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() local83 delegatedQuery, capabilities)) in handleSystemsLogServicesHostloggerEntriesGet()119 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesHostloggerEntriesGet()120 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
137 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() local139 delegatedQuery, capabilities)) in handleManagersJournalLogEntryCollectionGet()150 size_t skip = delegatedQuery.skip.value_or(0); in handleManagersJournalLogEntryCollectionGet()151 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
432 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet() local434 delegatedQuery, capabilities)) in handleSystemsLogServicesPostCodesEntriesGet()462 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesPostCodesEntriesGet()463 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
2354 query_param::Query delegatedQuery; in handleSensorCollectionGet() local2356 delegatedQuery, capabilities)) in handleSensorCollectionGet()2361 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
1509 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection() local1511 delegatedQuery, capabilities)) in handleSystemsLogServiceEventLogLogEntryCollection()1529 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServiceEventLogLogEntryCollection()1530 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServiceEventLogLogEntryCollection()