Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dikvdb.h51 virtual int GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.h74 int GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const override;
H A Dsqlite_local_kvdb.cpp361 int SQLiteLocalKvDB::GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const in GetKvDBSize() function in DistributedDB::SQLiteLocalKvDB
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h104 int GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const override;
H A Drd_single_ver_natural_store.cpp420 int RdSingleVerNaturalStore::GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const in GetKvDBSize() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h153 int GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const override;
H A Dmulti_ver_natural_store.cpp1087 int MultiVerNaturalStore::GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const in GetKvDBSize() function in DistributedDB::MultiVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h139 int GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const override;
H A Dsqlite_single_ver_natural_store.cpp1740 int SQLiteSingleVerNaturalStore::GetKvDBSize(const KvDBProperties &properties, uint64_t &size) const in GetKvDBSize() function in DistributedDB::SQLiteSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp530 innerErrCode = kvDB->GetKvDBSize(properties, dbSize); in CalculateKvStoreSize()