Home
last modified time | relevance | path

Searched defs:Timer (Results 1 – 25 of 28) 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/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/qemu/tests/qtest/
H A Dnpcm7xx_timer-test.c41 typedef struct Timer { struct
45 } Timer; typedef
/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/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/pldm/softoff/
H A Dsoftoff.cpp31 using Timer = Time<clockId>; typedef
304 __anon1df998dc0102(Timer& , Timer::TimePoint ) hostSoftOff() argument
/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.cpp53 [&zone, this](Timer&) { execute(); }); in run() argument
/openbmc/sdbusplus/test/event/
H A Devent.cpp60 TEST_F(Event, Timer) in TEST_F() 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.hpp81 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
/openbmc/linux/drivers/net/ethernet/3com/
H A D3c574_cs.c171 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator
H A D3c515.c213 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dfddimib.h23 typedef u_long Timer ; typedef
/openbmc/linux/drivers/net/ethernet/realtek/
H A D8139too.c308 Timer = 0x48, /* A general-purpose counter. */ enumerator

12