Searched refs:RandomTestFlow (Results 1 – 3 of 3) sorted by relevance
139 RandomTestFlow::RandomTestFlow(WuKongShellCommand &shellcommand) in RandomTestFlow() function in OHOS::WuKong::RandomTestFlow145 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()[all …]
28 testFlow = std::make_shared<RandomTestFlow>(shellCommand); in GetTestFlow()
26 class RandomTestFlow : public TestFlow {28 RandomTestFlow(WuKongShellCommand &shellcommand);29 virtual ~RandomTestFlow();