/external/chromium_org/chromeos/dbus/ |
fake_bluetooth_agent_service_provider.h | 58 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothAgentServiceProvider
|
fake_bluetooth_profile_service_provider.h | 46 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothProfileServiceProvider
|
bluetooth_profile_service_provider.cc | 33 object_path_(object_path), 35 VLOG(1) << "Creating Bluetooth Profile: " << object_path_.value(); 37 exported_object_ = bus_->GetExportedObject(object_path_); 73 VLOG(1) << "Cleaning up Bluetooth Profile: " << object_path_.value(); 76 bus_->UnregisterExportedObject(object_path_); 230 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothProfileServiceProviderImpl
|
shill_client_unittest_base.h | 218 const dbus::ObjectPath object_path_; member in class:chromeos::ShillClientUnittestBase
|
bluetooth_agent_service_provider.cc | 33 object_path_(object_path), 35 VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value(); 37 exported_object_ = bus_->GetExportedObject(object_path_); 113 VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value(); 116 bus_->UnregisterExportedObject(object_path_); 447 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothAgentServiceProviderImpl
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_chromeos.h | 134 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothAdapterChromeOS
|
bluetooth_device_chromeos.h | 183 const dbus::ObjectPath& object_path() const { return object_path_; } 189 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothDeviceChromeOS
|
bluetooth_profile_chromeos.h | 108 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothProfileChromeOS
|
/external/chromium_org/device/nfc/ |
nfc_adapter_chromeos.h | 103 dbus::ObjectPath object_path_; member in class:chromeos::NfcAdapterChromeOS
|
/external/chromium_org/dbus/ |
exported_object.h | 161 ObjectPath object_path_; member in class:dbus::ExportedObject
|
object_manager.h | 278 ObjectPath object_path_; member in class:dbus::ObjectManager
|
object_proxy.h | 169 const ObjectPath& object_path() const { return object_path_; } 286 ObjectPath object_path_; member in class:dbus::ObjectProxy
|
/external/chromium_org/chromeos/network/ |
network_sms_handler.cc | 71 dbus::ObjectPath object_path_; member in class:chromeos::NetworkSmsHandler::ModemManagerNetworkSmsDeviceHandler 86 object_path_(object_path), 91 dbus_connection_, object_path_, 97 dbus_connection_, object_path_, 105 dbus_connection_, object_path_); 137 dbus_connection_, object_path_, index, 151 dbus_connection_, object_path_, index, 194 dbus::ObjectPath object_path_; member in class:chromeos::NetworkSmsHandler::ModemManager1NetworkSmsDeviceHandler 211 object_path_(object_path), 217 dbus_connection_, object_path_, [all...] |