Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc771 raw_olp_list_.clear(); in ClearDBInformation()
802 raw_olp_list_.clear(); in ReloadData()
805 raw_olp_list_.push_back(olp); in ReloadData()
921 for (const auto& raw_olp : raw_olp_list_) { in HandleOnlinePortalUpdate()
Dmobile_operator_info_impl.h206 std::vector<mobile_operator_db::OnlinePortal> raw_olp_list_; variable