Searched full:index_id (Results 1 – 3 of 3) sorted by relevance
98 INDEX_ID: {type: INT32, desc: differentiate multiple calls simultaneously}
36 static constexpr const char *INDEX_ID_KEY = "INDEX_ID";
328 if (root["INDEX_ID"].isInt()) { in ProcessPhoneDebugInfo()329 data.eventDebugInfo.append(" Index ID = ").append(std::to_string(root["INDEX_ID"].asInt())); in ProcessPhoneDebugInfo()