Home
last modified time | relevance | path

Searched refs:IsEncrypted (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_store_instance.cpp173 if (prop.IsEncrypted() != existedProp.IsEncrypted()) { in CheckCompatibility()
177 if (prop.IsEncrypted() && in CheckCompatibility()
H A Drelationaldb_properties.cpp50 bool RelationalDBProperties::IsEncrypted() const in IsEncrypted() function in DistributedDB::RelationalDBProperties
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelationaldb_properties.h39 bool IsEncrypted() const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h106 bool IsEncrypted() const in IsEncrypted() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp66 if (properties.IsEncrypted()) { in InitDataBaseOption()