Searched refs:SetPathSecOptWithCheck (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_database_upgrader.cpp | 272 int SQLiteSingleVerDatabaseUpgrader::SetPathSecOptWithCheck(const std::string &path, const Security… in SetPathSecOptWithCheck() function in DistributedDB::SQLiteSingleVerDatabaseUpgrader 323 …errCode = SetPathSecOptWithCheck(mainDbPath, secOption, DBConstant::SINGLE_VER_DATA_STORE, isWithC… in SetSecOption() 327 …errCode = SetPathSecOptWithCheck(cacheDbPath, secOption, DBConstant::SINGLE_VER_CACHE_STORE, isWit… in SetSecOption() 335 …errCode = SetPathSecOptWithCheck(metaDbPath, metaSecOpt, DBConstant::SINGLE_VER_META_STORE, false); in SetSecOption()
|
H A D | sqlite_single_ver_database_upgrader.h | 35 static int SetPathSecOptWithCheck(const std::string &path, const SecurityOption &secOption,
|