Home
last modified time | relevance | path

Searched full:delegate (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A D0002-fix-Foundation-Build-error-with-GCC-15-class-Poco-Pr.patch24 if (&delegate != this)
26 - this->_pTarget = delegate._pTarget;
27 this->_receiverObject = delegate._receiverObject;
28 this->_receiverMethod = delegate._receiverMethod;
29 this->_priority = delegate._priority;
32 if (&delegate != this)
34 - this->_pTarget = delegate._pTarget;
35 this->_receiverObject = delegate._receiverObject;
36 this->_receiverMethod = delegate._receiverMethod;
37 this->_priority = delegate._priority;
[all …]
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Dquery_param_test.cpp30 TEST(Delegate, OnlyPositive) in TEST() argument
38 Query delegated = delegate(capabilities, query); in TEST()
43 TEST(Delegate, ExpandPositive) in TEST() argument
53 Query delegated = delegate(capabilities, query); in TEST()
60 TEST(Delegate, OnlyNegative) in TEST() argument
68 Query delegated = delegate(capabilities, query); in TEST()
73 TEST(Delegate, ExpandNegative) in TEST() argument
79 Query delegated = delegate(QueryCapabilities{}, query); in TEST()
83 TEST(Delegate, TopNegative) in TEST() argument
88 Query delegated = delegate(QueryCapabilities{}, query); in TEST()
[all …]
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Software/
H A DMultipartUpdate.interface.yaml8 client needs to delegate the code update using a multi part image without
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4/
H A Dadd-back-option-build-base.patch18 Delegate to build.py for doing the actual build, (including wxWidgets)
/openbmc/phosphor-fan-presence/
H A Dsdeventplus.hpp24 * @brief Event access delegate implementation for sdeventplus.
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/
H A Dserver.hpp60 // has done its work (and not delegate to a later callback in the vtable). in property_callback()
133 // has done its work (and not delegate to a later callback in the vtable). in method_callback()
/openbmc/phosphor-hwmon/test/
H A Denv_unittest.cpp15 // Delegate all calls to getEnv() to the mock
H A Dsensor_unittest.cpp17 // Delegate all calls to getEnv() to the mock
/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp195 // query parameters themselves, so that the default Redfish route will delegate
211 inline Query delegate(const QueryCapabilities& queryCapabilities, Query& query) in delegate() function
214 // delegate only in delegate()
220 // delegate expand as much as we can in delegate()
236 // delegate top in delegate()
243 // delegate skip in delegate()
250 // delegate select in delegate()
/openbmc/qemu/.gitlab-ci.d/
H A Dcirrus.yml1 # Jobs that we delegate to Cirrus CI because they require an operating
/openbmc/qemu/docs/interop/
H A Dpr-helper.rst8 can delegate implementation of persistent reservations to an external
/openbmc/phosphor-dbus-monitor/src/
H A Djournal.hpp41 /** @brief Delegate type specific calls to subclasses. */
H A Dsdbusplus.hpp22 * @brief DBus access delegate implementation for sdbusplus.
H A Dpropertywatch.hpp112 * @tparam DBusInterfaceType - DBus access delegate.
H A Dpropertywatchimpl.hpp103 // Delegate type specific property updates to subclasses. in start()
H A Delog.hpp60 /** @brief Delegate type specific calls to subclasses. */
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c124 /* class, vendor, etc ... delegate */ in service_tx_status_request()
295 /* class, vendor, etc ... delegate */ in service_zero_data_request()
449 /* class, vendor, etc ... delegate */ in service_zero_data_request()
455 /* delegate SET_CONFIGURATION, etc */ in service_zero_data_request()
852 /* unless we need to delegate this to the gadget in musb_g_ep0_irq()
/openbmc/qemu/docs/system/
H A Dpr-manager.rst14 and ``scsi-generic`` (both are only available on Linux) can delegate
/openbmc/u-boot/cmd/
H A Dtpm-v1.c536 else if (!strcasecmp(argv[1], "delegate")) in TPM_COMMAND_NO_ARG()
613 else if (!strcasecmp(argv[1], "delegate")) in do_tpm_list()
770 " hash, trans, context, counter, delegate, daa_tpm, daa_v0, daa_v1),\n"
777 " hash, trans, context, counter, delegate, daa_tpm, daa_v0, daa_v1),\n"
/openbmc/u-boot/drivers/usb/gadget/
H A Datmel_usba_udc.c739 goto delegate; in handle_ep0_setup()
774 goto delegate; in handle_ep0_setup()
806 goto delegate; in handle_ep0_setup()
815 goto delegate; in handle_ep0_setup()
823 delegate: in handle_ep0_setup()
/openbmc/u-boot/lib/efi_driver/
H A Defi_block_device.c17 * The read and write functions of the EFI block driver delegate calls to the
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp196 delegated = query_param::delegate(queryCapabilities, *queryOpt); in setUpRedfishRouteWithDelegation()
/openbmc/qemu/include/block/
H A Dgraph-lock.h152 * function/coroutine itself, and need to delegate the caller (usually main
/openbmc/qemu/docs/about/
H A Ddeprecated.rst593 RISC-V "virt" board "riscv,delegate" DT property (since 9.1)
596 The "riscv,delegate" DT property was added in QEMU 7.0 as part of
/openbmc/u-boot/include/linux/usb/
H A Dcomposite.h165 * @setup: Used to delegate control requests that aren't handled by standard

12