Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h72 const std::string JSON_VALUE_EVENT_ID = "eventID"; variable
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp106 if (arrobj.contains(JSON_VALUE_EVENT_ID.c_str())) { in OnGetTestSetps()
107 … testSteps.eventID = static_cast<TestEventID>(arrobj.value(JSON_VALUE_EVENT_ID.c_str()).toInt()); in OnGetTestSetps()