Home
last modified time | relevance | path

Searched refs:history_id (Results 1 – 2 of 2) sorted by relevance

/system/iorap/src/db/
Dmodels.h901 int history_id, in UpdateReportFullyDrawn() argument
908 bool result = DbQueryBuilder::Update(db, sql, report_fully_drawn_ns, history_id); in UpdateReportFullyDrawn()
911 LOG(ERROR)<< "Failed to update history_id:"<< history_id in UpdateReportFullyDrawn()
990 while (DbQueryBuilder::SelectOnce(stmt, p.id, p.history_id, p.file_path)) { in SelectByVersionedComponentName()
997 static std::optional<RawTraceModel> SelectByHistoryId(DbHandle db, int history_id) { in SelectByHistoryId() argument
1006 DbStatement stmt = DbStatement::Prepare(db, sql, history_id); in SelectByHistoryId()
1009 if (!DbQueryBuilder::SelectOnce(stmt, p.id, p.history_id, p.file_path)) { in SelectByHistoryId()
1017 int history_id, in Insert() argument
1022 DbQueryBuilder::Insert(db, sql, history_id, file_path); in Insert()
1029 p.history_id = history_id; in Insert()
[all …]
/system/iorap/src/manager/
Devent_manager.cc225 .tap([](int history_id) { LOG(VERBOSE) << " tap rx history id = " << history_id; }) in OnNewEvent() argument
521 int history_id = std::get<1>(trace_tuple); in StartTracing() local
545 history_id); in StartTracing()
548 db::RawTraceModel::Insert(db, history_id, file_path); in StartTracing()
690 void UpdateReportFullyDrawn(int history_id, uint64_t timestamp_ns) { in UpdateReportFullyDrawn()
692 << history_id in UpdateReportFullyDrawn()
702 history_id, in UpdateReportFullyDrawn()