Home
last modified time | relevance | path

Searched refs:lanuchCount_ (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/common/include/
Dspecial_test_object.h141 lanuchCount_.push_back(0); in PushBundleName()
147 std::vector<uint32_t> lanuchCount_; variable
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp176 param->lanuchCount_[launchIndex]++; in JudgeBackResult()
177 TRACK_LOG_STR("lanuchCount_[%d] = %d", launchIndex, param->lanuchCount_[launchIndex]); in JudgeBackResult()
178 if (param->lanuchCount_[launchIndex] > LANUCH_APP_COUNT_MAX) { in JudgeBackResult()
181 param->lanuchCount_[launchIndex] = 0; in JudgeBackResult()
251 componentPtr->lanuchCount_[launchIndex] = 0; in OrderInput()