Searched refs:AppswitchInput (Results 1 – 3 of 3) sorted by relevance
24 AppswitchInput::AppswitchInput() : InputAction() in AppswitchInput() function in OHOS::WuKong::AppswitchInput31 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()[all …]
51 input_action = std::make_shared<AppswitchInput>(); in GetInputAction()
26 class AppswitchInput : public InputAction {28 AppswitchInput();29 ~AppswitchInput();