Lines Matching refs:AppswitchInput
24 AppswitchInput::AppswitchInput() : InputAction() in AppswitchInput() function in OHOS::WuKong::AppswitchInput
31 AppswitchInput::~AppswitchInput() in ~AppswitchInput()
35 ErrCode AppswitchInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput()
64 ErrCode AppswitchInput::RandomInput() in RandomInput()
87 ErrCode AppswitchInput::RandomInput(const std::string &uri, const std::string &uriType) in RandomInput()
94 ErrCode AppswitchInput::RandomInput(const std::string &uri, const std::vector<std::string> &ability… in RandomInput()
101 ErrCode AppswitchInput::FocusInput(bool shouldScreenCap) in FocusInput()
103 return AppswitchInput::RandomInput(); in FocusInput()
106 ErrCode AppswitchInput::PrintResultOfStartAbility(const ErrCode result, uint32_t index) in PrintResultOfStartAbility()
119 InputType AppswitchInput::GetInputInfo() in GetInputInfo()
124 uint32_t AppswitchInput::GetAbilityIndex(std::vector<std::string>& bundlelist) in GetAbilityIndex()