Searched refs:GetCountryCode (Results 1 – 4 of 4) sorted by relevance
238 virtual bool GetCountryCode(std::string* out_country_code);
804 bool NetlinkUtils::GetCountryCode(string* out_country_code) { in GetCountryCode() function in android::wificond::NetlinkUtils
921 EXPECT_TRUE(netlink_utils_->GetCountryCode(&country_code)); in TEST_F()933 EXPECT_FALSE(netlink_utils_->GetCountryCode(&country_code_ignored)); in TEST_F()
298 if (netlink_utils_->GetCountryCode(&country_code)) { in dump()