Home
last modified time | relevance | path

Searched refs:serving_operator_ (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/cellular/
Dcellular_service.cc101 store->RegisterConstStringmap(kServingOperatorProperty, &serving_operator_); in CellularService()
465 if (serving_operator_ == serving_operator) in set_serving_operator()
468 serving_operator_ = serving_operator; in set_serving_operator()
469 adaptor()->EmitStringmapChanged(kServingOperatorProperty, serving_operator_); in set_serving_operator()
Dcellular_service.h87 const Stringmap& serving_operator() const { return serving_operator_; } in serving_operator()
216 Stringmap serving_operator_; variable
Dcellular_capability_universal.cc1474 it = serving_operator_.find(kOperatorCodeKey); in OnModem3GPPPropertiesChanged()
1475 if (it != serving_operator_.end()) in OnModem3GPPPropertiesChanged()
1477 it = serving_operator_.find(kOperatorNameKey); in OnModem3GPPPropertiesChanged()
1478 if (it != serving_operator_.end()) in OnModem3GPPPropertiesChanged()
1578 serving_operator_[kOperatorCodeKey] = updated_operator_code; in Handle3GPPRegistrationChange()
1579 serving_operator_[kOperatorNameKey] = updated_operator_name; in Handle3GPPRegistrationChange()
Dcellular_capability_universal.h425 Stringmap serving_operator_; variable