Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h136 bool isMemoryRdb_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h230 bool isMemoryRdb_; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp875 : isMemoryRdb_(config.IsMemoryRdb()), config_(config), name_(config.GetName()), in RdbStoreImpl()
883 : isMemoryRdb_(config.IsMemoryRdb()), config_(config), name_(config.GetName()), in RdbStoreImpl()
2097 return isMemoryRdb_; in IsMemoryRdb()