Home
last modified time | relevance | path

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

/test/ostest/wukong/input_factory/include/
Dcomponent_input.h29 class ComponentInput : public InputAction {
31 ComponentInput();
32 ~ComponentInput();
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp191 ComponentInput::ComponentInput() : InputAction() in ComponentInput() function in OHOS::WuKong::ComponentInput
195 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()
Dinput_factory.cpp55 input_action = std::make_shared<ComponentInput>(); in GetInputAction()