Home
last modified time | relevance | path

Searched refs:GetOptionArguments (Results 1 – 8 of 8) sorted by relevance

/test/ostest/wukong/test_flow/include/
Dtest_flow.h74 virtual const struct option* GetOptionArguments(std::string &shortOpts) = 0;
Dfocus_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;
Drandom_test_flow.h46 virtual const struct option* GetOptionArguments(std::string &shortOpts) override;
/test/ostest/wukong/test_flow/src/
Dtest_flow.cpp39 auto longOpts = GetOptionArguments(shortOpts); in CheckVaildityCmd()
Dspecial_test_flow.cpp264 const struct option *SpecialTestFlow::GetOptionArguments(std::string &shortOpts) in GetOptionArguments() function in OHOS::WuKong::SpecialTestFlow
Dfocus_test_flow.cpp469 const struct option *FocusTestFlow::GetOptionArguments(std::string &shortOpts) in GetOptionArguments() function in OHOS::WuKong::FocusTestFlow
Drandom_test_flow.cpp537 const struct option *RandomTestFlow::GetOptionArguments(std::string &shortOpts) in GetOptionArguments() function in OHOS::WuKong::RandomTestFlow