Home
last modified time | relevance | path

Searched refs:TestTimeout (Results 1 – 6 of 6) sorted by relevance

/test/ostest/wukong/test_flow/include/
Dfocus_test_flow.h79 void TestTimeout();
Dspecial_test_flow.h77 void TestTimeout();
Drandom_test_flow.h79 void TestTimeout();
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp394 …timerId_ = timer_->Register([this] () { SpecialTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE… in RegisterTimer()
399 void SpecialTestFlow::TestTimeout() in TestTimeout() function in OHOS::WuKong::SpecialTestFlow
Dfocus_test_flow.cpp530 …timerId_ = timer_->Register([this] () { FocusTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE, … in RegisterTimer()
535 void FocusTestFlow::TestTimeout() in TestTimeout() function in OHOS::WuKong::FocusTestFlow
Drandom_test_flow.cpp601 …timerId_ = timer_->Register([this] () { RandomTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE,… in RegisterTimer()
606 void RandomTestFlow::TestTimeout() in TestTimeout() function in OHOS::WuKong::RandomTestFlow