Searched defs:ExportDatabase (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.cpp | 945 int SQLiteUtils::ExportDatabase(sqlite3 *db, CipherType type, const CipherPassword &passwd, in ExportDatabase() function in DistributedDB::SQLiteUtils 987 int SQLiteUtils::ExportDatabase(sqlite3 *db, CipherType type, const CipherPassword &passwd, in ExportDatabase() function in DistributedDB::SQLiteUtils 1178 int SQLiteUtils::ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &… in ExportDatabase() function in DistributedDB::SQLiteUtils 1198 int SQLiteUtils::ExportDatabase(const std::string &srcFile, CipherType type, const CipherPassword &… in ExportDatabase() function in DistributedDB::SQLiteUtils
|