Home
last modified time | relevance | path

Searched refs:ComponmentInputMsg (Results 1 – 4 of 4) sorted by relevance

/test/ostest/wukong/report/include/
Dinput_msg_object.h99 class ComponmentInputMsg : public InputedMsgObject {
101 ComponmentInputMsg() : InputedMsgObject(componmentInput) in ComponmentInputMsg() function
104 virtual ~ComponmentInputMsg() = default;
Dreport.h130 …void ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> inputCom…
/test/ostest/wukong/input_factory/src/
Dcomponent_input.cpp252 … std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>(); in OrderInput()
298 … std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>(); in RandomInput()
350 … std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>(); in FocusInput()
/test/ostest/wukong/report/src/
Dreport.cpp244 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject); in SplitInputMode()
262 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject); in GroupFocusDataAndRecord()
534 void Report::ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> i… in ComponmentInfoArrange()