/openbmc/sdeventplus/src/sdeventplus/utility/ |
H A D | timer.cpp | 15 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 D | timer.hpp | 35 class Timer class
|
/openbmc/sdeventplus/example/ |
H A D | heartbeat_timer.cpp | 23 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 D | delayed_echo.cpp | 25 using Timer = sdeventplus::utility::Timer<clockId>; typedef 40 auto timerCb = [&](Timer&) { in main() argument
|
/openbmc/openbmc/meta-facebook/recipes-extended/rsyslog/rsyslog/ |
H A D | rotate-event-logs.timer | 4 [Timer] section 5 OnCalendar=*-*-* *:*:00
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | timer.hpp | 15 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 D | npcm7xx_timer-test.c | 41 typedef struct Timer { struct 45 } Timer; typedef
|
/openbmc/phosphor-networkd/src/ |
H A D | network_manager_main.cpp | 32 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 D | clock_logger.hpp | 28 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
|
/openbmc/sdbusplus/test/async/ |
H A D | timer.cpp | 9 TEST(Timer, DelaySome) in TEST() argument
|
/openbmc/phosphor-power/phosphor-regulators/src/ |
H A D | manager.hpp | 37 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
|
/openbmc/pldm/softoff/ |
H A D | softoff.cpp | 31 using Timer = Time<clockId>; typedef 304 __anon1df998dc0102(Timer& , Timer::TimePoint ) hostSoftOff() argument
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | count_state_floor.cpp | 75 util::SDEventPlus::getEvent(), [&zone, this](Timer&) { in run() argument
|
H A D | pcie_card_floors.cpp | 53 [&zone, this](Timer&) { execute(); }); in run() argument
|
/openbmc/sdbusplus/test/event/ |
H A D | event.cpp | 60 TEST_F(Event, Timer) in TEST_F() argument
|
/openbmc/phosphor-fan-presence/control/ |
H A D | types.hpp | 96 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | zone.hpp | 41 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
|
H A D | manager.hpp | 81 using Timer = sdeventplus::utility::Timer<sdeventplus::ClockId::Monotonic>; typedef
|
/openbmc/openbmc/poky/bitbake/lib/progressbar/ |
H A D | widgets.py | 82 class Timer(Widget): class
|
/openbmc/openpower-occ-control/ |
H A D | pldm.cpp | 32 using Timer = Time<clockId>; typedef
|
/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 110 Timer=0x48, /* general-purpose counter. */ enumerator
|
/openbmc/linux/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 171 RxStatus = 0x18, Timer=0x1A, TxStatus = 0x1B, enumerator
|
H A D | 3c515.c | 213 RxStatus = 0x18, Timer = 0x1A, TxStatus = 0x1B, enumerator
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | fddimib.h | 23 typedef u_long Timer ; typedef
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 308 Timer = 0x48, /* A general-purpose counter. */ enumerator
|