Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/include/
Drandom_test_flow.h75 void TestTimeout();
Dspecial_test_flow.h64 void TestTimeout();
/test/ostest/wukong/test_flow/src/
Drandom_test_flow.cpp460 …timerId_ = timer_->Register(std::bind(&RandomTestFlow::TestTimeout, this), totalTime_ * ONE_MINUTE… in RegisterTimer()
465 void RandomTestFlow::TestTimeout() in TestTimeout() function in OHOS::WuKong::RandomTestFlow
Dspecial_test_flow.cpp373 …timerId_ = timer_->Register(std::bind(&SpecialTestFlow::TestTimeout, this), totalTime_ * ONE_MINUT… in RegisterTimer()
378 void SpecialTestFlow::TestTimeout() in TestTimeout() function in OHOS::WuKong::SpecialTestFlow