Home
last modified time | relevance | path

Searched full:invoke (Results 1 – 25 of 417) sorted by relevance

12345678910>>...17

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py125 async def invoke(self, *args, skip_mode=False, **kwargs): member in AsyncClient
130 return await super().invoke(*args, **kwargs)
141 r = await self.invoke({command: None}, skip_mode=True)
192 return await self.invoke({"report": m})
199 return await self.invoke({"report-equiv": m})
202 return await self.invoke(
215 return await self.invoke(
227 return await self.invoke({"get-stats": None})
230 return await self.invoke({"reset-stats": None})
233 return (await self.invoke({"backfill-wait": None}))["tasks"]
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dclient.py18 response = await self.invoke(
25 response = await self.invoke(
32 response = await self.invoke(
39 response = await self.invoke(
46 response = await self.invoke(
53 response = await self.invoke(
60 response = await self.invoke(
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinit-system-helpers_1.68.bb7 It also includes the \"service\", \"invoke-rc.d\", and \"update-rc.d\" scripts which \
30 install -m 0755 ${S}/script/invoke-rc.d ${D}${sbindir}
34 PACKAGES += "${PN}-invoke-rc.d ${PN}-service"
37 FILES:${PN}-invoke-rc.d = "${sbindir}/invoke-rc.d"
42 RRECOMMENDS:${PN} += "${PN}-invoke-rc.d ${PN}-service"
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_sec_common.h14 * Invoke secure ROM API on high-security (HS) device variants. It formats
21 * Invoke a secure ROM API on high-secure (HS) device variants that can be used
36 * Invoke a secure HAL API that allows configuration of the external memory
44 * Invoke a secure HAL API on high-secure (HS) device variants that reserves a
52 * Invoke a secure HAL API to lock the external memory firewall configurations.
60 * Invoke a secure HAL API to authenticate and install a Trusted Execution
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/
H A Dconntrack-failover16 # file to invoke this script during keepalived's state transitions.
34 logger "ERROR: failed to invoke conntrackd -c"
43 logger "ERROR: failed to invoke conntrackd -f"
52 logger "ERROR: failed to invoke conntrackd -R"
61 logger "ERROR: failed to invoke conntrackd -B"
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0022-avoid-missing-LOCK_EX-declaration.patch14 src/core/exec-invoke.c | 1 +
30 diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c
32 --- a/src/core/exec-invoke.c
33 +++ b/src/core/exec-invoke.c
/openbmc/docs/designs/
H A Dnmi-dbus-interface.md29 This proposal aims to trigger NMI, which in turn will invoke an
63 3. Redfish URI will invoke a D-Bus NMI back-end call which will use an arch
66 4. On receiving the NMI, the host will automatically invoke Architecture
78 internally invoke processor-specific target to invoke NMI and do associated
95 Also, one can invoke NMI to get the crash dump and confirm HOST received NMI via
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp31 using ::testing::Invoke;
61 .WillByDefault(Invoke(send)); in HostNotifierTest()
379 .WillOnce(Invoke(sendFailure)) in TEST_F()
380 .WillOnce(Invoke(sendSuccess)) in TEST_F()
381 .WillOnce(Invoke(sendSuccess)); in TEST_F()
426 .WillRepeatedly(Invoke(sendFailure)); in TEST_F()
473 .WillOnce(Invoke(sendFailure)) in TEST_F()
474 .WillOnce(Invoke(sendFailure)) in TEST_F()
475 .WillOnce(Invoke(sendFailure)) in TEST_F()
476 .WillOnce(Invoke(sendFailure)) in TEST_F()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0022-avoid-missing-LOCK_EX-declaration.patch13 src/core/exec-invoke.c | 1 +
17 --- a/src/core/exec-invoke.c
18 +++ b/src/core/exec-invoke.c
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp28 using ::testing::Invoke;
84 .WillOnce(Invoke([&]([[maybe_unused]] const std::string& service, in DbusPassiveTestObj()
174 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
181 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
212 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
247 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
254 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
285 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
318 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
325 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
[all …]
/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp118 EXPECT_CALL(*endpoint, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
124 EXPECT_CALL(*device, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
147 EXPECT_CALL(*endpoint, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
153 EXPECT_CALL(*device, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
181 EXPECT_CALL(*endpoint, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
188 EXPECT_CALL(*device, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
227 .WillRepeatedly(testing::Invoke([&]() { removeHandler(endpoint); })); in TEST()
237 EXPECT_CALL(*initial, remove()).WillOnce(testing::Invoke([&]() { in TEST()
246 EXPECT_CALL(*replacement, remove()).WillOnce(testing::Invoke([&]() { in TEST()
/openbmc/qemu/include/system/
H A Drunstate.h19 * @cb: the callback to invoke
31 * @cb: the callback to invoke
46 * @cb: the main callback to invoke
47 * @prepare_cb: a callback to invoke before the main callback
48 * @cb_ret: the main callback to invoke with return value
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/
H A D0007-Makefile-reorganize.patch15 To build simply invoke 'make' with or without a -j option.
16 To install simply invoke: make TARGET=install
17 To clean simply invoke: make TARGET=clean
/openbmc/estoraged/src/test/erase/
H A Dpattern_test.cpp26 using testing::Invoke;
114 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
120 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
126 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
134 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
142 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
150 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp40 /** @brief Invoke a method; ignore reply. */
52 // invoke these methods async, with a callback in callMethodNoReply()
56 /** @brief Invoke a method. */
68 /** @brief Invoke a method and read the response. */
H A Dwatch.hpp38 /** @brief Invoke the callback associated with the watch. */
41 /** @brief Invoke the callback associated with the watch. */
/openbmc/pldm/fw-update/
H A Dmanager.hpp57 /** @brief Helper function to invoke registered handlers for
67 /** @brief Helper function to invoke registered handlers for
77 /** @brief Helper function to invoke registered handlers for
87 /** @brief Helper function to invoke registered handlers for
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp16 using ::testing::Invoke;
98 .WillRepeatedly(Invoke( in TEST_F()
115 .WillRepeatedly(Invoke( in TEST_F()
138 .WillRepeatedly(Invoke( in TEST_F()
149 .WillRepeatedly(Invoke( in TEST_F()
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_lpc_unittest.cpp20 using ::testing::Invoke;
58 .WillOnce(Invoke([&data](int, void* buf, std::size_t) { in TEST()
65 .WillOnce(Invoke([&data](const std::size_t, const std::size_t, in TEST()
/openbmc/phosphor-dbus-monitor/mslverify/
H A Dutil.hpp35 /** @brief Invoke a method. */
50 lg2::error("Failed to invoke DBus method: {PATH}, {INTF}, {METHOD}", in callMethod()
56 /** @brief Invoke a method. */
66 /** @brief Invoke a method and read the response. */
80 /** @brief Invoke a method and read the response. */
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/
H A D0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch4 Subject: [PATCH] meson: Do not invoke the commands to update the icon caches
8 the cross-builder environment to have gtk4-native built in order to invoke
/openbmc/phosphor-psu-code-mgmt/test/
H A Dtest_utils.cpp11 using ::testing::Invoke;
45 .WillOnce(Invoke([&](sd_bus_message*, char, void* p) { in TEST()
51 .WillOnce(Invoke([&](sd_bus_message*, char, void* p) { in TEST()
/openbmc/phosphor-misc/http-redirect/
H A Dtest.awk6 invoke="awk -f " script
7 cmd = invoke " > " resultfile
9 invoke = invoke " -v tracefile=" tracefile
/openbmc/telemetry/tests/src/mocks/
H A Dreport_factory_mock.hpp36 WithArgs<0>(Invoke(&ReportFactoryMock::convertToLabeled))); in ReportFactoryMock()
40 WithArgs<1>(Invoke(&ReportFactoryMock::convertToLabeled))); in ReportFactoryMock()
44 .WillByDefault(WithArgs<0>(Invoke([](const std::string& id) { in ReportFactoryMock()
/openbmc/
Dopengrok0.0.log1906 2025-10-09 03:01:18.977-0500 FINEST t466 IndexDatabase.setupDeletedUids: live doc: '/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/sysprof/sysprof/0002-meson-Do-not-invoke-the-commands-to-update-the-icon-.patch' (391) at 20241221090017488
[all...]

12345678910>>...17