Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp398 tcpBufferConfigMap_.clear(); in GetDefaultTcpBufferConfig()
404 tcpBufferConfigMap_.emplace(str.front(), str.back()); in GetDefaultTcpBufferConfig()
406 …("Slot%{public}d: TCP_BUFFER_CONFIG_MAP size is %{public}zu", slotId_, tcpBufferConfigMap_.size()); in GetDefaultTcpBufferConfig()
448 std::map<std::string, std::string>::iterator iter = tcpBufferConfigMap_.find(radioTechName); in GetTcpBufferByRadioTech()
449 if (iter != tcpBufferConfigMap_.end()) { in GetTcpBufferByRadioTech()
/ohos5.0/base/telephony/cellular_data/services/include/
H A Ddata_connection_manager.h73 std::map<std::string, std::string> tcpBufferConfigMap_; variable