Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp51 const std::string COLUMN_VERSION_NAME = "name"; variable
139 bucket.PutString(COLUMN_VERSION_NAME, version); in StoreSysVersion()
214 {COLUMN_VERSION_NAME, SqlUtil::COLUMN_TYPE_STR}, in CreateVersionTable()
370 columns.emplace_back(COLUMN_VERSION_NAME); in GetStoredSysVersion()
382 if (entity.Get(COLUMN_VERSION_NAME).GetString(version) != NativeRdb::E_OK) { in GetStoredSysVersion()