Home
last modified time | relevance | path

Searched refs:AppswitchInput (Results 1 – 3 of 3) sorted by relevance

/test/ostest/wukong/input_factory/src/
Dappswitch_input.cpp24 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()
[all …]
Dinput_factory.cpp51 input_action = std::make_shared<AppswitchInput>(); in GetInputAction()
/test/ostest/wukong/input_factory/include/
Dappswitch_input.h26 class AppswitchInput : public InputAction {
28 AppswitchInput();
29 ~AppswitchInput();