Home
last modified time | relevance | path

Searched refs:shortOpts (Results 1 – 6 of 6) sorted by relevance

/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp38 std::string shortOpts = ""; in CheckVaildityCmd() local
39 auto longOpts = GetOptionArguments(shortOpts); in CheckVaildityCmd()
51 option = getopt_long(argc_, argv_, shortOpts.c_str(), longOpts, nullptr); in CheckVaildityCmd()
Drandom_test_flow.cpp404 const struct option *RandomTestFlow::GetOptionArguments(std::string &shortOpts) in GetOptionArguments() argument
406 shortOpts = SHORT_OPTIONS; in GetOptionArguments()
Dspecial_test_flow.cpp218 const struct option *SpecialTestFlow::GetOptionArguments(std::string &shortOpts) in GetOptionArguments() argument
220 shortOpts = SHORT_OPTIONS; in GetOptionArguments()
/test/ostest/wukong/test_flow/include/
Dtest_flow.h74 virtual const struct option* GetOptionArguments(std::string &shortOpts) = 0;
Drandom_test_flow.h46 virtual const struct option* GetOptionArguments(std::string &shortOpts) override;
Dspecial_test_flow.h45 virtual const struct option *GetOptionArguments(std::string &shortOpts) override;