Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp164 ErrCode JudgeBackResult(const std::shared_ptr<ComponentParam>& param, uint32_t launchIndex) in JudgeBackResult() argument
168 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()
171 result = LauncherApp(param->bundleName_[launchIndex]); in JudgeBackResult()
175 param->pageBack_[launchIndex] = 0; in JudgeBackResult()
176 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()
179 param->bundleFinish_[launchIndex] = true; in JudgeBackResult()
[all …]