Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Ddb_config.cpp207 if (!CheckCrcCheckEnableConfig(dbConfig, conf.crcCheckEnable_)) { in GetDBConfigFromJsonStr()
257 …bufferPoolSize_ == targetConfig.bufferPoolSize_ && crcCheckEnable_ == targetConfig.crcCheckEnable_; in operator ==()
267 return pageSize_ == targetConfig.pageSize_ && crcCheckEnable_ == targetConfig.crcCheckEnable_; in CheckPersistenceEqual()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/include/
H A Ddb_config.h47 uint32_t crcCheckEnable_ = 1; variable