Home
last modified time | relevance | path

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 Dsqlite_utils.h140 static int AttachNewDatabaseInner(sqlite3 *db, CipherType type, const CipherPassword &password,
H A Dsqlite_utils.cpp573 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 Ddistributeddb_storage_data_operation_test.cpp770 …EXPECT_EQ(SQLiteUtils::AttachNewDatabaseInner(db, CipherType::AES_256_GCM, g_passwd, fileUrl, atta…