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.hpp168 struct Query struct
171 bool isOnly = false;
174 uint8_t expandLevel = 0;
175 ExpandType expandType = ExpandType::None;
178 std::optional<size_t> skip = std::nullopt;
181 static constexpr size_t maxTop = 1000; // Max entries a response contain
182 std::optional<size_t> top = std::nullopt;
185 std::optional<filter_ast::LogicalAnd> filter = std::nullopt;
191 SelectTrie selectTrie{};
/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp269 STDMETHODIMP CQGAVssProvider::Query( in Query() function in CQGAVssProvider