Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h110 int InnerBackup(const std::string& databasePath,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h189 int InnerBackup(const std::string &databasePath,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1429 return InnerBackup(backupFilePath, encryptKey); in Backup()
1465 ret = InnerBackup(backupFilePath, encryptKey); in Backup()
1497 int RdbStoreImpl::InnerBackup(const std::string &databasePath, const std::vector<uint8_t> &destEncr… in InnerBackup() function in OHOS::NativeRdb::RdbStoreImpl