HomeSort by relevance Sort by last modified time
    Searched defs:object_path_ (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_agent_service_provider.h 59 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothAgentServiceProvider
fake_bluetooth_profile_service_provider.h 47 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 223 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/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 266 ObjectPath object_path_; member in class:dbus::ObjectProxy
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_ibus.h 150 dbus::ObjectPath object_path_; member in class:chromeos::InputMethodEngineIBus
  /external/chromium_org/chromeos/dbus/ibus/
ibus_engine_service.cc 31 object_path_(object_path),
33 exported_object_ = bus->GetExportedObject(object_path_);
133 bus_->UnregisterExportedObject(object_path_);
479 dbus::ObjectPath object_path_; member in class:chromeos::IBusEngineServiceImpl
  /external/chromium_org/chromeos/network/
network_sms_handler.cc 74 dbus::ObjectPath object_path_; member in class:chromeos::NetworkSmsHandler::ModemManagerNetworkSmsDeviceHandler
89 object_path_(object_path),
94 dbus_connection_, object_path_,
100 dbus_connection_, object_path_,
108 dbus_connection_, object_path_);
140 dbus_connection_, object_path_, index,
154 dbus_connection_, object_path_, index,
197 dbus::ObjectPath object_path_; member in class:chromeos::NetworkSmsHandler::ModemManager1NetworkSmsDeviceHandler
214 object_path_(object_path),
220 dbus_connection_, object_path_,
    [all...]
sms_watcher.cc 79 object_path_(object_path) {}
87 const dbus::ObjectPath object_path_; member in class:chromeos::SMSWatcher::WatcherBase
104 object_path_,
108 dbus_connection_, object_path_,
115 dbus_connection_, object_path_);
125 dbus_connection_, object_path_, index,
178 dbus_connection_, object_path_, index, base::Bind(&DeleteSMSCallback));
205 dbus_connection_, object_path_, delete_queue_.back(),
230 object_path_,
235 dbus_connection_, object_path_,
    [all...]
  /external/chromium_org/ui/base/ime/
input_method_ibus_unittest.cc 148 : object_path_(object_path) {
155 callback.Run(object_path_);
159 dbus::ObjectPath object_path_; member in class:ui::CreateInputContextSuccessHandler
192 : object_path_(object_path) {
204 callback_.Run(object_path_);
210 dbus::ObjectPath object_path_; member in class:ui::CreateInputContextDelayHandler
    [all...]

Completed in 587 milliseconds