Searched refs:ComponentInput (Results 1 – 3 of 3) sorted by relevance
29 class ComponentInput : public InputAction {31 ComponentInput();32 ~ComponentInput();
191 ComponentInput::ComponentInput() : InputAction() in ComponentInput() function in OHOS::WuKong::ComponentInput195 ComponentInput::~ComponentInput() in ~ComponentInput()199 ErrCode ComponentInput::OrderInput(const std::shared_ptr<SpcialTestObject>& specialTestObject) in OrderInput()268 ErrCode ComponentInput::RandomInput() in RandomInput()318 ErrCode ComponentInput::FocusInput(bool shouldScreenCap) in FocusInput()371 uint32_t ComponentInput::ChooseRightComponentIndex( in ChooseRightComponentIndex()398 ErrCode ComponentInput::GetInputInfo() in GetInputInfo()403 int ComponentInput::JudgeComponentType(OHOS::Accessibility::AccessibilityElementInfo& elementInfo) in JudgeComponentType()
55 input_action = std::make_shared<ComponentInput>(); in GetInputAction()