Home
last modified time | relevance | path

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

/test/ostest/wukong/common/include/
Dspecial_test_object.h140 pageBack_.push_back(0); in PushBundleName()
146 std::vector<uint32_t> pageBack_; variable
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp168 param->pageBack_[launchIndex]++; in JudgeBackResult()
169 TRACK_LOG_STR("back count: %d", param->pageBack_[launchIndex]); in JudgeBackResult()
170 if (param->pageBack_[launchIndex] > PAGE_BACK_COUNT_MAX) { in JudgeBackResult()
175 param->pageBack_[launchIndex] = 0; in JudgeBackResult()
250 componentPtr->pageBack_[launchIndex] = 0; in OrderInput()