Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/
H A Ddata_connection_manager.cpp402 for (std::string tcpBuffer : tcpBufferVec) { in GetDefaultTcpBufferConfig() local
403 std::vector<std::string> str = CellularDataUtils::Split(tcpBuffer, ":"); in GetDefaultTcpBufferConfig()
439 std::string tcpBuffer = ""; in GetTcpBufferByRadioTech() local
450 tcpBuffer = iter->second; in GetTcpBufferByRadioTech()
452 return tcpBuffer; in GetTcpBufferByRadioTech()
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dactive.cpp307 …std::string tcpBuffer = shareStateMachine->cdConnectionManager_->GetTcpBufferByRadioTech(radioTech… in RefreshTcpBufferSizes() local
308 TELEPHONY_LOGI("tcpBuffer is %{public}s", tcpBuffer.c_str()); in RefreshTcpBufferSizes()
309 shareStateMachine->SetConnectionTcpBuffer(tcpBuffer); in RefreshTcpBufferSizes()
H A Dcellular_data_state_machine.cpp434 void CellularDataStateMachine::SetConnectionTcpBuffer(const std::string &tcpBuffer) in SetConnectionTcpBuffer() argument
437 tcpBuffer_ = tcpBuffer; in SetConnectionTcpBuffer()
/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dcellular_data_state_machine.h66 void SetConnectionTcpBuffer(const std::string &tcpBuffer);
/ohos5.0/base/telephony/cellular_data/test/
H A Dzero_branch_test.cpp1561 const std::string tcpBuffer = ""; variable
1562 cellularMachine->SetConnectionTcpBuffer(tcpBuffer);