Home
last modified time | relevance | path

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

/test/ostest/wukong/report/include/
Dinput_msg_object.h35 class InputedMsgObject {
37 InputedMsgObject(inputedMode inputedMode) in InputedMsgObject() function
46 virtual ~InputedMsgObject() = default;
52 class MultimodeInputMsg : public InputedMsgObject {
54 MultimodeInputMsg() : InputedMsgObject(multimodeInput) in MultimodeInputMsg()
99 class ComponmentInputMsg : public InputedMsgObject {
101 ComponmentInputMsg() : InputedMsgObject(componmentInput) in ComponmentInputMsg()
Dreport.h50 void SyncInputInfo(std::shared_ptr<InputedMsgObject> inputedMsgObject);
55 …void SplitInputMode(std::shared_ptr<InputedMsgObject> &inputedMsgObject, std::map<std::string, std…
60 …void GroupFocusDataAndRecord(std::shared_ptr<InputedMsgObject> &inputedMsgObject, std::map<std::st…
/test/ostest/wukong/input_factory/include/
Dkeyboard_input.h36 std::shared_ptr<InputedMsgObject> inputedMsgObject_;
Dmouse_input.h43 std::shared_ptr<InputedMsgObject> inputedMsgObject_;
Dtouch_input.h38 std::shared_ptr<InputedMsgObject> inputedMsgObject_;
Drotate_input.h40 std::shared_ptr<InputedMsgObject> inputedMsgObject_;
Dhardkey_input.h45 std::shared_ptr<InputedMsgObject> inputedMsgObject_;
Dswap_input.h40 std::shared_ptr<InputedMsgObject> inputedMsgObject_;
Dappswitch_input.h68 std::shared_ptr<InputedMsgObject> inputedMsgObject_;
/test/ostest/wukong/report/src/
Dreport.cpp186 void Report::SyncInputInfo(std::shared_ptr<InputedMsgObject> inputedMsgObject) in SyncInputInfo()
231 void Report::SplitInputMode(std::shared_ptr<InputedMsgObject> &inputedMsgObject, in SplitInputMode()
254 void Report::GroupFocusDataAndRecord(std::shared_ptr<InputedMsgObject> &inputedMsgObject, in GroupFocusDataAndRecord()