Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h61 const std::string JSON_VALUE_MAIN_ID = "main_id"; variable
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp145 if (object.contains(JSON_VALUE_MAIN_ID.c_str())) { in OnGetMsgInfo()
146 mainID = static_cast<size_t>(object.value(JSON_VALUE_MAIN_ID.c_str()).toInt()); in OnGetMsgInfo()