Searched refs:country_code (Results 1 – 7 of 7) sorted by relevance
/system/timezone/debug_tools/host/ |
D | visualize_zone_trees.py | 45 def BuildAndRunTool(country_zones_txt, country_code, output_dir): argument 48 subprocess.check_call(['java', '-jar', jar_file, country_zones_txt, country_code, output_dir]) 75 country_code = args.country_code 84 BuildAndRunTool(country_zones_txt, country_code, output_dir)
|
/system/connectivity/wificond/ |
D | server.cpp | 209 string country_code; in dump() local 210 if (netlink_utils_->GetCountryCode(&country_code)) { in dump() 211 ss << "Current country code from kernel: " << country_code << endl; in dump() 335 void Server::OnRegDomainChanged(std::string& country_code) { in OnRegDomainChanged() argument 336 if (country_code.empty()) { in OnRegDomainChanged() 339 LOG(INFO) << "Regulatory domain changed to country: " << country_code; in OnRegDomainChanged()
|
D | server.h | 102 void OnRegDomainChanged(std::string& country_code);
|
/system/connectivity/wificond/net/ |
D | netlink_manager.cpp | 567 string country_code; in OnRegChangeEvent() local 571 if (!packet->GetAttributeValue(NL80211_ATTR_REG_ALPHA2, &country_code)) { in OnRegChangeEvent() 585 country_code = ""; in OnRegChangeEvent() 592 handler.second(country_code); in OnRegChangeEvent()
|
D | netlink_manager.h | 88 std::string& country_code)> OnRegDomainChangedHandler;
|
/system/bt/stack/hid/ |
D | hidd_api.cc | 264 const uint8_t country_code = 0x21; in HID_DevAddRecord() local 283 1, (uint8_t*)&country_code); in HID_DevAddRecord()
|
/system/connectivity/wificond/tests/ |
D | netlink_utils_unittest.cpp | 844 string country_code; in TEST_F() local 845 EXPECT_TRUE(netlink_utils_->GetCountryCode(&country_code)); in TEST_F() 846 EXPECT_EQ(kFakeCountryCode, country_code); in TEST_F()
|