Home
last modified time | relevance | path

Searched refs:Query (Results 1 – 25 of 53) sorted by relevance

123

/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp32 Query query{ in TEST()
38 Query delegated = delegate(capabilities, query); in TEST()
45 Query query{ in TEST()
53 Query delegated = delegate(capabilities, query); in TEST()
62 Query query{ in TEST()
68 Query delegated = delegate(capabilities, query); in TEST()
75 Query query{ in TEST()
79 Query delegated = delegate(QueryCapabilities{}, query); in TEST()
85 Query query{ in TEST()
88 Query delegated = delegate(QueryCapabilities{}, query); in TEST()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp168 struct Query struct
211 inline Query delegate(const QueryCapabilities& queryCapabilities, Query& query) in delegate()
213 Query delegated{}; in delegate()
259 inline bool getExpandType(std::string_view value, Query& query) in getExpandType()
327 inline QueryError getSkipParam(std::string_view value, Query& query) in getSkipParam()
332 inline QueryError getTopParam(std::string_view value, Query& query) in getTopParam()
341 if (query.top > Query::maxTop) in getTopParam()
356 inline bool getSelectParam(std::string_view value, Query& query) in getSelectParam()
382 inline bool getFilterParam(std::string_view value, Query& query) in getFilterParam()
388 inline std::optional<Query> parseParameters(boost::urls::params_view urlParams, in parseParameters()
[all …]
H A Deventlog_utils.hpp332 query_param::Query& delegatedQuery, LogServiceParent parent) in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
334 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsAndManagersLogServiceEventLogLogEntryCollection()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp122 query_param::Query& delegated, in setUpRedfishRouteWithDelegation()
140 std::optional<query_param::Query> queryOpt = in setUpRedfishRouteWithDelegation()
216 query_param::Query delegated; in setUpRedfishRoute()
/openbmc/qemu/target/s390x/
H A Dcpu_features_def.h.inc34 DEF_FEAT(AP_QUERY_CONFIG_INFO, "apqci", STFL, 12, "Query AP Configuration Information facility")
224 DEF_FEAT(PTFF_QTO, "ptff-qto", PTFF, 1, "PTFF Query TOD Offset")
225 DEF_FEAT(PTFF_QSI, "ptff-qsi", PTFF, 2, "PTFF Query Steering Information")
226 DEF_FEAT(PTFF_QPT, "ptff-qpc", PTFF, 3, "PTFF Query Physical Clock")
227 DEF_FEAT(PTFF_QUI, "ptff-qui", PTFF, 4, "PTFF Query UTC Information")
228 DEF_FEAT(PTFF_QTOU, "ptff-qtou", PTFF, 5, "PTFF Query TOD Offset User")
229 DEF_FEAT(PTFF_QTSE, "ptff-qtse", PTFF, 6, "PTFF Query Time-Stamp Event")
230 DEF_FEAT(PTFF_QSIE, "ptff-qsie", PTFF, 10, "PTFF Query Steering Information Extended")
231 DEF_FEAT(PTFF_QTOUE, "ptff-qtoue", PTFF, 13, "PTFF Query TOD Offset User Extended")
258 DEF_FEAT(KMAC_QAI, "kmac-qai", KMAC, 127, "KMAC Query-Authentication-Information")
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-cassandra-driver_3.29.2.bb4 exclusively Cassandra's binary protocol and Cassandra Query Language v3."
/openbmc/qemu/qapi/
H A Daccelerator.json44 # Query accelerator statistics
H A Dtrace.json48 # Query the state of events.
H A Dyank.json105 # Query yank instances. See `YankInstance` for more information.
H A Dmisc-i386.json160 # Query the SEV/SEV-ES guest launch information.
425 # Query the Xen event channels opened by the guest.
H A Ddump.json149 # Query latest dump status.
H A Dmachine.json314 # Query the guest UUID information.
1673 # Query interrupt statistics
1690 # Query TCG compiler statistics
1708 # Query NUMA topology information
1725 # Query system ramblock information
1742 # Query information on the registered ROMS
1759 # Query information on the USB devices
1828 # Query information on interrupt controller devices
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch303 + /* Query partitions count using invalid arguments */
311 + /* Query partitions count using an invalid UUID string */
315 + /* Query partitions count using an invalid UUID (no matching SP) */
320 + /* Query partitions data using a valid UUID */
H A D0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch143 + * Query a secure partition information. The secure partition UUID is provided
256 + * Query the device belonging to the UCLASS_FFA
/openbmc/bmcweb/redfish-core/lib/
H A Dmanager_logservices_journal_eventlog.hpp39 query_param::Query delegatedQuery; in handleManagersLogServiceEventLogLogEntryCollection()
H A Dsystems_logservices_hostlogger.hpp160 query_param::Query delegatedQuery; in handleSystemsLogServicesHostloggerEntriesGet()
199 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesHostloggerEntriesGet()
H A Dsystems_logservices_journal_eventlog.hpp41 query_param::Query delegatedQuery; in handleSystemsLogServiceEventLogLogEntryCollection()
H A Dmanager_logservices_journal.hpp151 query_param::Query delegatedQuery; in handleManagersJournalLogEntryCollectionGet()
165 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleManagersJournalLogEntryCollectionGet()
H A Dsystems_logservices_postcodes.hpp469 query_param::Query delegatedQuery; in handleSystemsLogServicesPostCodesEntriesGet()
500 size_t top = delegatedQuery.top.value_or(query_param::Query::maxTop); in handleSystemsLogServicesPostCodesEntriesGet()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/sqlite-orm/sqlite-orm/
H A D0001-fix-cstdint-error-with-gcc-15.0.1.patch36 struct Query {
/openbmc/phosphor-led-sysfs/
H A DREADME.md51 Query the LED State
/openbmc/qemu/qga/vss-win32/
H A Dprovider.cpp156 STDMETHODIMP Query(
269 STDMETHODIMP CQGAVssProvider::Query( in Query() function in CQGAVssProvider
/openbmc/docs/
H A DIPMITOOL-cheatsheet.md104 ### 2. Query related SDR information in BMC
193 ### 3. Query the reason for the last system restart.(not supported)
305 ### 1. Query the relevant information about SEL and its content in BMC
/openbmc/qemu/tests/qemu-iotests/
H A D236.out370 --- Final Query ---

123