Home
last modified time | relevance | path

Searched refs:current_mvno_ (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc83 current_mvno_(nullptr), in MobileOperatorInfoImpl()
155 return (current_mvno_ != nullptr); in IsMobileVirtualNetworkOperatorKnown()
375 bool should_notify = current_mno_ != nullptr || current_mvno_ != nullptr; in Reset()
378 current_mvno_ = nullptr; in Reset()
630 if (current_mvno_ == &candidate_mvno) { in UpdateMVNO()
633 current_mvno_ = &candidate_mvno; in UpdateMVNO()
640 if (current_mvno_ != nullptr) { in UpdateMVNO()
641 current_mvno_ = nullptr; in UpdateMVNO()
751 if (current_mvno_ != nullptr) { in RefreshDBInformation()
753 DCHECK(current_mvno_->has_data()); in RefreshDBInformation()
[all …]
Dmobile_operator_info_impl.h191 const mobile_operator_db::MobileVirtualNetworkOperator* current_mvno_; variable