Lines Matching refs:cellular

49   return c->cellular()->GetRpcIdentifier();  in ObjectID()
74 Cellular* cellular, in CellularCapabilityGSM() argument
77 : CellularCapabilityClassic(cellular, control_interface, modem_info), in CellularCapabilityGSM()
79 mobile_operator_info_(new MobileOperatorInfo(cellular->dispatcher(), in CellularCapabilityGSM()
90 this->cellular()->set_scanning_supported(true); in CellularCapabilityGSM()
99 control_interface->CreateModemGSMCardProxy(cellular->dbus_path(), in CellularCapabilityGSM()
100 cellular->dbus_service())); in CellularCapabilityGSM()
126 cellular()->mutable_store()->RegisterDerivedKeyValueStore( in HelpRegisterConstDerivedKeyValueStore()
140 cellular()->dbus_path(), cellular()->dbus_service())); in InitProxies()
144 cellular()->dbus_path(), cellular()->dbus_service())); in InitProxies()
180 if (!cellular()->IsUnderlyingDeviceEnabled()) in StartModem()
187 !cellular()->selected_network().empty()) in StartModem()
210 switch (cellular()->modem_state()) { in IsUnderlyingDeviceRegistered()
243 cellular()->service()->SetActivationState(kActivationStateActivated); in OnServiceCreated()
256 DCHECK(cellular()->service().get()); in SetupApnTryList()
257 const Stringmap* apn_info = cellular()->service()->GetLastGoodApn(); in SetupApnTryList()
261 apn_info = cellular()->service()->GetUserSpecifiedApn(); in SetupApnTryList()
266 cellular()->apn_list().begin(), in SetupApnTryList()
267 cellular()->apn_list().end()); in SetupApnTryList()
310 CellularServiceRefPtr service = cellular()->service(); in OnConnectReply()
340 return cellular()->provider_requires_roaming() || allow_roaming_property(); in AllowRoaming()
348 if (cellular()->imei().empty()) { in GetIMEI()
355 SLOG(this, 2) << "Already have IMEI " << cellular()->imei(); in GetIMEI()
365 if (cellular()->imsi().empty()) { in GetIMSI()
371 cellular()->home_provider_info()->Reset(); in GetIMSI()
375 SLOG(this, 2) << "Already have IMSI " << cellular()->imsi(); in GetIMSI()
403 string mdn = cellular()->mdn(); in GetMSISDN()
451 SLOG(this, 2) << __func__ << " \"" << cellular()->selected_network() in Register()
457 network_proxy_->Register(cellular()->selected_network(), &error, cb, in Register()
480 cellular()->set_selected_network(desired_network_); in OnRegisterReply()
489 cellular()->set_selected_network(""); in OnRegisterReply()
626 if (cellular()->service().get()) { in SetAccessTechnology()
627 cellular()->service()->SetNetworkTechnology(GetNetworkTechnologyString()); in SetAccessTechnology()
700 cellular()->set_sim_present(true); in OnPropertiesChanged()
701 cellular()->adaptor()->EmitKeyValueStoreChanged( in OnPropertiesChanged()
718 cellular()->serving_operator_info()->UpdateMCCMNC(operator_code); in OnRegistrationInfoSignal()
719 cellular()->serving_operator_info()->UpdateOperatorName(operator_name); in OnRegistrationInfoSignal()
720 cellular()->HandleNewRegistrationState(); in OnRegistrationInfoSignal()
724 cellular()->HandleNewSignalQuality(quality); in OnSignalQualitySignal()
745 cellular()->set_imei(imei); in OnGetIMEIReply()
757 cellular()->set_imsi(imsi); in OnGetIMSIReply()
758 cellular()->set_sim_present(true); in OnGetIMSIReply()
759 cellular()->home_provider_info()->UpdateIMSI(imsi); in OnGetIMSIReply()
762 cellular()->serving_operator_info()->UpdateIMSI(imsi); in OnGetIMSIReply()
766 cellular()->set_sim_present(true); in OnGetIMSIReply()
769 cellular()->set_sim_present(false); in OnGetIMSIReply()
775 cellular()->dispatcher()->PostDelayedTask( in OnGetIMSIReply()
780 cellular()->home_provider_info()->Reset(); in OnGetIMSIReply()
792 cellular()->home_provider_info()->UpdateOperatorName(spn); in OnGetSPNReply()
804 cellular()->set_mdn(msisdn); in OnGetMSISDNReply()