Searched refs:GetKvDbSize (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_utils.h | 31 static int GetKvDbSize(const std::string &dirAll, const std::string &dirStoreOnly,
|
H A D | kvdb_utils.cpp | 68 int KvDBUtils::GetKvDbSize(const std::string &dirAll, const std::string &dirStoreOnly, in GetKvDbSize() function in DistributedDB::KvDBUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
H A D | sqlite_local_kvdb.cpp | 367 …return KvDBUtils::GetKvDbSize(storeDir, storeOnlyDir, KvDBProperties::GetStoreSubDirectory(dbType)… in GetKvDBSize()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_natural_store.cpp | 1103 int errCode = KvDBUtils::GetKvDbSize(storeDir, storeOnlyDir, storageName, dbSize); in GetKvDBSize()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 1754 int err = KvDBUtils::GetKvDbSize(storeDir, storeOnlyDir, item.second, size); in GetKvDBSize()
|