Lines Matching defs:RandomTestFlow

139 RandomTestFlow::RandomTestFlow(WuKongShellCommand &shellcommand)
145 RandomTestFlow::~RandomTestFlow()
154 ErrCode RandomTestFlow::InitEventPercent()
206 ErrCode RandomTestFlow::EnvInit()
235 ErrCode RandomTestFlow::SetInputPercent(const int option)
270 ErrCode RandomTestFlow::SetBlackWhiteSheet(const int option)
304 ErrCode RandomTestFlow::SetRunningParam(const int option)
325 ErrCode RandomTestFlow::SetRunningIndicator(const int option)
341 ErrCode RandomTestFlow::InputScene(std::shared_ptr<InputAction> inputaction, bool inputFlag)
365 bool RandomTestFlow::SetBlockPage(const std::vector<std::string> systemPaths)
384 ErrCode RandomTestFlow::RunStep()
439 ErrCode RandomTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId)
487 ErrCode RandomTestFlow::HandleNormalOption(const int option)
509 ErrCode RandomTestFlow::CheckArgument(const int option)
537 const struct option *RandomTestFlow::GetOptionArguments(std::string &shortOpts)
543 ErrCode RandomTestFlow::HandleUnknownOption(const char optopt)
590 void RandomTestFlow::RandomShuffle()
597 void RandomTestFlow::RegisterTimer()
601 timerId_ = timer_->Register([this] () { RandomTestFlow::TestTimeout(); }, totalTime_ * ONE_MINUTE, true);
606 void RandomTestFlow::TestTimeout()
612 ErrCode RandomTestFlow::CheckArgumentOptionOfe()
629 ErrCode RandomTestFlow::CheckArgumentOptionOfE()
646 ErrCode RandomTestFlow::CheckArgumentOptionOfc()
667 ErrCode RandomTestFlow::CheckArgumentOptionOfT()
687 bool RandomTestFlow::CheckBlockAbility()