Home
last modified time | relevance | path

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

/system/connectivity/shill/dbus/
Dchromeos_modem_gsm_network_proxy.cc166 uint32_t status, const string& operator_code, const string& operator_name) { in RegistrationInfo() argument
168 << operator_code << ", " << operator_name << ")"; in RegistrationInfo()
172 registration_info_callback_.Run(status, operator_code, operator_name); in RegistrationInfo()
Dchromeos_modem_gsm_network_proxy.h88 const std::string& operator_code,
/system/connectivity/shill/cellular/
Dcellular_capability_universal.cc1054 string operator_long, operator_short, operator_code; in ParseScanResult() local
1472 string operator_code; in OnModem3GPPPropertiesChanged() local
1476 operator_code = it->second; in OnModem3GPPPropertiesChanged()
1489 operator_code = in OnModem3GPPPropertiesChanged()
1499 On3GPPRegistrationChanged(state, operator_code, operator_name); in OnModem3GPPPropertiesChanged()
1523 const string& operator_code, in On3GPPRegistrationChanged() argument
1526 << ", opercode=" << operator_code in On3GPPRegistrationChanged()
1547 operator_code, in On3GPPRegistrationChanged()
1560 Handle3GPPRegistrationChange(state, operator_code, operator_name); in On3GPPRegistrationChanged()
Dcellular_capability_gsm.h188 const std::string& operator_code,
194 const std::string& operator_code,
Dcellular_capability_gsm.cc713 uint32_t status, const string& operator_code, const string& operator_name) { in OnRegistrationInfoSignal() argument
715 << ", opercode=" << operator_code in OnRegistrationInfoSignal()
718 cellular()->serving_operator_info()->UpdateMCCMNC(operator_code); in OnRegistrationInfoSignal()
728 uint32_t status, const string& operator_code, const string& operator_name, in OnGetRegistrationInfoReply() argument
731 OnRegistrationInfoSignal(status, operator_code, operator_name); in OnGetRegistrationInfoReply()
Dmobile_operator_info_impl.cc547 const string& operator_code = in UpdateMNO() local
551 << OperatorCodeString() << " [" << operator_code in UpdateMNO()
573 const string& operator_code = in UpdateMNO() local
577 << OperatorCodeString() << " [" << operator_code in UpdateMNO()
Dcellular_capability_universal.h351 const std::string& operator_code,
Dcellular_capability_universal_unittest.cc164 string operator_code = "001400"; in ExpectModemAndModem3gppProperties() local