Home
last modified time | relevance | path

Searched defs:Query (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp165 struct Query struct
168 bool isOnly = false;
171 uint8_t expandLevel = 0;
172 ExpandType expandType = ExpandType::None;
175 std::optional<size_t> skip = std::nullopt;
178 static constexpr size_t maxTop = 1000; // Max entries a response contain
179 std::optional<size_t> top = std::nullopt;
182 std::optional<filter_ast::LogicalAnd> filter = std::nullopt;
188 SelectTrie selectTrie{};
/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp269 STDMETHODIMP CQGAVssProvider::Query( in Query() function in CQGAVssProvider