Home
last modified time | relevance | path

Searched refs:testMsgInfo (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp198 std::vector<std::shared_ptr<TestMsgInfo>> testMsgInfo; in OnGetTestInfo() local
210 testMsgInfo.push_back(msgInfo); in OnGetTestInfo()
213 OnPrintTestInfo(testMsgInfo); in OnGetTestInfo()
215 dispatchFunc_(testMsgInfo); in OnGetTestInfo()
241 void TcpSocketClientManager::OnPrintTestInfo(const std::vector<std::shared_ptr<TestMsgInfo>> testMsgInfo) const in OnPrintTestInfo()
243 for (auto it : testMsgInfo) { in OnPrintTestInfo()
/foundation/arkui/ui_lite/test/autotest/include/
H A Dtcp_socket_manager.h70 void OnPrintTestInfo(const std::vector<std::shared_ptr<TestMsgInfo>> testMsgInfo) const;

Completed in 1 milliseconds