Searched refs:dbProperties (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
H A D | multi_ver_kvdata_storage.cpp | 51 KvDBProperties dbProperties; in OpenKvDB() local 52 dbProperties.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in OpenKvDB() 57 dbProperties.SetPassword(type, passwd); in OpenKvDB() 59 errCode = kvDB->Open(dbProperties); in OpenKvDB() 300 KvDBProperties dbProperties; in GetVersion() local 306 dbProperties.SetPassword(property.cipherType, property.passwd); in GetVersion() 436 KvDBProperties dbProperties; in BackupCurrentDatabase() local 442 dbProperties.SetPassword(property.cipherType, property.passwd); in BackupCurrentDatabase() 449 return SQLiteLocalKvDB::BackupCurrentDatabase(dbProperties, dir); in BackupCurrentDatabase() 455 KvDBProperties dbProperties; in ImportDatabase() local [all …]
|
H A D | multi_ver_natural_store_commit_storage.cpp | 84 KvDBProperties dbProperties; in GetVersion() local 86 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.path); in GetVersion() 90 dbProperties.SetPassword(property.cipherType, property.passwd); in GetVersion() 115 KvDBProperties dbProperties; in Open() local 117 dbProperties.SetStringProp(KvDBProperties::DATA_DIR, property.path); in Open() 121 dbProperties.SetPassword(property.cipherType, property.passwd); in Open() 123 errCode = commitStorageDatabase_->Open(dbProperties); in Open() 889 KvDBProperties dbProperties; in BackupCurrentDatabase() local 895 dbProperties.SetPassword(property.cipherType, property.passwd); in BackupCurrentDatabase() 903 KvDBProperties dbProperties; in ImportDatabase() local [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/ |
H A D | distributeddb_mock_sync_module_test.cpp | 1846 KvDBProperties dbProperties; variable 1847 dbProperties.SetBoolProp(DBProperties::SYNC_DUAL_TUPLE_MODE, true); 1848 syncDBInterface.SetDbProperties(dbProperties); 1879 KvDBProperties dbProperties; variable 1880 dbProperties.SetBoolProp(DBProperties::SYNC_DUAL_TUPLE_MODE, true); 1881 syncDBInterface.SetDbProperties(dbProperties);
|