Home | History | Annotate | Download | only in shill

Lines Matching full:props_

181   store_.RegisterBool(kArpGatewayProperty, &props_.arp_gateway);
190 store_.RegisterString(kCountryProperty, &props_.country);
208 store_.RegisterString(kHostNameProperty, &props_.host_name);
210 &props_.link_monitor_technologies);
212 &props_.no_auto_connect_technologies);
213 store_.RegisterBool(kOfflineModeProperty, &props_.offline_mode);
214 store_.RegisterString(kPortalURLProperty, &props_.portal_url);
216 &props_.portal_check_interval_seconds);
341 props_));
396 props_);
458 props_));
652 props_);
995 return IsTechnologyInList(props_.link_monitor_technologies, technology);
1000 return IsTechnologyInList(props_.no_auto_connect_technologies, technology);
1005 return IsTechnologyInList(props_.prohibited_technologies, technology);
1173 props_.prepend_dns_servers = prepend_dns_servers;
1198 props_.prepend_dns_servers, ",", base::TRIM_WHITESPACE,
1360 props_.prohibited_technologies = prohibited_technologies;
1372 return props_.prohibited_technologies;
1496 profile->LoadManagerProperties(&props_, dhcp_properties_.get());
1497 SetIgnoredDNSSearchPaths(props_.ignored_dns_search_paths, nullptr);
1642 std::to_string(props_.connection_id_salt)));
2229 props_.check_portal_list;
2234 if (props_.check_portal_list == portal_list) {
2237 props_.check_portal_list = portal_list;
2242 return props_.ignored_dns_search_paths;
2247 if (props_.ignored_dns_search_paths == ignored_paths) {
2255 props_.ignored_dns_search_paths = ignored_paths;