OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_paths
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc
61
bool GetAdapterDeviceList(std::vector<dbus::ObjectPath>*
device_paths
);
126
std::vector<dbus::ObjectPath>
device_paths
;
local
127
if (!GetAdapterDeviceList(&
device_paths
)) {
135
for (size_t i = 0; i <
device_paths
.size(); ++i) {
136
const dbus::ObjectPath& device_path =
device_paths
[i];
177
std::vector<dbus::ObjectPath>*
device_paths
) {
189
if (!reader.PopArrayOfObjectPaths(
device_paths
)) {
/external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc
93
std::vector<dbus::ObjectPath> object_paths,
device_paths
;
variable
94
device_paths
= object_manager_->GetObjectsWithInterface(
96
for (std::vector<dbus::ObjectPath>::iterator iter =
device_paths
.begin();
97
iter !=
device_paths
.end(); ++iter) {
nfc_client_unittest.cc
264
void SimulateDevicesChanged(const ObjectPathVector&
device_paths
,
276
device_paths
);
657
ObjectPathVector
device_paths
;
local
658
device_paths
.push_back(dbus::ObjectPath(kTestDevicePath0));
661
SimulateDevicesChanged(
device_paths
, dbus::ObjectPath(kTestAdapterPath0));
685
device_paths
.push_back(dbus::ObjectPath(kTestDevicePath1));
688
SimulateDevicesChanged(
device_paths
, dbus::ObjectPath(kTestAdapterPath0));
708
device_paths
.erase(
device_paths
.begin());
711
SimulateDevicesChanged(
device_paths
, dbus::ObjectPath(kTestAdapterPath0))
[
all
...]
cros_disks_client.cc
286
std::vector<std::string>
device_paths
;
local
287
if (!reader.PopArrayOfStrings(&
device_paths
)) {
292
callback.Run(
device_paths
);
442
std::vector<std::string>
device_paths
;
variable
444
FROM_HERE, base::Bind(callback,
device_paths
));
cros_disks_client.h
195
typedef base::Callback<void(const std::vector<std::string>&
device_paths
)
/external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc
313
std::vector<dbus::ObjectPath>
device_paths
=
local
317
for (std::vector<dbus::ObjectPath>::iterator iter =
device_paths
.begin();
318
iter !=
device_paths
.end(); ++iter) {
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager_unittest.cc
274
explicit FakeV4LLookup(std::vector<std::string>
device_paths
)
275
: device_paths_(
device_paths
) {}
Completed in 448 milliseconds