Searched refs:tcpBuffer (Results 1 – 4 of 4) sorted by relevance
298 for (std::string tcpBuffer : tcpBufferVec) { in GetDefaultTcpBufferConfig() local299 std::vector<std::string> str = CellularDataUtils::Split(tcpBuffer, ":"); in GetDefaultTcpBufferConfig()336 std::string tcpBuffer = ""; in GetTcpBufferByRadioTech() local347 tcpBuffer = iter->second; in GetTcpBufferByRadioTech()349 return tcpBuffer; in GetTcpBufferByRadioTech()
266 …std::string tcpBuffer = shareStateMachine->cdConnectionManager_->GetTcpBufferByRadioTech(radioTech… in RefreshTcpBufferSizes() local267 TELEPHONY_LOGI("tcpBuffer is %{public}s", tcpBuffer.c_str()); in RefreshTcpBufferSizes()268 shareStateMachine->SetConnectionTcpBuffer(tcpBuffer); in RefreshTcpBufferSizes()
300 void CellularDataStateMachine::SetConnectionTcpBuffer(const std::string &tcpBuffer) in SetConnectionTcpBuffer() argument302 tcpBuffer_ = tcpBuffer; in SetConnectionTcpBuffer()
60 void SetConnectionTcpBuffer(const std::string &tcpBuffer);