Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp260 std::vector<std::string> mtuIpTypeArray = CellularDataUtils::Split(ipTypeArray, ":"); in GetMtuSizeFromOpCfg() local
261 …if (mtuIpTypeArray.size() != VALID_VECTOR_SIZE || mtuIpTypeArray[0].empty() || mtuIpTypeArray[1].e… in GetMtuSizeFromOpCfg()
265 std::string ipTypeString = mtuIpTypeArray[0]; in GetMtuSizeFromOpCfg()
266 StrToInt(mtuIpTypeArray[1], mtuValue); in GetMtuSizeFromOpCfg()