Home
last modified time | relevance | path

Searched refs:GetStoreSubDirectory (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp69 std::string subDir = KvDBProperties::GetStoreSubDirectory(databaseType); in Open()
301 std::string subDir = KvDBProperties::GetStoreSubDirectory(databaseType); in InitDataBaseOption()
322 std::string subDir = KvDBProperties::GetStoreSubDirectory(databaseType); in BackupCurrentDatabase()
342 std::string subDir = KvDBProperties::GetStoreSubDirectory(databaseType); in ImportDatabase()
358 …return KvDBUtils::RemoveKvDB(storeDir, storeOnlyDir, KvDBProperties::GetStoreSubDirectory(dbType)); in RemoveKvDB()
367 …return KvDBUtils::GetKvDbSize(storeDir, storeOnlyDir, KvDBProperties::GetStoreSubDirectory(dbType)… in GetKvDBSize()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Ddatabase_oper.cpp85 std::string dbSubDir = KvDBProperties::GetStoreSubDirectory(dbType); in GetCtrlFilePrefix()
99 std::string dbSubDir = KvDBProperties::GetStoreSubDirectory(dbType); in RekeyRecover()
234 std::string subDir = KvDBProperties::GetStoreSubDirectory(databaseType); in CreateBackupDirForExport()
423 std::string subDir = KvDBProperties::GetStoreSubDirectory(databaseType); in InitImportFileInfo()
508 std::string dbSubDir = KvDBProperties::GetStoreSubDirectory(dbType); in ClearImportTempFile()
556 std::string dbSubDir = KvDBProperties::GetStoreSubDirectory(dbType); in ClearExportedTempFiles()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h33 static std::string GetStoreSubDirectory(int type);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp47 std::string KvDBProperties::GetStoreSubDirectory(int type) in GetStoreSubDirectory() function in DistributedDB::KvDBProperties
H A Dgeneric_kvdb.cpp386 std::string subDir = KvDBProperties::GetStoreSubDirectory(dbType); in GetStoreDirectory()