Home
last modified time | relevance | path

Searched refs:sd_event_add_io (Results 1 – 19 of 19) sorted by relevance

/openbmc/sdeventplus/test/source/
H A Dio.cpp68 EXPECT_CALL(mock, sd_event_add_io(expected_event, testing::_, fd, events, in TEST_F()
116 EXPECT_CALL(mock, sd_event_add_io(expected_event, testing::_, fd, events, in TEST_F()
142 EXPECT_CALL(mock, sd_event_add_io(expected_event, testing::_, fd, in SetUp()
/openbmc/phosphor-gpio-monitor/
H A Devdev.cpp59 auto rc = sd_event_add_io(event.get(), &sourcePtr, (fd)(), EPOLLIN, in registerCallback()
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp30 int SdEventImpl::sd_event_add_io( in sd_event_add_io() function in sdeventplus::internal::SdEventImpl
34 return ::sd_event_add_io(event, source, fd, events, callback, userdata); in sd_event_add_io()
H A Dsdevent.hpp23 virtual int sd_event_add_io(sd_event* event, sd_event_source** source,
126 int sd_event_add_io(sd_event* event, sd_event_source** source, int fd,
/openbmc/slpd-lite/
H A Dslp_server.cpp86 r = sd_event_add_io(eventPtr.get(), nullptr, fd, EPOLLIN, this->callme, in run()
/openbmc/pldm/fw-update/
H A Dwatch.cpp51 auto rc = sd_event_add_io(loop, nullptr, fd, EPOLLIN, callback, this); in Watch()
/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dwatch.cpp48 auto rc = sd_event_add_io(loop, &sourcePtr, fd(), EPOLLIN, callback, this); in Watch()
/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Dwatch.cpp60 auto rc = sd_event_add_io(loop, nullptr, fd, EPOLLIN, callback, this); in Watch()
H A Dsync_watch.cpp49 auto rc = sd_event_add_io(&loop, nullptr, fd, EPOLLIN, callback, this); in SyncWatch()
/openbmc/phosphor-buttons/inc/
H A Dbutton_interface.hpp91 ret = sd_event_add_io(event.get(), nullptr, fd, EPOLLPRI, in init()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dio.cpp80 SDEVENTPLUS_CHECK("sd_event_add_io", event.getSdEvent()->sd_event_add_io( in create_source()
/openbmc/phosphor-time-manager/
H A Dbmc_epoch.cpp69 r = sd_event_add_io(bus.get_event(), &es, timeFd, EPOLLIN, onTimeChange, in initialize()
/openbmc/phosphor-debug-collector/
H A Dwatch.cpp55 sd_event_add_io(eventObj.get(), &source, fd(), events, callback, this); in Watch()
/openbmc/sdeventplus/src/sdeventplus/test/
H A Dsdevent.hpp26 MOCK_CONST_METHOD6(sd_event_add_io,
/openbmc/openpower-occ-control/
H A Docc_errors.cpp47 auto r = sd_event_add_io(event.get(), &sourcePtr, fd, EPOLLPRI | EPOLLERR, in registerCallBack()
H A Dpldm.cpp776 rc = sd_event_add_io(event.get(), &sourcePtr, pldmFd, EPOLLIN, in registerPldmRspCallback()
781 rc = sd_event_add_io(event.get(), &sourcePtr, pldmFd, EPOLLIN, in registerPldmRspCallback()
H A Dpowermode.cpp1152 auto r = sd_event_add_io(event.get(), &sourcePtr, fd, EPOLLPRI | EPOLLERR, in registerIpsStatusCallBack()
/openbmc/sdbusplus/src/
H A Devent.cpp117 auto rc = sd_event_add_io(eventp, &s.sourcep, fd, events, handler, data); in add_io()
/openbmc/phosphor-state-manager/
H A Dscheduled_host_transition.cpp171 r = sd_event_add_io(event.get(), &es, timeFd, EPOLLIN, onTimeChange, this); in initialize()