Home
last modified time | relevance | path

Searched refs:isFinished_ (Results 1 – 5 of 5) sorted by relevance

/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp28 isFinished_(false), in TestFlow()
105 while (!isFinished_) { in Run()
114 if (!isFinished_) { in Run()
120 isFinished_ = true; in Run()
139 isFinished_ = true; in Stop()
Dspecial_test_flow.cpp167 isFinished_ = true; in RunStep()
193 isFinished_ = true; in RunStep()
197 isFinished_ = true; in RunStep()
200 isFinished_ = true; in RunStep()
420 isFinished_ = true; in TestTimeout()
Dfocus_test_flow.cpp358 isFinished_ = true; in RunStep()
557 isFinished_ = true; in TestTimeout()
Drandom_test_flow.cpp352 isFinished_ = true; in RunStep()
587 isFinished_ = true; in TestTimeout()
/test/ostest/wukong/test_flow/include/
Dtest_flow.h107 bool isFinished_; variable