Searched refs:TestConfigInfo (Results 1 – 6 of 6) sorted by relevance
37 void SetConfigInfo(const std::shared_ptr<TestConfigInfo> configInfo);38 std::shared_ptr<TestConfigInfo> GetConfigInfo();44 std::shared_ptr<TestConfigInfo> configInfo_;
50 struct TestConfigInfo { struct51 TestConfigInfo() in TestConfigInfo() argument
30 using DispatchConfigFunc = std::function<void(std::shared_ptr<TestConfigInfo>)>;
101 void AutoTestManager::SetConfigInfo(const std::shared_ptr<TestConfigInfo> configInfo) in SetConfigInfo()111 std::shared_ptr<TestConfigInfo> AutoTestManager::GetConfigInfo() in GetConfigInfo()
30 static void DipatchConfigMsg(std::shared_ptr<TestConfigInfo> configInfo) in DipatchConfigMsg()172 std::shared_ptr<TestConfigInfo> configInfo = std::make_shared<TestConfigInfo>(); in OnGetConfigInfo()
214 std::shared_ptr<TestConfigInfo> config = AutoTestManager::GetInstance()->GetConfigInfo(); in OnSaveFile()230 std::shared_ptr<TestConfigInfo> config = AutoTestManager::GetInstance()->GetConfigInfo(); in TestComplete()249 std::shared_ptr<TestConfigInfo> config = AutoTestManager::GetInstance()->GetConfigInfo(); in OnCompareFile()