Home
last modified time | relevance | path

Searched defs:once (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/c_utils/base/test/unittest/common/
Dutils_timer_test.cpp177 bool A::StartTimer(int milliseconds, bool once) in StartTimer()
328 static void TimerRegisterMechanism(Utils::Timer& timer, bool once) in TimerRegisterMechanism()
347 bool once = true; variable
364 bool once = false; variable
Dutils_event_test.cpp678 int& timerFd, bool once) in ScheduleTimer()
701 uint32_t Timer::Register(const TimerCallback& callback, uint32_t interval /* ms */, bool once) in Register()
806 TimerEventHandler::TimerEventHandler(int timerFd, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
1018 bool A::StartTimer(int milliseconds, bool once) in StartTimer()
/commonlibrary/c_utils/base/src/
Dtimer_event_handler.cpp32 TimerEventHandler::TimerEventHandler(EventReactor* p, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
Dtimer.cpp82 uint32_t Timer::Register(const TimerCallback& callback, uint32_t interval /* ms */, bool once) in Register()
156 uint32_t Timer::DoRegister(const TimerListCallback& callback, uint32_t interval, bool once, int &ti… in DoRegister()
Devent_reactor.cpp95 …_t EventReactor::ScheduleTimer(const TimerCallback& cb, uint32_t interval, int& timerFd, bool once) in ScheduleTimer()
/commonlibrary/c_utils/base/include/
Dtimer.h131 bool once; member
/commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/
Dtimer_fuzzer.cpp41 bool once = dataProvider->ConsumeBool(); in __anon3cdb833c0102() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/
Dregistry.rs31 once: Once, field
/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
Devent_benchmark_test.cpp813 uint32_t timerId, int& timerFd, bool once) in ScheduleTimer()
839 uint32_t Timer::Register(const TimerCallback& callback, uint32_t interval /* ms */, bool once) in Register()
947 TimerEventHandler::TimerEventHandler(int timerFd, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
1177 bool A::StartTimer(int milliseconds, bool once) in StartTimer()
/commonlibrary/c_utils/base/test/benchmarktest/timer_benchmark_test/
Dtimer_benchmark_test.cpp166 bool A::StartTimer(int milliseconds, bool once) in StartTimer()