Home
last modified time | relevance | path

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

/test/ostest/wukong/report/include/
H A Dinput_msg_object.h99 class ComponmentInputMsg : public InputedMsgObject { class
101 ComponmentInputMsg() : InputedMsgObject(componmentInput) in ComponmentInputMsg() function in OHOS::WuKong::ComponmentInputMsg
104 virtual ~ComponmentInputMsg() = default;
H A Dreport.h130 void ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> inputCompMsgPtr,
/test/ostest/wukong/input_factory/src/
H A 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()
348 std::shared_ptr<ComponmentInputMsg> componentInputMsg = std::make_shared<ComponmentInputMsg>(); in FocusInput()
/test/ostest/wukong/report/src/
H A Dreport.cpp244 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject); in SplitInputMode()
262 auto inputCompMsgPtr = std::static_pointer_cast<ComponmentInputMsg>(inputedMsgObject); in GroupFocusDataAndRecord()
535 void Report::ComponmentInfoArrange(const std::string &bundle, std::shared_ptr<ComponmentInputMsg> inputCompMsgPtr, in ComponmentInfoArrange()

Completed in 4 milliseconds