Home
last modified time | relevance | path

Searched refs:JSON_VALUE_TEST_STEPS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h70 const std::string JSON_VALUE_TEST_STEPS = "testSteps"; variable
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp232 if (arrobj.contains(JSON_VALUE_TEST_STEPS.c_str())) { in OnGetTestInfo()
233 QJsonValue value = arrobj.take(JSON_VALUE_TEST_STEPS.c_str()); in OnGetTestInfo()