Home
last modified time | relevance | path

Searched refs:inputType_ (Results 1 – 10 of 10) sorted by relevance

/test/ostest/wukong/report/include/
Dinput_msg_object.h60 DEBUG_LOG_STR("inputType{%d}", inputType_); in GetInputType()
61 switch (inputType_) { in GetInputType()
96 InputType inputType_ = INPUTTYPE_INVALIDINPUT; variable
Dinput_info.h63 InputType inputType_; variable
/test/ostest/wukong/report/src/
Dinput_info.cpp24 switch (inputType_) { in InputTypeToString()
/test/ostest/wukong/input_factory/src/
Dhardkey_input.cpp32 multimodeInputMsg->inputType_ = INPUTTYPE_HARDKEYINPUT; in HardkeyInput()
Dkeyboard_input.cpp31 multimodeInputMsg->inputType_ = INPUTTYPE_KEYBOARDINPUT; in KeyboardInput()
Drotate_input.cpp32 multimodeInputMsg->inputType_ = INPUTTYPE_ROTATEINPUT; in RotateInput()
Dmouse_input.cpp31 multimodeInputMsg->inputType_ = INPUTTYPE_MOUSEINPUT; in MouseInput()
Dswap_input.cpp27 multimodeInputMsg->inputType_ = INPUTTYPE_SWAPINPUT; in SwapInput()
Dtouch_input.cpp27 multimodeInputMsg->inputType_ = INPUTTYPE_TOUCHINPUT; in TouchInput()
Dappswitch_input.cpp27 multimodeInputMsg->inputType_ = INPUTTYPE_APPSWITCHINPUT; in AppswitchInput()