Searched refs:JSON_VALUE_MAIN_ID (Results 1 – 2 of 2) sorted by relevance
61 const std::string JSON_VALUE_MAIN_ID = "main_id"; variable
145 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()