Searched defs:network2 (Results 1 - 2 of 2) sorted by path

/external/chromium_org/chrome/browser/local_discovery/wifi/
H A Dbootstrapping_device_lister_unittest.cc73 NetworkProperties network2; local
74 network2.guid = "MyInternalID2";
75 network2.ssid = "SomeRandomNetwork";
76 network2.connection_state = onc::connection_state::kNotConnected;
78 network_property_list.push_back(network2);
107 NetworkProperties network2; local
108 network2.guid = "MyInternalID2";
109 network2.ssid = "MyDevice2@priFprv";
110 network2.connection_state = onc::connection_state::kNotConnected;
112 network_property_list2.push_back(network2);
156 NetworkProperties network2; local
[all...]
H A Dbootstrapping_network_switcher_unittest.cc38 NetworkProperties network2; local
39 network2.guid = "SampleGUID2";
40 network2.ssid = "SampleSSID2";
41 network2.connection_state = onc::connection_state::kConnected;
44 network_properties_.push_back(network2);

Completed in 199 milliseconds