Home
last modified time | relevance | path

Searched refs:scan_results (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chromeos/network/
Dnetwork_util_unittest.cc108 std::vector<CellularScanResult> scan_results; in TEST_F() local
111 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results)); in TEST_F()
115 EXPECT_FALSE(ParseCellularScanResults(list, &scan_results)); in TEST_F()
122 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results)); in TEST_F()
123 EXPECT_TRUE(scan_results.empty()); in TEST_F()
138 EXPECT_TRUE(ParseCellularScanResults(list, &scan_results)); in TEST_F()
139 EXPECT_EQ(static_cast<size_t>(2), scan_results.size()); in TEST_F()
140 EXPECT_EQ("000001", scan_results[0].network_id); in TEST_F()
141 EXPECT_EQ("unknown", scan_results[0].status); in TEST_F()
142 EXPECT_EQ("GSM", scan_results[0].technology); in TEST_F()
[all …]
Dnetwork_util.cc115 std::vector<CellularScanResult>* scan_results) { in ParseCellularScanResults() argument
116 scan_results->clear(); in ParseCellularScanResults()
117 scan_results->reserve(list.GetSize()); in ParseCellularScanResults()
138 scan_results->push_back(scan_result); in ParseCellularScanResults()
Dnetwork_util.h92 const base::ListValue& list, std::vector<CellularScanResult>* scan_results);
Ddevice_state.h50 const CellularScanResults& scan_results() const { return scan_results_; } in scan_results() function
/external/chromium_org/chrome/browser/media_galleries/
Dmedia_galleries_scan_result_controller.cc55 ScanResults scan_results; in ScanResultCountForExtension() local
57 MediaGalleryPrefIdSet(), &scan_results); in ScanResultCountForExtension()
58 return scan_results.size(); in ScanResultCountForExtension()
260 ScanResults* scan_results) { in UpdateScanResultsFromPreferences() argument
276 ScanResults::iterator existing = scan_results->find(gallery.pref_id); in UpdateScanResultsFromPreferences()
277 if (existing == scan_results->end()) { in UpdateScanResultsFromPreferences()
279 (*scan_results)[gallery.pref_id] = Entry(gallery, true); in UpdateScanResultsFromPreferences()
290 for (ScanResults::iterator it = scan_results->begin(); in UpdateScanResultsFromPreferences()
291 it != scan_results->end(); in UpdateScanResultsFromPreferences()
302 scan_results->erase(to_remove.front()); in UpdateScanResultsFromPreferences()
Dmedia_galleries_scan_result_controller.h82 ScanResults* scan_results);
/external/chromium_org/chrome/browser/ui/webui/chromeos/
Dchoose_mobile_network_ui.cc174 const DeviceState::CellularScanResults& scan_results = in DeviceListChanged() local
175 cellular->scan_results(); in DeviceListChanged()
178 scan_results.begin(); it != scan_results.end(); ++it) { in DeviceListChanged()
/external/libcxxabi/src/
Dcxa_personality.cpp484 struct scan_results struct
502 const scan_results& results) in set_registers()
532 static void scan_eh_tab(scan_results &results, _Unwind_Action actions, in scan_eh_tab()
929 scan_results results; in __gxx_personality_sj0()
1024 const scan_results& results) in save_results_to_barrier_cache()
1033 static void load_results_from_barrier_cache(scan_results& results, in load_results_from_barrier_cache()
1087 scan_results results; in __gxx_personality_v0()
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS20520 > scan_results
DREADME-WPS186 Scan results ('wpa_cli scan_results' or 'wpa_cli bss <idx>') include a
DREADME766 scan_results = get latest scan results
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c2475 struct wpa_scan_results *scan_results = arg; in get_noise_for_scan_results() local
2501 for (i = 0; i < scan_results->num; ++i) { in get_noise_for_scan_results()
2502 scan_res = scan_results->res[i]; in get_noise_for_scan_results()