Searched refs:JSON_VALUE_EVENT_ID (Results 1 – 2 of 2) sorted by relevance
72 const std::string JSON_VALUE_EVENT_ID = "eventID"; variable
106 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()