Searched defs:once (Results 1 – 10 of 10) sorted by relevance
| /commonlibrary/c_utils/base/test/unittest/common/ |
| D | utils_timer_test.cpp | 177 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
|
| D | utils_event_test.cpp | 678 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/ |
| D | timer_event_handler.cpp | 32 TimerEventHandler::TimerEventHandler(EventReactor* p, uint32_t timeout /* ms */, bool once) in TimerEventHandler()
|
| D | timer.cpp | 82 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()
|
| D | event_reactor.cpp | 95 …_t EventReactor::ScheduleTimer(const TimerCallback& cb, uint32_t interval, int& timerFd, bool once) in ScheduleTimer()
|
| /commonlibrary/c_utils/base/include/ |
| D | timer.h | 131 bool once; member
|
| /commonlibrary/c_utils/base/test/fuzztest/timer_fuzzer/ |
| D | timer_fuzzer.cpp | 41 bool once = dataProvider->ConsumeBool(); in __anon3cdb833c0102() local
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/unix/ |
| D | registry.rs | 31 once: Once, field
|
| /commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/ |
| D | event_benchmark_test.cpp | 813 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/ |
| D | timer_benchmark_test.cpp | 166 bool A::StartTimer(int milliseconds, bool once) in StartTimer()
|