Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp40 const std::string SYS_VERSION_TABLE_NAME = "version"; variable
141 if (auto ret = dbStore.Insert(seq, SYS_VERSION_TABLE_NAME, bucket); ret != NativeRdb::E_OK) { in StoreSysVersion()
216 if (auto ret = CreateTable(dbStore, SYS_VERSION_TABLE_NAME, fields); ret != NativeRdb::E_OK) { in CreateVersionTable()
217 HIVIEW_LOGE("failed to create %{public}s table", SYS_VERSION_TABLE_NAME.c_str()); in CreateVersionTable()
368 NativeRdb::RdbPredicates predicates(SYS_VERSION_TABLE_NAME); in GetStoredSysVersion()