HomeSort by relevance Sort by last modified time
    Searched refs:adapter_paths (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/dbus/
nfc_client_unittest.cc 234 const ObjectPathVector& adapter_paths) {
244 adapter_paths);
403 ObjectPathVector adapter_paths; local
404 adapter_paths.push_back(dbus::ObjectPath(kTestAdapterPath0));
407 SimulateAdaptersChanged(adapter_paths);
430 adapter_paths.push_back(dbus::ObjectPath(kTestAdapterPath1));
433 SimulateAdaptersChanged(adapter_paths);
452 adapter_paths.erase(adapter_paths.begin());
455 SimulateAdaptersChanged(adapter_paths);
521 ObjectPathVector adapter_paths; local
650 ObjectPathVector adapter_paths; local
    [all...]
  /external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc 119 std::vector<dbus::ObjectPath> adapter_paths; local
120 const bool success = GetAdapterDeviceList(&adapter_paths);

Completed in 1536 milliseconds