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.cpp423 ErrCode SpecialTestFlow::CheckPosition(std::vector<std::string> argumentlist) in CheckPosition() argument
433 if (argumentlist.size() > 0) { in CheckPosition()
434 …if (stoi(argumentlist[0]) > screenWidth || stoi(argumentlist[1]) > screenHeight || stoi(argumentli… in CheckPosition()
435 stoi(argumentlist[1]) < 0) { in CheckPosition()
/test/ostest/wukong/test_flow/include/
Dspecial_test_flow.h89 ErrCode CheckPosition(std::vector<std::string> argumentlist);
/test/ostest/wukong/common/src/
Dwukong_util.cpp337 void WuKongUtil::DelRepeatArguments(std::vector<std::string> &argumentlist) in DelRepeatArguments() argument
339 std::set<std::string> s(argumentlist.begin(), argumentlist.end()); in DelRepeatArguments()
340 argumentlist.assign(s.begin(), s.end()); in DelRepeatArguments()
/test/ostest/wukong/common/include/
Dwukong_util.h297 void DelRepeatArguments(std::vector<std::string> &argumentlist);