Searched refs:AutoTestManager (Results 1 – 7 of 7) sorted by relevance
24 AutoTestManager::AutoTestManager() in AutoTestManager() function in OHOS::AutoTestManager29 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 …]
27 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::_… in InitSocket()
156 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()
26 class AutoTestManager {28 AutoTestManager();29 virtual ~AutoTestManager();30 static AutoTestManager* GetInstance();
26 AutoTestManager ,
1175 'category' : Category.AutoTestManager1182 'category' : Category.AutoTestManager1189 'category' : Category.AutoTestManager1196 'category' : Category.AutoTestManager1203 'category' : Category.AutoTestManager
48 …toTest({ testItems : this.testItems.filter(item => (item.category === Category.AutoTestManager)) })