Searched refs:country_code (Results 1 – 6 of 6) sorted by relevance
208 string country_code; in dump() local209 if (netlink_utils_->GetCountryCode(&country_code)) { in dump()210 ss << "Current country code from kernel: " << country_code << endl; in dump()336 void Server::OnRegDomainChanged(std::string& country_code) { in OnRegDomainChanged() argument337 if (country_code.empty()) { in OnRegDomainChanged()340 LOG(INFO) << "Regulatory domain changed to country: " << country_code; in OnRegDomainChanged()
102 void OnRegDomainChanged(std::string& country_code);
567 string country_code; in OnRegChangeEvent() local571 if (!packet->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, &country_code)) { in OnRegChangeEvent()585 country_code = ""; in OnRegChangeEvent()592 handler.second(country_code); in OnRegChangeEvent()
88 std::string& country_code)> OnRegDomainChangedHandler;
264 const uint8_t country_code = 0x21; in HID_DevAddRecord() local283 1, (uint8_t*)&country_code); in HID_DevAddRecord()
844 string country_code; in TEST_F() local845 EXPECT_TRUE(netlink_utils_->GetCountryCode(&country_code)); in TEST_F()846 EXPECT_EQ(kFakeCountryCode, country_code); in TEST_F()