Searched refs:delegatedQuery (Results 1 – 5 of 5) sorted by relevance
159 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet() local161 delegatedQuery, capabilities)) in handleSystemsLogServicesHostloggerEntriesGet()197 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesHostloggerEntriesGet()198 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
148 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet() local150 delegatedQuery, capabilities)) in handleManagersJournalLogEntryCollectionGet()161 size_t skip = delegatedQuery.skip.value_or(0); in handleManagersJournalLogEntryCollectionGet()162 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
464 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet() local466 delegatedQuery, capabilities)) in handleSystemsLogServicesPostCodesEntriesGet()494 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServicesPostCodesEntriesGet()495 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
2376 query_param::Query delegatedQuery; in handleSensorCollectionGet() local2378 delegatedQuery, capabilities)) in handleSensorCollectionGet()2383 if (delegatedQuery.expandType != query_param::ExpandType::None) in handleSensorCollectionGet()
1531 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection() local1533 delegatedQuery, capabilities)) in handleSystemsLogServiceEventLogLogEntryCollection()1551 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServiceEventLogLogEntryCollection()1552 size_t skip = delegatedQuery.skip.value_or(0); in handleSystemsLogServiceEventLogLogEntryCollection()