Home
last modified time | relevance | path

Searched refs:sdeventplus (Results 51 – 75 of 300) sorted by relevance

12345678910>>...12

/openbmc/phosphor-networkd/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-logging/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-led-manager/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-bmc-code-mgmt/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-certificate-manager/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/pldm/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-state-manager/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-dbus-monitor/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-health-monitor/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-fan-presence/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-debug-collector/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-power/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-buttons/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/openpower-occ-control/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/openpower-proc-control/subprojects/
H A Dsdeventplus.wrap2 url = https://github.com/openbmc/sdeventplus.git
6 sdeventplus = sdeventplus_dep
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dhost_interface.hpp168 sdeventplus::Event& getEvent() in getEvent()
201 virtual void receive(sdeventplus::source::IO& io, int fd, uint32_t revents,
212 sdeventplus::Event _event;
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.hpp18 namespace sdeventplus namespace
48 std::filesystem::path, ErrorCallbackType, sdeventplus::Event&);
51 std::filesystem::path, sdeventplus::Event&);
/openbmc/phosphor-fan-presence/monitor/
H A Dmain.cpp39 auto event = sdeventplus::Event::get_default(); in main()
83 sdeventplus::source::Signal signal( in main()
90 sdeventplus::source::Signal sigUsr1( in main()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp9 namespace sdeventplus namespace
113 Base::Base(const Base& other, sdeventplus::internal::NoOwn) : in Base()
114 event(other.get_event(), sdeventplus::internal::NoOwn()), in Base()
168 Base(base, sdeventplus::internal::NoOwn()) in BaseData()
H A Dtime.cpp11 namespace sdeventplus namespace
26 Time<Id>::Time(const Time<Id>& other, sdeventplus::internal::NoOwn) : in Time()
27 Base(other, sdeventplus::internal::NoOwn()) in Time()
119 Time<Id>(base, sdeventplus::internal::NoOwn()), BaseData(base), in TimeData()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp9 namespace sdeventplus namespace
36 Timer<Id>::Timer(const Timer<Id>& other, sdeventplus::internal::NoOwn) : in Timer()
38 timeSource(other.timeSource, sdeventplus::internal::NoOwn()) in Timer()
192 Timer<Id>(base, sdeventplus::internal::NoOwn()), expired(false), in TimerData()
194 clock(Event(base.timeSource.get_event(), sdeventplus::internal::NoOwn())), in TimerData()
/openbmc/phosphor-networkd/src/
H A Drtnetlink_server.hpp29 Server(sdeventplus::Event& event, Manager& manager);
39 sdeventplus::source::IO io;
/openbmc/kcsbridge/src/
H A Dmain.cpp26 using sdeventplus::source::IO;
27 using sdeventplus::source::Signal;
35 auto event = sdeventplus::Event::get_default(); in execute()
/openbmc/phosphor-certificate-manager/
H A Dwatch.cpp27 Watch::Watch(sdeventplus::Event& event, std::string& certFile, Callback cb) : in Watch()
76 ioPtr = std::make_unique<sdeventplus::source::IO>( in startWatch()
77 event, fd, EPOLLIN, [this](sdeventplus::source::IO&, int fd, uint32_t) { in startWatch()
/openbmc/phosphor-watchdog/src/
H A Dwatchdog.hpp69 const sdeventplus::Event& event, in Watchdog()
181 sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic> timer;

12345678910>>...12