Home
last modified time | relevance | path

Searched defs:operator_name (Results 1 – 7 of 7) sorted by relevance

/system/connectivity/shill/cellular/
Dmobile_operator_info.cc100 const string& MobileOperatorInfo::operator_name() const { in operator_name() function in shill::MobileOperatorInfo
161 for (const auto& operator_name : result) { in operator_name_list() local
181 for (const auto& operator_name : mobile_apn->operator_name_list) { in apn_list() local
245 void MobileOperatorInfo::UpdateOperatorName(const string& operator_name) { in UpdateOperatorName()
Dmobile_operator_info_impl.cc168 const string& MobileOperatorInfoImpl::operator_name() const { in operator_name() function in shill::MobileOperatorInfoImpl
322 void MobileOperatorInfoImpl::UpdateOperatorName(const string& operator_name) { in UpdateOperatorName()
Dcellular_capability_gsm.cc713 uint32_t status, const string& operator_code, const string& operator_name) { in OnRegistrationInfoSignal()
728 uint32_t status, const string& operator_code, const string& operator_name, in OnGetRegistrationInfoReply()
Dcellular_capability_universal.cc1473 string operator_name; in OnModem3GPPPropertiesChanged() local
1524 const string& operator_name) { in On3GPPRegistrationChanged()
Dmobile_operator_info_unittest.cc294 void UpdateOperatorName(const std::string& operator_name) { in UpdateOperatorName()
Dcellular_capability_universal_unittest.cc163 string operator_name = "TestOperator"; in ExpectModemAndModem3gppProperties() local
/system/connectivity/shill/dbus/
Dchromeos_modem_gsm_network_proxy.cc166 uint32_t status, const string& operator_code, const string& operator_name) { in RegistrationInfo()