Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/cellular_data/services/include/state_machine/
H A Dcellular_data_state_machine.h90 void GetMtuSizeFromOpCfg(int32_t &mtuSize, int32_t slotId);
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp249 void CellularDataStateMachine::GetMtuSizeFromOpCfg(int32_t &mtuSize, int32_t slotId) in GetMtuSizeFromOpCfg() function in OHOS::Telephony::CellularDataStateMachine
333 GetMtuSizeFromOpCfg(mtuSize, slotId); in UpdateNetworkInfo()