Home
last modified time | relevance | path

Searched refs:TestConfigInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dauto_test_manager.h37 void SetConfigInfo(const std::shared_ptr<TestConfigInfo> configInfo);
38 std::shared_ptr<TestConfigInfo> GetConfigInfo();
44 std::shared_ptr<TestConfigInfo> configInfo_;
H A Dui_test_message.h50 struct TestConfigInfo { struct
51 TestConfigInfo() in TestConfigInfo() argument
H A Dtcp_socket_manager.h30 using DispatchConfigFunc = std::function<void(std::shared_ptr<TestConfigInfo>)>;
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dauto_test_manager.cpp101 void AutoTestManager::SetConfigInfo(const std::shared_ptr<TestConfigInfo> configInfo) in SetConfigInfo()
111 std::shared_ptr<TestConfigInfo> AutoTestManager::GetConfigInfo() in GetConfigInfo()
H A Dtcp_socket_manager.cpp30 static void DipatchConfigMsg(std::shared_ptr<TestConfigInfo> configInfo) in DipatchConfigMsg()
172 std::shared_ptr<TestConfigInfo> configInfo = std::make_shared<TestConfigInfo>(); in OnGetConfigInfo()
H A Dui_auto_test.cpp214 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()