Home
last modified time | relevance | path

Searched refs:MultimodeInputMsg (Results 1 – 9 of 9) sorted by relevance

/test/ostest/wukong/report/include/
Dinput_msg_object.h52 class MultimodeInputMsg : public InputedMsgObject {
54 MultimodeInputMsg() : InputedMsgObject(multimodeInput) in MultimodeInputMsg() function
95 virtual ~MultimodeInputMsg() = default;
/test/ostest/wukong/input_factory/src/
Dhardkey_input.cpp31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in HardkeyInput()
Dkeyboard_input.cpp30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in KeyboardInput()
Drotate_input.cpp31 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in RotateInput()
Dmouse_input.cpp30 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in MouseInput()
Dswap_input.cpp26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in SwapInput()
Dtouch_input.cpp26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in TouchInput()
Dappswitch_input.cpp26 std::shared_ptr<MultimodeInputMsg> multimodeInputMsg = std::make_shared<MultimodeInputMsg>(); in AppswitchInput()
/test/ostest/wukong/report/src/
Dreport.cpp237 auto inputMutlMsgPtr = std::static_pointer_cast<MultimodeInputMsg>(inputedMsgObject); in SplitInputMode()