Searched defs:history_id (Results 1 – 2 of 2) sorted by relevance
901 int history_id, in UpdateReportFullyDrawn()997 static std::optional<RawTraceModel> SelectByHistoryId(DbHandle db, int history_id) { in SelectByHistoryId()1017 int history_id, in Insert()1042 int history_id; variable
225 .tap([](int history_id) { LOG(VERBOSE) << " tap rx history id = " << history_id; }) in OnNewEvent()521 int history_id = std::get<1>(trace_tuple); in StartTracing() local