Home
last modified time | relevance | path

Searched refs:TestSteps (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_auto_test.h46 void OnTestBySteps(std::vector<TestSteps> steps, std::string className);
47 void OnTestOneStep(TestSteps step, std::string className, size_t stepIndex);
H A Dui_test_message.h37 struct TestSteps { struct
47 std::vector<TestSteps> steps; argument
H A Dtcp_socket_manager.h68 void OnGetTestSetps(QJsonArray array, std::vector<TestSteps>& steps);
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp98 void TcpSocketClientManager::OnGetTestSetps(QJsonArray array, std::vector<TestSteps>& steps) in OnGetTestSetps()
101 TestSteps testSteps; in OnGetTestSetps()
H A Dui_auto_test.cpp166 void UIAutoTest::OnTestBySteps(std::vector<TestSteps> steps, std::string className) in OnTestBySteps()
178 void UIAutoTest::OnTestOneStep(TestSteps step, std::string className, size_t stepIndex) in OnTestOneStep()