Searched refs:configIntParams (Results 1 – 2 of 2) sorted by relevance
55 configIntParams.insert(std::pair<std::string, int32_t>(config.key(), config.value())); in InitConfig()66 auto param = configIntParams.find(key); in GetValueIntByKey()67 if (param == configIntParams.end()) { in GetValueIntByKey()
38 …std::map<std::string, int32_t> configIntParams = {{"historicalRecordMaxNum", HISTORY_RECORD_MAX_NU… variable