Searched refs:OnWindowGroupInfo (Results 1 - 3 of 3) sorted by relevance
/foundation/multimodalinput/input/service/message_handle/include/ |
H A D | server_msg_handler.h | 124 int32_t OnWindowGroupInfo(SessionPtr sess, NetPacket &pkt);
|
/foundation/multimodalinput/input/service/message_handle/test/ |
H A D | server_msg_handler_test.cpp | 1396 * @tc.desc: Test the function OnWindowGroupInfo 1407 int32_t ret = handler.OnWindowGroupInfo(sess, pkt); in HWTEST_F() 1411 ret = handler.OnWindowGroupInfo(sess, pkt); in HWTEST_F() 1414 ret = handler.OnWindowGroupInfo(sess, pkt); in HWTEST_F() 1536 * @tc.desc: Test the function OnWindowGroupInfo 1547 int32_t ret = handler.OnWindowGroupInfo(sess, pkt); in HWTEST_F() 1552 ret = handler.OnWindowGroupInfo(sess, pkt); in HWTEST_F() 1556 ret = handler.OnWindowGroupInfo(sess, pkt); in HWTEST_F()
|
/foundation/multimodalinput/input/service/message_handle/src/ |
H A D | server_msg_handler.cpp | 79 return this->OnWindowGroupInfo(sess, pkt); }}, in Init() 577 int32_t ServerMsgHandler::OnWindowGroupInfo(SessionPtr sess, NetPacket &pkt) in OnWindowGroupInfo() function in OHOS::MMI::ServerMsgHandler
|
Completed in 6 milliseconds