Home
last modified time | relevance | path

Searched refs:InputType (Results 1 - 25 of 29) sorted by relevance

12

/test/ostest/wukong/report/include/
H A Dinput_info.h43 void SetInputType(InputType inputType);
63 InputType inputType_;
H A Dinput_msg_object.h96 InputType inputType_ = INPUTTYPE_INVALIDINPUT;
/test/ostest/wukong/input_factory/include/
H A Dinput_action.h30 enum InputType { enum
93 virtual InputType GetInputInfo() in GetInputInfo()
H A Dinput_factory.h26 * @brief Create the InputAction by InputType
35 static std::shared_ptr<InputAction> GetInputAction(InputType type);
H A Dmouse_input.h34 InputType GetInputInfo();
H A Dkeyboard_input.h34 InputType GetInputInfo();
H A Delement_input.h31 InputType GetInputInfo();
H A Drotate_input.h38 InputType GetInputInfo();
H A Dtouch_input.h36 InputType GetInputInfo();
H A Dswap_input.h38 InputType GetInputInfo();
H A Dhardkey_input.h42 InputType GetInputInfo();
H A Dappswitch_input.h61 InputType GetInputInfo();
H A Dcomponent_input.h36 InputType GetInputInfo();
/test/ostest/wukong/test_flow/src/
H A Dfocus_test_flow.cpp99 const map<int, InputType> OPTION_INPUT_PERCENT = {
226 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent()
383 InputType eventTypeId = (InputType)(eventList_.at(eventindex)); in RunStep()
399 ErrCode FocusTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId) in ProtectRightAbility()
H A Drandom_test_flow.cpp100 const map<int, InputType> OPTION_INPUT_PERCENT = {
237 InputType inputType = INPUTTYPE_INVALIDINPUT; in SetInputPercent()
424 InputType eventTypeId = (InputType)(eventList_.at(eventindex)); in RunStep()
439 ErrCode RandomTestFlow::ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId) in ProtectRightAbility()
H A Dspecial_test_flow.cpp180 InputType inputTypeId = DistrbuteInputType(); in RunStep()
244 InputType SpecialTestFlow::DistrbuteInputType() in DistrbuteInputType()
246 InputType iputType = INPUTTYPE_INVALIDINPUT; in DistrbuteInputType()
/test/ostest/wukong/input_factory/src/
H A Delement_input.cpp33 InputType ElementInput::GetInputInfo() in GetInputInfo()
H A Dhardkey_input.cpp60 InputType HardkeyInput::GetInputInfo() in GetInputInfo()
H A Dkeyboard_input.cpp60 InputType KeyboardInput::GetInputInfo() in GetInputInfo()
H A Dinput_factory.cpp30 std::shared_ptr<InputAction> InputFactory::GetInputAction(InputType type) in GetInputAction()
H A Dswap_input.cpp82 InputType SwapInput::GetInputInfo() in GetInputInfo()
H A Dtouch_input.cpp81 InputType TouchInput::GetInputInfo() in GetInputInfo()
/test/ostest/wukong/test_flow/include/
H A Dspecial_test_flow.h81 * @return the type of input,refer to [InputType] .
83 InputType DistrbuteInputType();
H A Drandom_test_flow.h112 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);
H A Dfocus_test_flow.h112 ErrCode ProtectRightAbility(std::shared_ptr<InputAction> &inputaction, InputType &eventTypeId);

Completed in 8 milliseconds

12