Home
last modified time | relevance | path

Searched refs:GetDbPropertyForUpdate (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp119 multiVerNaturalStore_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in RekeyPostHandle()
120 multiVerNaturalStore_->GetDbPropertyForUpdate().SetPassword(cipherType, passwd); in RekeyPostHandle()
138 multiVerNaturalStore_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in ExportAllDatabases()
H A Dlocal_database_oper.cpp117 localKvDb_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in RekeyPostHandle()
118 localKvDb_->GetDbPropertyForUpdate().SetPassword(cipherType, passwd); in RekeyPostHandle()
H A Dsingle_ver_database_oper.cpp165 singleVerNaturalStore_->GetDbPropertyForUpdate().GetPassword(cipherType, oldPasswd); in RekeyPostHandle()
166 singleVerNaturalStore_->GetDbPropertyForUpdate().SetPassword(cipherType, passwd); in RekeyPostHandle()
167 singleVerNaturalStore_->GetDbPropertyForUpdate().SetBoolProp( in RekeyPostHandle()
540 singleVerNaturalStore_->GetDbPropertyForUpdate().SetPassword(type, passwd); in RunRekeyLogic()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb.h66 KvDBProperties &GetDbPropertyForUpdate();
H A Dsqlite_local_kvdb.cpp243 KvDBProperties &SQLiteLocalKvDB::GetDbPropertyForUpdate() in GetDbPropertyForUpdate() function in DistributedDB::SQLiteLocalKvDB
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.h106 KvDBProperties &GetDbPropertyForUpdate();
H A Drd_single_ver_natural_store.cpp425 KvDBProperties &RdSingleVerNaturalStore::GetDbPropertyForUpdate() in GetDbPropertyForUpdate() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store.h155 KvDBProperties &GetDbPropertyForUpdate();
H A Dmulti_ver_natural_store.cpp1119 KvDBProperties &MultiVerNaturalStore::GetDbPropertyForUpdate() in GetDbPropertyForUpdate() function in DistributedDB::MultiVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.h140 KvDBProperties &GetDbPropertyForUpdate();
H A Dsqlite_single_ver_natural_store_extend.cpp41 KvDBProperties &SQLiteSingleVerNaturalStore::GetDbPropertyForUpdate() in GetDbPropertyForUpdate() function in DistributedDB::SQLiteSingleVerNaturalStore