Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h88 const std::map<std::string, IKvDB *> &cache, bool isNeedCheckPasswd, int &errCode) const;
122 bool isNeedCheckPasswd) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp787 bool isNeedCheckPasswd, int &errCode) const in FindKvDBFromCache() argument
803 errCode = CheckKvDBProperties(kvDB, properties, isNeedCheckPasswd); in FindKvDBFromCache()
977 bool isNeedCheckPasswd) const in CheckKvDBProperties()
1020 if (isNeedCheckPasswd && (cachePasswd != inputPasswd || in CheckKvDBProperties()