Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/src/
Drandom_test_flow.cpp102 inputPercent_(INPUTTYPE_INVALIDINPUT, 0) in RandomTestFlow()
120 for (auto input : inputPercent_) { in InitEventPercent()
125 for (int index = 0; index < inputPercent_[type]; index++) { in InitEventPercent()
129 if (inputPercent_[type] > 0) { in InitEventPercent()
133 sumPercent += inputPercent_[type]; in InitEventPercent()
225 inputPercent_[inputType] = (int)(percent * ONE_HUNDRED_PERCENT); in SetInputPercent()
/test/ostest/wukong/test_flow/include/
Drandom_test_flow.h103 std::vector<int> inputPercent_; variable