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