Searched refs:isDbExisted (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 214 int SQLiteLocalKvDB::GetVersion(const KvDBProperties &kvDBProp, int &version, bool &isDbExisted) co… in GetVersion() 218 isDbExisted = OS::CheckPathExistence(option.uri); in GetVersion() 221 if (isDbExisted) { in GetVersion() 231 bool isDbExisted = OS::CheckPathExistence(option.uri); in SetVersion() local 232 if (!isDbExisted) { in SetVersion()
|
H A D | sqlite_local_kvdb.h | 60 int GetVersion(const KvDBProperties &kvDBProp, int &version, bool &isDbExisted) const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_multi_ver_data_storage.cpp | 78 int SQLiteMultiVerDataStorage::GetVersion(const Property &property, int &version, bool &isDbExisted… in GetVersion() 82 isDbExisted = OS::CheckPathExistence(uri); in GetVersion() 83 if (isDbExisted) { in GetVersion()
|
H A D | sqlite_multi_ver_data_storage.h | 69 int GetVersion(const Property &property, int &version, bool &isDbExisted) const override;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | ikvdb_multi_ver_data_storage.h | 61 virtual int GetVersion(const Property &property, int &version, bool &isDbExisted) const = 0;
|
H A D | multi_ver_natural_store_commit_storage.h | 116 …atic int GetVersion(const IKvDBCommitStorage::Property &property, int &version, bool &isDbExisted);
|
H A D | multi_ver_natural_store_commit_storage.cpp | 77 int &version, bool &isDbExisted) in GetVersion() argument 92 int errCode = localKvdb->GetVersion(dbProperties, version, isDbExisted); in GetVersion()
|