Searched refs:tcpBuffer (Results 1 – 4 of 4) sorted by relevance
380 for (std::string tcpBuffer : tcpBufferVec) { in GetDefaultTcpBufferConfig() local381 std::vector<std::string> str = CellularDataUtils::Split(tcpBuffer, ":"); in GetDefaultTcpBufferConfig()417 std::string tcpBuffer = ""; in GetTcpBufferByRadioTech() local428 tcpBuffer = iter->second; in GetTcpBufferByRadioTech()430 return tcpBuffer; in GetTcpBufferByRadioTech()
271 …std::string tcpBuffer = shareStateMachine->cdConnectionManager_->GetTcpBufferByRadioTech(radioTech… in RefreshTcpBufferSizes() local272 TELEPHONY_LOGI("tcpBuffer is %{public}s", tcpBuffer.c_str()); in RefreshTcpBufferSizes()273 shareStateMachine->SetConnectionTcpBuffer(tcpBuffer); in RefreshTcpBufferSizes()
303 void CellularDataStateMachine::SetConnectionTcpBuffer(const std::string &tcpBuffer) in SetConnectionTcpBuffer() argument305 tcpBuffer_ = tcpBuffer; in SetConnectionTcpBuffer()
60 void SetConnectionTcpBuffer(const std::string &tcpBuffer);