Home
last modified time | relevance | path

Searched refs:event_handler (Results 1 – 8 of 8) sorted by relevance

/openbmc/sdeventplus/test/source/
H A Dbase.cpp302 sd_event_handler_t event_handler; in TEST_F() local
304 .WillOnce(DoAll(SaveArg<1>(&event_handler), Return(0))); in TEST_F()
310 EXPECT_EQ(0, event_handler(nullptr, base.get())); in TEST_F()
317 sd_event_handler_t event_handler; in TEST_F() local
319 .WillOnce(DoAll(SaveArg<1>(&event_handler), Return(0))); in TEST_F()
324 EXPECT_EQ(-EINVAL, event_handler(nullptr, nullptr)); in TEST_F()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/trusted-services/corstone1000/
H A D0001-Add-stub-capsule-update-service-components.patch130 +static rpc_status_t event_handler(uint32_t opcode, struct rpc_caller_interface *caller)
141 + EMSG("event_handler rpc_caller is NULL");
191 + rpc_status = event_handler(opcode, caller);
202 + rpc_status = event_handler(opcode, caller);
H A D0005-plat-corstone1000-Use-the-stateless-platform-service.patch25 static rpc_status_t event_handler(uint32_t opcode, struct rpc_caller_interface *caller)
32 @@ -81,31 +80,18 @@ static rpc_status_t event_handler(uint32_t opcode, struct rpc_caller_interface *
H A D0003-FMP-Support-in-Corstone1000.patch45 @@ -87,6 +90,7 @@ static rpc_status_t event_handler(uint32_t opcode, struct rpc_caller_interface *
53 @@ -101,6 +105,7 @@ static rpc_status_t event_handler(uint32_t opcode, struct rpc_caller_interface *
/openbmc/boost-dbus/test/
H A Davahi.cpp73 std::function<void(boost::system::error_code, dbus::message)> event_handler = in TEST() local
79 f.async_dispatch(event_handler); in TEST()
82 f.async_dispatch(event_handler); in TEST()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/
H A D0001-Fix-type-of-single-bit-bitfields.patch81 struct event_handler super;
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py132 self._test_process.event_handler,
153 self._test_process.event_handler,
158 self._test_process.event_handler,
161 self._test_process.event_handler.assert_called_once_with(event, None)
/openbmc/phosphor-rest-server/module/obmc/wsgi/apps/
H A Drest_dbus.py1750 self.event_handler = EventHandler(self, self.bus)
1768 self.event_handler.install()