Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds