Home
last modified time | relevance | path

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

/test/ostest/wukong/test_flow/src/
Dspecial_test_flow.cpp384 ErrCode SpecialTestFlow::CheckPosition(std::vector<std::string> argumentlist) in CheckPosition() argument
394 if (argumentlist.size() > 0) { in CheckPosition()
395 …if (stoi(argumentlist[0]) > screenWidth || stoi(argumentlist[1]) > screenHeight || stoi(argumentli… in CheckPosition()
396 stoi(argumentlist[1]) < 0) { in CheckPosition()
/test/ostest/wukong/test_flow/include/
Dspecial_test_flow.h77 ErrCode CheckPosition(std::vector<std::string> argumentlist);
/test/ostest/wukong/common/src/
Dwukong_util.cpp248 void WuKongUtil::DelRepeatArguments(std::vector<std::string> &argumentlist) in DelRepeatArguments() argument
250 std::set<std::string> s(argumentlist.begin(), argumentlist.end()); in DelRepeatArguments()
251 argumentlist.assign(s.begin(), s.end()); in DelRepeatArguments()
/test/ostest/wukong/common/include/
Dwukong_util.h189 void DelRepeatArguments(std::vector<std::string> &argumentlist);