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