Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsyncer_proxy.cpp251 int SyncerProxy::UpgradeSchemaVerInMeta() in UpgradeSchemaVerInMeta() function in DistributedDB::SyncerProxy
256 return syncer_->UpgradeSchemaVerInMeta(); in UpgradeSchemaVerInMeta()
H A Dgeneric_syncer.h111 int UpgradeSchemaVerInMeta() override;
H A Dgeneric_syncer.cpp1155 int GenericSyncer::UpgradeSchemaVerInMeta() in UpgradeSchemaVerInMeta() function in DistributedDB::GenericSyncer
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/include/
H A Dsyncer_proxy.h114 int UpgradeSchemaVerInMeta() override;
H A Disyncer.h131 virtual int UpgradeSchemaVerInMeta() = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dsync_able_kvdb.h99 int UpgradeSchemaVerInMeta();
H A Dsync_able_kvdb.cpp500 int SyncAbleKvDB::UpgradeSchemaVerInMeta() in UpgradeSchemaVerInMeta() function in DistributedDB::SyncAbleKvDB
502 return syncer_.UpgradeSchemaVerInMeta(); in UpgradeSchemaVerInMeta()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_relational_syncer.cpp169 int errCode = UpgradeSchemaVerInMeta(); in SchemaChangeCallback()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp1371 return this->UpgradeSchemaVerInMeta(); in InitStorageEngine()