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::FocusInput(bool shouldScreenCap) in FocusInput()
89 return AppswitchInput::RandomInput(); in FocusInput()
92 ErrCode AppswitchInput::PrintResultOfStartAbility(const ErrCode result, uint32_t index) in PrintResultOfStartAbility()
105 ErrCode AppswitchInput::GetInputInfo() in GetInputInfo()
110 uint32_t AppswitchInput::GetAbilityIndex(std::vector<std::string>& bundlelist) in GetAbilityIndex()
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();