Home
last modified time | relevance | path

Searched refs:ENCRYPTED_MODE (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_properties.h59 static const std::string ENCRYPTED_MODE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp23 const std::string KvDBProperties::ENCRYPTED_MODE = "isEncryptedDb"; member in DistributedDB::KvDBProperties
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp91 properties.SetBoolProp(KvDBProperties::ENCRYPTED_MODE, option.isEncryptedDb); in InitPropWithNbOption()
147 properties.SetBoolProp(KvDBProperties::ENCRYPTED_MODE, option.isEncryptedDb); in InitPropWithOption()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dsingle_ver_database_oper.cpp168 KvDBProperties::ENCRYPTED_MODE, (passwd.GetSize() != 0)); in RekeyPostHandle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_database_rd_kernel_test.cpp646 property.SetBoolProp(KvDBProperties::ENCRYPTED_MODE, false);
H A Ddistributeddb_interfaces_database_test.cpp1259 property.SetBoolProp(KvDBProperties::ENCRYPTED_MODE, false);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1016 propertiesPtr->SetBoolProp(KvDBProperties::ENCRYPTED_MODE, param.option.isEncryptedDb); in GetAutoLaunchKVProperties()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_natural_store.cpp191 bool isEncryptedDb = kvDBProp.GetBoolProp(KvDBProperties::ENCRYPTED_MODE, false); in SetUserVer()