OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUnpairableDevicePath
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.cc
149
const char FakeBluetoothDeviceClient::
kUnpairableDevicePath
[] =
488
} else if (object_path == dbus::ObjectPath(
kUnpairableDevicePath
)) {
777
dbus::ObjectPath(
kUnpairableDevicePath
)) ==
782
dbus::ObjectPath(
kUnpairableDevicePath
)));
790
properties_map_[dbus::ObjectPath(
kUnpairableDevicePath
)] = properties;
791
device_list_.push_back(dbus::ObjectPath(
kUnpairableDevicePath
));
793
DeviceAdded(dbus::ObjectPath(
kUnpairableDevicePath
)));
[
all
...]
fake_bluetooth_device_client.h
135
static const char
kUnpairableDevicePath
[];
Completed in 23 milliseconds