Lines Matching defs:SpecialTestFlow
83 SpecialTestFlow::SpecialTestFlow(WuKongShellCommand &shellcommand) : TestFlow(shellcommand)
87 SpecialTestFlow::~SpecialTestFlow()
96 ErrCode SpecialTestFlow::EnvInit()
161 ErrCode SpecialTestFlow::RunStep()
206 ErrCode SpecialTestFlow::ProtectRightAbility()
244 InputType SpecialTestFlow::DistrbuteInputType()
264 const struct option *SpecialTestFlow::GetOptionArguments(std::string &shortOpts)
270 ErrCode SpecialTestFlow::HandleUnknownOption(const char optopt)
301 ErrCode SpecialTestFlow::HandleNormalOption(const int option)
316 ErrCode SpecialTestFlow::CheckArgument(const int option)
336 ErrCode SpecialTestFlow::SetRunningParam(const int option)
363 ErrCode SpecialTestFlow::SetRunningIndicator(const int option)
390 void SpecialTestFlow::RegisterTimer()
394 timerId_ = timer_->Register([this] () { SpecialTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE, true);
399 void SpecialTestFlow::TestTimeout()
405 ErrCode SpecialTestFlow::CheckPosition(std::vector<std::string> argumentlist)
427 ErrCode SpecialTestFlow::LauncherApp()
440 ErrCode SpecialTestFlow::CheckArgumentOptionOfc()
461 ErrCode SpecialTestFlow::CheckArgumentOptionOfT()