Searched refs:MODULE_EXPORT_DETAILS_TABLE_NAME (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/database/adapter/ |
H A D | export_db_storage.cpp | 29 constexpr char MODULE_EXPORT_DETAILS_TABLE_NAME[] = "module_export_details"; variable 62 …if (auto ret = CreateTable(dbStore, MODULE_EXPORT_DETAILS_TABLE_NAME, fields); ret != NativeRdb::E… in CreateExportDetailsTable() 63 HIVIEW_LOGE("failed to create %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in CreateExportDetailsTable() 96 if (dbStore_->Insert(id, MODULE_EXPORT_DETAILS_TABLE_NAME, bucket) != NativeRdb::E_OK) { in InsertExportDetailRecord() 97 … HIVIEW_LOGE("failed to insert record into %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in InsertExportDetailRecord() 117 NativeRdb::RdbPredicates predicates(MODULE_EXPORT_DETAILS_TABLE_NAME); in QueryExportDetailRecord() 129 … HIVIEW_LOGE("failed to query record from %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in QueryExportDetailRecord() 176 if (dbStore_->Update(changeRow, MODULE_EXPORT_DETAILS_TABLE_NAME, bucket, in UpdateExportDetailRecordSeq() 178 … HIVIEW_LOGE("failed to update record in %{public}s table.", MODULE_EXPORT_DETAILS_TABLE_NAME); in UpdateExportDetailRecordSeq()
|