Home
last modified time | relevance | path

Searched refs:olp_list_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/cellular/
Dmobile_operator_info_unittest.cc1117 EXPECT_EQ(olp_list_.size(), operator_info_->olp_list().size()); in VerifyDatabaseData()
1123 for (const auto& olp : olp_list_) { in VerifyDatabaseData()
1190 olp_list_.clear(); in PopulateMNOData()
1191 olp_list_.push_back({"some@random.com", "POST", "random_data"}); in PopulateMNOData()
1222 olp_list_.clear(); in PopulateMVNOData()
1223 olp_list_.push_back({"someother@random.com", "GET", ""}); in PopulateMVNOData()
1236 vector<MobileOperatorInfo::OnlinePortal> olp_list_; member in shill::MobileOperatorInfoDataTest
1329 olp_list_.push_back({olp_url, olp_method, olp_post_data}); in TEST_P()
1366 olp_list_.push_back({olp_url, olp_method, olp_post_data}); in TEST_P()
Dmobile_operator_info_impl.cc213 return olp_list_; in olp_list()
770 olp_list_.clear(); in ClearDBInformation()
920 olp_list_.clear(); in HandleOnlinePortalUpdate()
923 olp_list_.push_back(MobileOperatorInfo::OnlinePortal { in HandleOnlinePortalUpdate()
931 for (const auto& olp : olp_list_) { in HandleOnlinePortalUpdate()
937 olp_list_.push_back(user_olp_); in HandleOnlinePortalUpdate()
Dmobile_operator_info_impl.h205 std::vector<MobileOperatorInfo::OnlinePortal> olp_list_; variable