Home
last modified time | relevance | path

Searched refs:multimodeInputMsg (Results 1 – 7 of 7) sorted by relevance

/test/ostest/wukong/input_factory/src/
Dhardkey_input.cpp31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in HardkeyInput() local
32 multimodeInputMsg->inputType_ = INPUTTYPE_HARDKEYINPUT; in HardkeyInput()
33 inputedMsgObject_ = multimodeInputMsg; in HardkeyInput()
Dkeyboard_input.cpp30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in KeyboardInput() local
31 multimodeInputMsg->inputType_ = INPUTTYPE_KEYBOARDINPUT; in KeyboardInput()
32 inputedMsgObject_ = multimodeInputMsg; in KeyboardInput()
Drotate_input.cpp31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in RotateInput() local
32 multimodeInputMsg->inputType_ = INPUTTYPE_ROTATEINPUT; in RotateInput()
33 inputedMsgObject_ = multimodeInputMsg; in RotateInput()
Dmouse_input.cpp30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in MouseInput() local
31 multimodeInputMsg->inputType_ = INPUTTYPE_MOUSEINPUT; in MouseInput()
32 inputedMsgObject_ = multimodeInputMsg; in MouseInput()
Dswap_input.cpp26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in SwapInput() local
27 multimodeInputMsg->inputType_ = INPUTTYPE_SWAPINPUT; in SwapInput()
28 inputedMsgObject_ = multimodeInputMsg; in SwapInput()
Dtouch_input.cpp26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in TouchInput() local
27 multimodeInputMsg->inputType_ = INPUTTYPE_TOUCHINPUT; in TouchInput()
28 inputedMsgObject_ = multimodeInputMsg; in TouchInput()
Dappswitch_input.cpp26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in AppswitchInput() local
27 multimodeInputMsg->inputType_ = INPUTTYPE_APPSWITCHINPUT; in AppswitchInput()
28 inputedMsgObject_ = multimodeInputMsg; in AppswitchInput()