Home
last modified time | relevance | path

Searched refs:configsForSinglePdp (Results 1 - 1 of 1) sorted by relevance

/base/telephony/cellular_data/services/src/
H A Dcellular_data_handler.cpp1918 OperatorConfig configsForSinglePdp; in GetSinglePdpEnabledFromOpCfg() local
1919 CoreManagerInner::GetInstance().GetOperatorConfigs(slotId_, configsForSinglePdp); in GetSinglePdpEnabledFromOpCfg()
1920 if (configsForSinglePdp.boolValue.find(KEY_SINGLE_PDP_ENABLED_BOOL) != configsForSinglePdp.boolValue.end()) { in GetSinglePdpEnabledFromOpCfg()
1921 multipleConnectionsEnabled_ = !configsForSinglePdp.boolValue[KEY_SINGLE_PDP_ENABLED_BOOL]; in GetSinglePdpEnabledFromOpCfg()

Completed in 4 milliseconds