Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Drecord_input.cpp192 specialTestObject->isAllFinished_ = true; in OrderInput()
198 specialTestObject->isAllFinished_ = true; in OrderInput()
204 specialTestObject->isAllFinished_ = true; in OrderInput()
209 specialTestObject->isAllFinished_ = true; in OrderInput()
218 specialTestObject->isAllFinished_ = true; in OrderInput()
Dcomponent_input.cpp46 componentPtr->isAllFinished_ = true; in HandleAllBundleStatus()
51 componentPtr->isAllFinished_ = false; in HandleAllBundleStatus()
210 componentPtr->isAllFinished_ = true; in OrderInput()
/test/ostest/wukong/common/include/
Dspecial_test_object.h42 bool isAllFinished_ = false; variable
131 ss << "AllFinished: " << isAllFinished_; in toString()
/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp136 componentParam->isAllFinished_ = false; in EnvInit()
192 if (specialTestObject_->isAllFinished_) { in RunStep()