Home
last modified time | relevance | path

Searched refs:TestMsgInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp25 static void StartTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo) in StartTest()
198 std::vector<std::shared_ptr<TestMsgInfo>> testMsgInfo; in OnGetTestInfo()
207 std::shared_ptr<TestMsgInfo> msgInfo = std::make_shared<TestMsgInfo>(); in OnGetTestInfo()
218 void TcpSocketClientManager::OnGetTestInfo(QJsonObject arrobj, std::shared_ptr<TestMsgInfo>& msgInf… in OnGetTestInfo()
241 void TcpSocketClientManager::OnPrintTestInfo(const std::vector<std::shared_ptr<TestMsgInfo>> testMs… in OnPrintTestInfo()
H A Dui_auto_test.cpp148 void UIAutoTest::RunTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo) in RunTest()
159 void UIAutoTest::OnTest(std::shared_ptr<TestMsgInfo> info) in OnTest()
H A Dauto_test_manager.cpp81 void AutoTestManager::StartTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo) in StartTest()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dtcp_socket_manager.h29 using DispatchFunc = std::function<void(std::vector<std::shared_ptr<TestMsgInfo>>)>;
65 void OnGetTestInfo(QJsonObject arrobj, std::shared_ptr<TestMsgInfo>& msgInfo);
70 void OnPrintTestInfo(const std::vector<std::shared_ptr<TestMsgInfo>> testMsgInfo) const;
H A Dui_auto_test.h34 void RunTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo);
44 void OnTest(std::shared_ptr<TestMsgInfo> info);
H A Dauto_test_manager.h35 void StartTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo);
H A Dui_test_message.h44 struct TestMsgInfo { struct