Home
last modified time | relevance | path

Searched refs:IsUseExistedSecOption (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_engine.h124 … bool IsUseExistedSecOption(const SecurityOption &existedSecOpt, const SecurityOption &openSecOpt);
H A Dsqlite_single_ver_storage_engine.cpp748 if (IsUseExistedSecOption(existedSecOpt, option_.securityOpt)) { in PreCreateExecutor()
1108 bool SQLiteSingleVerStorageEngine::IsUseExistedSecOption(const SecurityOption &existedSecOpt, in IsUseExistedSecOption() function in DistributedDB::SQLiteSingleVerStorageEngine