Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Dkvdb_manager.h131 static bool CheckOpenDBOptionWithCached(const KvDBProperties &properties, IKvDB *kvdb);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_manager.cpp287 bool KvDBManager::CheckOpenDBOptionWithCached(const KvDBProperties &properties, IKvDB *kvDB) in CheckOpenDBOptionWithCached() function in DistributedDB::KvDBManager
337 if (!CheckOpenDBOptionWithCached(properties, kvDB)) { in GetDatabaseConnection()