Home
last modified time | relevance | path

Searched refs:AutoTestManager (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_lite/test/autotest/src/
H A Dauto_test_manager.cpp24 AutoTestManager::AutoTestManager() in AutoTestManager() function in OHOS::AutoTestManager
29 AutoTestManager::~AutoTestManager() in ~AutoTestManager()
34 AutoTestManager* AutoTestManager::GetInstance() in GetInstance()
36 static AutoTestManager instance; in GetInstance()
40 void AutoTestManager::SetUpTestCase() in SetUpTestCase()
61 void AutoTestManager::TearDownTestCase() in TearDownTestCase()
71 void AutoTestManager
[all...]
H A Dtcp_socket_manager.cpp27 AutoTestManager::GetInstance()->StartTest(msgInfo); in StartTest()
32 AutoTestManager::GetInstance()->SetConfigInfo(configInfo); in DipatchConfigMsg()
37 AutoTestManager::GetInstance()->TestComplete(); in DispatchComplete()
72 AutoTestManager::GetInstance()->SetSendMsgFuncCallBack(std::bind(SendTestMsg, std::placeholders::_1)); in InitSocket()
H A Dui_auto_test.cpp156 AutoTestManager::GetInstance()->SendMsg(C_S_MAIN_ID_TEST_FINISH_INFO); in RunTest()
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()
/foundation/arkui/ui_lite/test/autotest/include/
H A Dauto_test_manager.h26 class AutoTestManager { class
28 AutoTestManager();
29 virtual ~AutoTestManager();
30 static AutoTestManager* GetInstance();

Completed in 2 milliseconds