Searched refs:dbVersion (Results 1 - 8 of 8) sorted by relevance
/foundation/distributeddatamgr/relational_store/test/js/rdb/performance/src/ |
H A D | RdbStoreSyncPerf.js | 58 let dbVersion = 1; 61 dbVersion = rdbStore.version;
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/performance/src/ |
H A D | RdbStoreSyncPerf.js | 56 let dbVersion = 1; 59 dbVersion = rdbStore.version;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
H A D | parse_result.h | 148 void SetDbVersion(uint16_t dbVersion) in SetDbVersion() argument 150 dbVersion_ = dbVersion; in SetDbVersion()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 375 int dbVersion = 0; in CheckVersionAndUpgradeIfNeed() local 376 int errCode = SQLiteUtils::GetVersion(openProp, dbVersion); in CheckVersionAndUpgradeIfNeed() 381 LOGD("[SqlLocalDb][CheckUpgrade] DbFile Version=%d, CurVersion=%d.", dbVersion, LOCAL_STORE_VERSION_CURRENT); in CheckVersionAndUpgradeIfNeed() 382 if (dbVersion > LOCAL_STORE_VERSION_CURRENT) { in CheckVersionAndUpgradeIfNeed() 386 if (dbVersion != 0) { in CheckVersionAndUpgradeIfNeed()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_database_utils.cpp | 192 int64_t dbVersion = 0; in QueryDbVersion() local 193 MediaLibraryRdbStore::QueryPragma("user_version", dbVersion); in QueryDbVersion() 194 return static_cast<int32_t> (dbVersion); in QueryDbVersion()
|
H A D | dfx_reporter.cpp | 272 void DfxReporter::ReportCommonVersion(int32_t dbVersion) in ReportCommonVersion() argument 274 MEDIA_INFO_LOG("dbVersion: %{public}d, thumbnailVersion: %{public}d", dbVersion, THUMBNAIL_VERSION); in ReportCommonVersion() 279 "DB_VERSION", dbVersion, in ReportCommonVersion()
|
H A D | dfx_manager.cpp | 242 int32_t dbVersion = DfxDatabaseUtils::QueryDbVersion(); in HandleLocalVersion() local 243 dfxReporter->ReportCommonVersion(dbVersion); in HandleLocalVersion()
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/include/ |
H A D | dfx_reporter.h | 58 void ReportCommonVersion(int32_t dbVersion);
|
Completed in 6 milliseconds