Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h96 static bool IsSameCipher(CipherType srcType, CipherType inputType);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp179 !DBCommon::IsSameCipher(prop.GetCipherType(), existedProp.GetCipherType()))) { in CheckCompatibility()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp451 bool DBCommon::IsSameCipher(CipherType srcType, CipherType inputType) in IsSameCipher() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp1021 !DBCommon::IsSameCipher(cacheType, inputType))) { // LCOV_EXCL_BR_LINE in CheckKvDBProperties()