Searched refs:tcpBuffer (Results 1 – 5 of 5) sorted by relevance
402 for (std::string tcpBuffer : tcpBufferVec) { in GetDefaultTcpBufferConfig() local403 std::vector<std::string> str = CellularDataUtils::Split(tcpBuffer, ":"); in GetDefaultTcpBufferConfig()439 std::string tcpBuffer = ""; in GetTcpBufferByRadioTech() local450 tcpBuffer = iter->second; in GetTcpBufferByRadioTech()452 return tcpBuffer; in GetTcpBufferByRadioTech()
307 …std::string tcpBuffer = shareStateMachine->cdConnectionManager_->GetTcpBufferByRadioTech(radioTech… in RefreshTcpBufferSizes() local308 TELEPHONY_LOGI("tcpBuffer is %{public}s", tcpBuffer.c_str()); in RefreshTcpBufferSizes()309 shareStateMachine->SetConnectionTcpBuffer(tcpBuffer); in RefreshTcpBufferSizes()
434 void CellularDataStateMachine::SetConnectionTcpBuffer(const std::string &tcpBuffer) in SetConnectionTcpBuffer() argument437 tcpBuffer_ = tcpBuffer; in SetConnectionTcpBuffer()
66 void SetConnectionTcpBuffer(const std::string &tcpBuffer);
1561 const std::string tcpBuffer = ""; variable1562 cellularMachine->SetConnectionTcpBuffer(tcpBuffer);