Home
last modified time | relevance | path

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

/ohos5.0/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::SendMsg(size_t mainID) in SendMsg()
76 void AutoTestManager::SetSendMsgFuncCallBack(SendMsgFunc sendMsgFunc) in SetSendMsgFuncCallBack()
81 void AutoTestManager::StartTest(std::vector<std::shared_ptr<TestMsgInfo>> msgInfo) in StartTest()
92 void AutoTestManager::TestComplete() in TestComplete()
[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()
72AutoTestManager::GetInstance()->SetSendMsgFuncCallBack(std::bind(SendTestMsg, std::placeholders::_… 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()
/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dauto_test_manager.h26 class AutoTestManager {
28 AutoTestManager();
29 virtual ~AutoTestManager();
30 static AutoTestManager* GetInstance();
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/MainAbility/model/
H A DtestData.ets26 AutoTestManager ,
H A DtestDataModels.ets1175 'category' : Category.AutoTestManager
1182 'category' : Category.AutoTestManager
1189 'category' : Category.AutoTestManager
1196 'category' : Category.AutoTestManager
1203 'category' : Category.AutoTestManager
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/pages/
H A DhomePage.ets48 …toTest({ testItems : this.testItems.filter(item => (item.category === Category.AutoTestManager)) })