OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
118
std::vector<dbus::ObjectPath>
adapter_paths
;
local
119
const bool success = GetAdapterDeviceList(&
adapter_paths
);
Completed in 43 milliseconds