Searched refs:country_code_ (Results 1 – 4 of 4) sorted by relevance
201 std::string country_code_; variable
72 &ieee80211w_required_, &country_code_)) { in WiFiEndpoint()212 return country_code_; in country_code()
125 store->RegisterConstString(kCountryProperty, &country_code_); in WiFiService()846 if (country_code_ != country_code) { in UpdateFromEndpoints()847 country_code_ = country_code; in UpdateFromEndpoints()848 adaptor()->EmitStringChanged(kCountryProperty, country_code_); in UpdateFromEndpoints()
363 std::string country_code_; variable