Searched refs:JSON_VALUE_TEST_INFO (Results 1 – 2 of 2) sorted by relevance
67 const std::string JSON_VALUE_TEST_INFO = "testInfo"; variable
199 if (object.contains(JSON_VALUE_TEST_INFO.c_str())) { in OnGetTestInfo()200 QJsonValue arrays_value = object.take(JSON_VALUE_TEST_INFO.c_str()); in OnGetTestInfo()