Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp318 auto tmpOption = option; in GetKvStore() local
319 if (tmpOption.storageEngineType == std::string(GAUSSDB_RD)) { in GetKvStore()
322 tmpOption.storageEngineType = std::string(SQLITE); in GetKvStore()
327 DBStatus retCode = CheckAndGetSchema(tmpOption.isMemoryDb, tmpOption.schema, schema); in GetKvStore()
333 InitPropWithNbOption(properties, GetKvStorePath(), schema, tmpOption); in GetKvStore()
353 status = SetObserverNotifier(kvStore, tmpOption); in GetKvStore()
363 SecurityOption secOption = tmpOption.secOption; in GetKvStore()