Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/adapter/
H A Dparams_config_operator.cpp55 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()
H A Dparams_config_operator.h38 …std::map<std::string, int32_t> configIntParams = {{"historicalRecordMaxNum", HISTORY_RECORD_MAX_NU… variable