Searched defs:apn (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/cellular/
H A Dmobile_operator_info.h121 std::string apn; member in struct:shill::MobileOperatorInfo::MobileAPN
H A Dmobile_operator_info_unittest.cc1100 // This comparison breaks if two apns have the same |apn| field.
1104 mobile_apns[apn_node->apn] = apn_node;
1107 ASSERT_TRUE(mobile_apns.find(apn_lhs->apn) != mobile_apns.end());
1108 const auto& apn_rhs = mobile_apns[apn_lhs->apn];
1109 // Only comparing apn, name, username, password.
1110 EXPECT_EQ(apn_lhs->apn, apn_rhs->apn);
1182 MobileOperatorInfo::MobileAPN* apn; local
1183 apn = new MobileOperatorInfo::MobileAPN();
1184 apn
1215 MobileOperatorInfo::MobileAPN* apn; local
[all...]
H A Dmobile_operator_info_impl.cc821 auto* apn = new MobileOperatorInfo::MobileAPN(); local
822 apn->apn = apn_data.apn();
823 apn->username = apn_data.username();
824 apn->password = apn_data.password();
826 apn->operator_name_list.push_back({localized_name.name(),
831 apn_list_.push_back(apn);

Completed in 104 milliseconds