Searched refs:AttachNewDatabaseInner (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_utils.h | 140 static int AttachNewDatabaseInner(sqlite3 *db, CipherType type, const CipherPassword &password,
|
H A D | sqlite_utils.cpp | 573 errCode = AttachNewDatabaseInner(db, type, password, attachDbAbsPath, attachAsName); in AttachNewDatabase() 581 errCode = AttachNewDatabaseInner(db, type, password, attachDbAbsPath, attachAsName); in AttachNewDatabase() 595 int SQLiteUtils::AttachNewDatabaseInner(sqlite3 *db, CipherType type, const CipherPassword &passwor… in AttachNewDatabaseInner() function in DistributedDB::SQLiteUtils
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_operation_test.cpp | 770 …EXPECT_EQ(SQLiteUtils::AttachNewDatabaseInner(db, CipherType::AES_256_GCM, g_passwd, fileUrl, atta…
|