Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp15 Timer<Id>::Timer(const Event& event, Callback&& callback, in Timer() function in sdeventplus::utility::Timer
36 Timer<Id>::Timer(const Timer<Id>& other, sdeventplus::internal::NoOwn) : in Timer() function in sdeventplus::utility::Timer
179 template class Timer<ClockId::RealTime>; variable
180 template class Timer<ClockId::Monotonic>; variable
181 template class Timer<ClockId::BootTime>; variable
182 template class Timer<ClockId::RealTimeAlarm>; variable
183 template class Timer<ClockId::BootTimeAlarm>; variable
H A Dtimer.hpp35 class Timer class
/openbmc/qemu/rust/qemu-api/src/
H A Dtimer.rs19 pub struct Timer(Opaque<bindings::QEMUTimer>); struct
21 unsafe impl Send for Timer {} implementation
22 unsafe impl Sync for Timer {} implementation
31 impl Timer { implementation
103 impl Drop for Timer { implementation
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dsmc-assert-log@.timer3 [Timer] section
4 OnActiveSec=5s
5 Unit=smc-assert-log@%i.service
/openbmc/sdeventplus/example/
H A Dheartbeat_timer.cpp23 using Timer = sdeventplus::utility::Timer<clockId>; typedef
44 event, [](Timer&) { printf("Beat\n"); }, in main() argument
45 std::chrono::seconds{interval}); in main()
H A Ddelayed_echo.cpp25 using Timer = sdeventplus::utility::Timer<clockId>; typedef
40 auto timerCb = [&](Timer&) { in main() argument
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/
H A Drotate-event-logs.timer4 [Timer] section
5 OnCalendar=*-*-* *:*:00
/openbmc/sdbusplus/include/sdbusplus/
H A Dtimer.hpp15 class Timer class
31 Timer(std::function<void()> userCallBack = nullptr) : in Timer() function in sdbusplus::Timer
47 Timer(sd_event* event, std::function<void()> userCallBack = nullptr) : in Timer() function in sdbusplus::Timer
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager_main.cpp32 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef in phosphor::network::TimerExecutor
46 timer.set_callback([cb = std::move(cb)](Timer&) mutable { cb(); }); in setCallback() argument
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c41 typedef struct Timer { struct
45 } Timer; argument
/openbmc/openpower-proc-control/extensions/phal/
H A Dclock_logger.hpp28 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
/openbmc/sdbusplus/test/async/
H A Dtimer.cpp9 TEST(Timer, DelaySome) in TEST() argument
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.hpp37 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
/openbmc/phosphor-buttons/inc/
H A DhostSelector_switch.hpp24 using Timer = sdeventplus::utility::Timer<ClockId::Monotonic>; typedef
/openbmc/pldm/softoff/
H A Dsoftoff.cpp32 using Timer = Time<clockId>; typedef
317 Timer::TimePoint /*time*/) mutable { in hostSoftOff()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dcount_state_floor.cpp75 util::SDEventPlus::getEvent(), [&zone, this](Timer&) { in run() argument
H A Dpcie_card_floors.cpp54 [this](Timer&) { execute(); }); in run() argument
/openbmc/sdbusplus/test/event/
H A Devent.cpp60 TEST_F(Event, Timer) in TEST_F() argument
/openbmc/phosphor-buttons/src/
H A DhostSelector_switch.cpp99 event, [this](Timer&) { pollGpioState(); }, in setInitialHostSelectorValue() argument
/openbmc/phosphor-fan-presence/control/
H A Dtypes.hpp96 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
/openbmc/phosphor-fan-presence/control/json/
H A Dzone.hpp41 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
H A Dmanager.hpp80 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
/openbmc/openbmc/poky/bitbake/lib/progressbar/
H A Dwidgets.py82 class Timer(Widget): class
/openbmc/openpower-occ-control/
H A Dpldm.cpp32 using Timer = Time<clockId>; typedef
/openbmc/u-boot/drivers/net/
H A Drtl8139.c110 Timer=0x48, /* general-purpose counter. */ enumerator

12