Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/src/
Dfocus_test_flow.cpp129 inputPercent_(INPUTTYPE_INVALIDINPUT, 0) in FocusTestFlow()
147 for (auto input : inputPercent_) { in InitEventPercent()
152 for (int index = 0; index < inputPercent_[type]; index++) { in InitEventPercent()
156 if (inputPercent_[type] > 0) { in InitEventPercent()
160 sumPercent += inputPercent_[type]; in InitEventPercent()
255 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
Drandom_test_flow.cpp130 inputPercent_(INPUTTYPE_INVALIDINPUT, 0) in RandomTestFlow()
148 for (auto input : inputPercent_) { in InitEventPercent()
153 for (int index = 0; index < inputPercent_[type]; index++) { in InitEventPercent()
157 if (inputPercent_[type] > 0) { in InitEventPercent()
161 sumPercent += inputPercent_[type]; in InitEventPercent()
255 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
/test/ostest/wukong/test_flow/include/
Dfocus_test_flow.h130 std::vector<int> inputPercent_; variable
Drandom_test_flow.h135 std::vector<int> inputPercent_; variable