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.cpp298 for (std::string tcpBuffer : tcpBufferVec) { in GetDefaultTcpBufferConfig() local
299 std::vector<std::string> str = CellularDataUtils::Split(tcpBuffer, ":"); in GetDefaultTcpBufferConfig()
336 std::string tcpBuffer = ""; in GetTcpBufferByRadioTech() local
347 tcpBuffer = iter->second; in GetTcpBufferByRadioTech()
349 return tcpBuffer; in GetTcpBufferByRadioTech()
/base/telephony/cellular_data/services/src/state_machine/
Dactive.cpp266 …std::string tcpBuffer = shareStateMachine->cdConnectionManager_->GetTcpBufferByRadioTech(radioTech… in RefreshTcpBufferSizes() local
267 TELEPHONY_LOGI("tcpBuffer is %{public}s", tcpBuffer.c_str()); in RefreshTcpBufferSizes()
268 shareStateMachine->SetConnectionTcpBuffer(tcpBuffer); in RefreshTcpBufferSizes()
Dcellular_data_state_machine.cpp300 void CellularDataStateMachine::SetConnectionTcpBuffer(const std::string &tcpBuffer) in SetConnectionTcpBuffer() argument
302 tcpBuffer_ = tcpBuffer; in SetConnectionTcpBuffer()
/base/telephony/cellular_data/services/include/state_machine/
Dcellular_data_state_machine.h60 void SetConnectionTcpBuffer(const std::string &tcpBuffer);