Home
last modified time | relevance | path

Searched refs:tcpBuffer (Results 1 – 4 of 4) sorted by relevance

/base/telephony/cellular_data/services/src/
Ddata_connection_manager.cpp380 for (std::string tcpBuffer : tcpBufferVec) { in GetDefaultTcpBufferConfig() local
381 std::vector<std::string> str = CellularDataUtils::Split(tcpBuffer, ":"); in GetDefaultTcpBufferConfig()
417 std::string tcpBuffer = ""; in GetTcpBufferByRadioTech() local
428 tcpBuffer = iter->second; in GetTcpBufferByRadioTech()
430 return tcpBuffer; in GetTcpBufferByRadioTech()
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp271 …std::string tcpBuffer = shareStateMachine->cdConnectionManager_->GetTcpBufferByRadioTech(radioTech… in RefreshTcpBufferSizes() local
272 TELEPHONY_LOGI("tcpBuffer is %{public}s", tcpBuffer.c_str()); in RefreshTcpBufferSizes()
273 shareStateMachine->SetConnectionTcpBuffer(tcpBuffer); in RefreshTcpBufferSizes()
Dcellular_data_state_machine.cpp303 void CellularDataStateMachine::SetConnectionTcpBuffer(const std::string &tcpBuffer) in SetConnectionTcpBuffer() argument
305 tcpBuffer_ = tcpBuffer; in SetConnectionTcpBuffer()
/base/telephony/cellular_data/services/include/state_machine/
Dcellular_data_state_machine.h60 void SetConnectionTcpBuffer(const std::string &tcpBuffer);