Searched defs:country (Results 1 - 4 of 4) sorted by relevance

/system/connectivity/shill/cellular/
H A Dmobile_operator_info.cc106 const string& MobileOperatorInfo::country() const { function in class:shill::MobileOperatorInfo
107 const auto& result = impl_->country();
H A Dmobile_operator_info_impl.cc177 const string& MobileOperatorInfoImpl::country() const { function in class:shill::MobileOperatorInfoImpl
785 country_ = data.country();
H A Dcellular_unittest.cc424 const string& country) {
443 if (country == "") {
447 EXPECT_EQ(country, it->second);
969 EXPECT_CALL(*mock_serving_operator_info_, country())
999 EXPECT_CALL(*mock_home_provider_info_, country())
1026 EXPECT_CALL(*mock_home_provider_info_, country())
1035 EXPECT_CALL(*mock_serving_operator_info_, country())
421 VerifyOperatorMap(const Stringmap& operator_map, const string& code, const string& name, const string& country) argument
/system/connectivity/shill/
H A Dmanager.h93 std::string country; member in struct:shill::Manager::Properties

Completed in 2642 milliseconds