Searched refs:RandomTestFlow (Results 1 – 3 of 3) sorted by relevance
128 RandomTestFlow::RandomTestFlow(WuKongShellCommand &shellcommand) in RandomTestFlow() function in OHOS::WuKong::RandomTestFlow134 RandomTestFlow::~RandomTestFlow() in ~RandomTestFlow()143 ErrCode RandomTestFlow::InitEventPercent() in InitEventPercent()195 ErrCode RandomTestFlow::EnvInit() in EnvInit()224 ErrCode RandomTestFlow::SetInputPercent(const int option) in SetInputPercent()259 ErrCode RandomTestFlow::SetBlackWhiteSheet(const int option) in SetBlackWhiteSheet()287 ErrCode RandomTestFlow::SetRunningParam(const int option) in SetRunningParam()302 ErrCode RandomTestFlow::SetRunningIndicator(const int option) in SetRunningIndicator()315 ErrCode RandomTestFlow::InputScene(std::shared_ptr<InputAction> inputaction, bool inputFlag) in InputScene()326 bool RandomTestFlow::SetBlockPage(const std::vector<std::string> systemPaths) in SetBlockPage()[all …]
28 testFlow = std::make_shared<RandomTestFlow>(shellCommand); in GetTestFlow()
26 class RandomTestFlow : public TestFlow {28 RandomTestFlow(WuKongShellCommand &shellcommand);29 virtual ~RandomTestFlow();