Home
last modified time | relevance | path

Searched refs:SetCipherArgs (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelationaldb_properties.h37 void SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uint32_t iterTimes);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelationaldb_properties.cpp42 void RelationalDBProperties::SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uin… in SetCipherArgs() function in DistributedDB::RelationalDBProperties
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_manager.cpp108 properties.SetCipherArgs(option.cipher, option.passwd, option.iterateTimes); in OpenStore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1052 … propertiesPtr->SetCipherArgs(param.option.cipher, param.option.passwd, param.option.iterateTimes); in GetAutoLaunchRelationProperties()