Searched refs:CheckAndGetDBConfig (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | db_config.cpp | 51 bool CheckAndGetDBConfig(const JsonObject &config, const std::string &name, const std::function<boo… in CheckAndGetDBConfig() function 85 return CheckAndGetDBConfig(config, DB_CONFIG_PAGESIZE, checkFunction, pageSize); in CheckPageSizeConfig() 93 return CheckAndGetDBConfig(config, DB_CONFIG_REDO_FLUSH_BY_TRX, checkFunction, redoFlush); in CheckRedoFlushConfig() 102 return CheckAndGetDBConfig(config, DB_CONFIG_REDO_PUB_BUFF_SIZE, checkFunction, redoBufSize); in CheckRedoBufSizeConfig() 110 return CheckAndGetDBConfig(config, DB_CONFIG_MAX_CONN_NUM, checkFunction, maxConnNum); in CheckMaxConnNumConfig() 119 return CheckAndGetDBConfig(config, DB_CONFIG_BUFFER_POOL_SIZE, checkFunction, redoBufSize); in CheckBufferPoolSizeConfig() 127 return CheckAndGetDBConfig(config, DB_CONFIG_CRC_CHECK_ENABLE, checkFunction, crcCheckEnable); in CheckCrcCheckEnableConfig() 135 return CheckAndGetDBConfig(config, DB_CONFIG_SHARED_MODE, checkFunction, shareModeCheckEnable); in CheckShareModeConfig()
|