Searched refs:TestMsgInfo (Results 1 – 7 of 7) sorted by relevance
25 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()
148 void UIAutoTest::RunTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo) in RunTest()159 void UIAutoTest::OnTest(std::shared_ptr<TestMsgInfo> info) in OnTest()
81 void AutoTestManager::StartTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo) in StartTest()
29 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;
34 void RunTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo);44 void OnTest(std::shared_ptr<TestMsgInfo> info);
35 void StartTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo);
44 struct TestMsgInfo { struct