Searched refs:InputAction (Results 1 – 25 of 28) sorted by relevance
12
47 class InputAction {49 InputAction() in InputAction() function52 virtual ~InputAction() in ~InputAction()
35 static std::shared_ptr<InputAction> GetInputAction(InputType type);
24 class RecordInput : public InputAction {
24 class KeyboardInput : public InputAction {
25 class ElementInput : public InputAction {
24 class MouseInput : public InputAction {
25 class TouchInput : public InputAction {
25 class RotateInput : public InputAction {
25 class HardkeyInput : public InputAction {
25 class SwapInput : public InputAction {
26 class AppswitchInput : public InputAction {
29 class ComponentInput : public InputAction {
30 std::shared_ptr<InputAction> InputFactory::GetInputAction(InputType type) in GetInputAction()32 std::shared_ptr<InputAction> input_action = nullptr; in GetInputAction()
22 ElementInput::ElementInput() : InputAction() {} in ElementInput()
29 HardkeyInput::HardkeyInput() : InputAction() in HardkeyInput()
28 KeyboardInput::KeyboardInput() : InputAction() in KeyboardInput()
29 RotateInput::RotateInput() : InputAction() in RotateInput()
28 MouseInput::MouseInput() : InputAction() in MouseInput()
24 SwapInput::SwapInput() : InputAction() in SwapInput()
24 TouchInput::TouchInput() : InputAction() in TouchInput()
24 AppswitchInput::AppswitchInput() : InputAction() in AppswitchInput()
103 ErrCode InputScene(std::shared_ptr<InputAction> inputaction, bool inputFlag);110 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);
319 ErrCode FocusTestFlow::InputScene(std::shared_ptr<InputAction> inputaction, bool inputFlag) in InputScene()363 std::shared_ptr<InputAction> inputaction = nullptr; in RunStep()399 ErrCode FocusTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &ev… in ProtectRightAbility()
315 ErrCode RandomTestFlow::InputScene(std::shared_ptr<InputAction> inputaction, bool inputFlag) in InputScene()364 std::shared_ptr<InputAction> inputaction = nullptr; in RunStep()400 ErrCode RandomTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &e… in ProtectRightAbility()