Home
last modified time | relevance | path

Searched refs:LocalDatabaseOper (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dlocal_database_oper.cpp26 LocalDatabaseOper::LocalDatabaseOper(SQLiteLocalKvDB *localKvDb, SQLiteStorageEngine *storageEngine) in LocalDatabaseOper() function in DistributedDB::LocalDatabaseOper
31 int LocalDatabaseOper::Rekey(const CipherPassword &passwd) in Rekey()
40 int LocalDatabaseOper::Import(const std::string &filePath, const CipherPassword &passwd) in Import()
49 int LocalDatabaseOper::Export(const std::string &filePath, const CipherPassword &passwd) const in Export()
54 bool LocalDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle()
74 int LocalDatabaseOper::BackupDb(const CipherPassword &passwd) const in BackupDb()
98 int LocalDatabaseOper::CloseStorages() in CloseStorages()
113 int LocalDatabaseOper::RekeyPostHandle(const CipherPassword &passwd) in RekeyPostHandle()
122 int LocalDatabaseOper::ExportAllDatabases(const std::string &currentDir, const CipherPassword &pass… in ExportAllDatabases()
138 int LocalDatabaseOper::BackupCurrentDatabase(const ImportFileInfo &info) const in BackupCurrentDatabase()
[all …]
H A Dlocal_database_oper.h24 class LocalDatabaseOper : public DatabaseOper {
26 LocalDatabaseOper(SQLiteLocalKvDB *localKvDb, SQLiteStorageEngine *storageEngine);
27 ~LocalDatabaseOper() override {}; in ~LocalDatabaseOper()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.cpp53 … std::unique_ptr<LocalDatabaseOper> operation = std::make_unique<LocalDatabaseOper>(this, nullptr); in Open()
106 …std::unique_ptr<LocalDatabaseOper> operation = std::make_unique<LocalDatabaseOper>(this, storageEn… in Rekey()
120 …std::unique_ptr<LocalDatabaseOper> operation = std::make_unique<LocalDatabaseOper>(this, storageEn… in Export()
141 …std::unique_ptr<LocalDatabaseOper> operation = std::make_unique<LocalDatabaseOper>(this, storageEn… in Import()