Home
last modified time | relevance | path

Searched defs:timer2 (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_utils_lite/test/
H A Dgraphic_timer_test.cpp72 GraphicTimer timer2(NONSENSE_PERIORD, GraphicTimerTest::TimerCb, &timer2, false); variable
88 GraphicTimer timer2(NORMAL_PERIORD, GraphicTimerTest::TimerCb, &timer2, false); variable
/ohos5.0/base/startup/init/test/unittest/loopevent/
H A Dlooptimer_unittest.cpp134 TimerHandle timer2 = NULL; variable
165 TimerHandle timer2 = NULL; variable
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dtimer_manager_test.cpp208 std::unique_ptr<TimerManager::TimerItem> timer2 = std::make_unique<TimerManager::TimerItem>(); variable
481 std::unique_ptr<TimerManager::TimerItem> timer2 = std::make_unique<TimerManager::TimerItem>(); variable
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/test/
H A Dtimer_manager_test.cpp330 auto timer2 = std::make_unique<TimerManager::TimerItem>(); variable
349 auto timer2 = std::make_unique<TimerManager::TimerItem>(); variable
/ohos5.0/base/startup/init/services/loopevent/timer/
H A Dle_timer.c42 TimerNode *timer2 = ListEntry(newNode, TimerNode, node); in TimerNodeCompareProc() local