Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/
H A Dui_test_message.h63 const std::string JSON_VALUE_BASE_DIR = "base_dir"; variable
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/
H A Dtcp_socket_manager.cpp177 if (object.contains(JSON_VALUE_BASE_DIR.c_str())) { in OnGetConfigInfo()
178 configInfo->baseDir = object.value(JSON_VALUE_BASE_DIR.c_str()).toString().toStdString(); in OnGetConfigInfo()