Searched refs:g_passwd (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_data_operation_test.cpp | 36 CipherPassword g_passwd; variable 94 g_passwd.SetValue(g_passwdVect.data(), g_passwdVect.size()); in SetUpTestCase() 710 …EXPECT_EQ(SQLiteUtils::SetKeyInner(db, CipherType::AES_256_GCM, g_passwd, DBConstant::DEFAULT_ITER… 725 …EXPECT_EQ(SQLiteUtils::SetKeyInner(db, CipherType::AES_256_GCM, g_passwd, DBConstant::DEFAULT_ITER… 748 …EXPECT_EQ(SQLiteUtils::SetKeyInner(db, CipherType::AES_256_GCM, g_passwd, DBConstant::DEFAULT_ITER… 770 …EXPECT_EQ(SQLiteUtils::AttachNewDatabaseInner(db, CipherType::AES_256_GCM, g_passwd, fileUrl, atta… 816 …EXPECT_EQ(SQLiteUtils::AttachNewDatabase(db, CipherType::AES_256_GCM, g_passwd, fileUrl, attachNam… 836 SQLiteUtils::AttachNewDatabase(db, CipherType::AES_256_GCM, g_passwd, fileUrl, attachName); 840 …EXPECT_NE(SQLiteUtils::SetKey(db, static_cast<CipherType>(3), g_passwd, DBConstant::DEFAULT_ITER_T… 842 …EXPECT_EQ(SQLiteUtils::SetKey(db, CipherType::AES_256_GCM, g_passwd, DBConstant::DEFAULT_ITER_TIME… [all …]
|
H A D | distributeddb_storage_single_ver_upgrade_test.cpp | 53 CipherPassword g_passwd; variable 289 int errCode = g_passwd.SetValue(passwdBuffer1.data(), passwdBuffer1.size()); in SetUpTestCase()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_nb_delegate_schema_put_test.cpp | 61 CipherPassword g_passwd; variable 62 KvStoreNbDelegate::Option g_strictOpt = {true, false, false, CipherType::DEFAULT, g_passwd, 64 KvStoreNbDelegate::Option g_compOpt = {true, false, false, CipherType::DEFAULT, g_passwd,
|
H A D | distributeddb_interfaces_nb_delegate_local_batch_test.cpp | 58 CipherPassword g_passwd; variable 60 true, false, false, CipherType::DEFAULT, g_passwd,
|