Home
last modified time | relevance | path

Searched refs:argumentlist (Results 1 - 4 of 4) sorted by relevance

/test/ostest/wukong/test_flow/src/
H A Dspecial_test_flow.cpp405 ErrCode SpecialTestFlow::CheckPosition(std::vector<std::string> argumentlist) in CheckPosition() argument
415 if (argumentlist.size() > 0) { in CheckPosition()
416 if (stoi(argumentlist[0]) > screenWidth || stoi(argumentlist[1]) > screenHeight || stoi(argumentlist[0]) < 0 || in CheckPosition()
417 stoi(argumentlist[1]) < 0) { in CheckPosition()
/test/ostest/wukong/test_flow/include/
H A Dspecial_test_flow.h87 * @param argumentlist the list of touch params or swap params
90 ErrCode CheckPosition(std::vector<std::string> argumentlist);
/test/ostest/wukong/common/src/
H A Dwukong_util.cpp415 void WuKongUtil::DelRepeatArguments(std::vector<std::string> &argumentlist) in DelRepeatArguments() argument
417 std::set<std::string> s(argumentlist.begin(), argumentlist.end()); in DelRepeatArguments()
418 argumentlist.assign(s.begin(), s.end()); in DelRepeatArguments()
/test/ostest/wukong/common/include/
H A Dwukong_util.h190 * @param argumentlist argument list.
332 * @param argumentlist argument list.
334 void DelRepeatArguments(std::vector<std::string> &argumentlist);

Completed in 4 milliseconds