Searched refs:object_path_ (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_service_provider.cc16 : object_path_(object_path),
18 VLOG(1) << "Creating Bluetooth Profile: " << object_path_.value();
27 VLOG(1) << "Cleaning up Bluetooth Profile: " << object_path_.value();
36 VLOG(1) << object_path_.value() << ": Release";
45 VLOG(1) << object_path_.value() << ": NewConnection for "
53 VLOG(1) << object_path_.value() << ": RequestDisconnection for "
59 VLOG(1) << object_path_.value() << ": Cancel";
H A Dfake_bluetooth_agent_service_provider.cc16 : object_path_(object_path),
18 VLOG(1) << "Creating Bluetooth Agent: " << object_path_.value();
27 VLOG(1) << "Cleaning up Bluetooth Agent: " << object_path_.value();
36 VLOG(1) << object_path_.value() << ": Release";
43 VLOG(1) << object_path_.value() << ": RequestPinCode for "
51 VLOG(1) << object_path_.value() << ": DisplayPincode " << pincode << " for "
59 VLOG(1) << object_path_.value() << ": RequestPasskey for "
67 VLOG(1) << object_path_.value() << ": DisplayPasskey " << passkey
76 VLOG(1) << object_path_.value() << ": RequestConfirmation " << passkey
84 VLOG(1) << object_path_
[all...]
H A Dfake_bluetooth_profile_service_provider.h47 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothProfileServiceProvider
H A Dfake_bluetooth_profile_manager_client.cc83 service_provider_map_[service_provider->object_path_] = service_provider;
89 service_provider_map_.find(service_provider->object_path_);
H A Dbluetooth_profile_service_provider.cc33 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
H A Dfake_bluetooth_agent_manager_client.cc32 } else if (service_provider_->object_path_ != agent_path) {
H A Dfake_bluetooth_agent_service_provider.h59 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothAgentServiceProvider
H A Dbluetooth_agent_service_provider.cc33 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
H A Dshill_client_unittest_base.cc118 object_path_(object_path),
135 object_path_);
164 GetObjectProxy(flimflam::kFlimflamServiceName, object_path_))
/external/chromium_org/device/bluetooth/
H A Dbluetooth_device_chromeos.cc134 object_path_(object_path),
147 GetProperties(object_path_);
156 GetProperties(object_path_);
165 GetProperties(object_path_);
173 ParseModalias(object_path_, &vendor_id, NULL, NULL);
179 ParseModalias(object_path_, NULL, &product_id, NULL);
185 ParseModalias(object_path_, NULL, NULL, &device_id);
192 GetProperties(object_path_);
204 GetProperties(object_path_);
213 GetProperties(object_path_);
[all...]
H A Dbluetooth_profile_chromeos.cc61 DCHECK(object_path_.value().empty());
69 DCHECK(object_path_.value().empty());
95 object_path_ = dbus::ObjectPath("/org/chromium/bluetooth_profile/" +
100 system_bus, object_path_, this));
103 VLOG(1) << object_path_.value() << ": Register profile";
106 object_path_,
118 DCHECK(!object_path_.value().empty());
123 VLOG(1) << object_path_.value() << ": Unregister profile";
126 object_path_,
139 VLOG(1) << object_path_
[all...]
H A Dbluetooth_adapter_chromeos.cc65 GetProperties(object_path_);
77 GetProperties(object_path_);
88 return !object_path_.value().empty();
97 GetProperties(object_path_);
107 GetProperties(object_path_)->powered.Set(
121 GetProperties(object_path_);
134 object_path_,
149 object_path_,
173 if (object_path == object_path_)
180 if (object_path != object_path_)
[all...]
H A Dbluetooth_profile_chromeos.h108 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothProfileChromeOS
H A Dbluetooth_device_chromeos.h183 const dbus::ObjectPath& object_path() const { return object_path_; }
189 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothDeviceChromeOS
/external/chromium_org/chromeos/network/
H A Dnetwork_sms_handler.cc74 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...]
H A Dsms_watcher.cc79 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/dbus/
H A Dobject_manager.cc28 object_path_(object_path),
31 << " " << object_path_.value();
34 object_proxy_ = bus_->GetObjectProxy(service_name_, object_path_);
162 LOG(WARNING) << service_name_ << " " << object_path_.value()
172 LOG(WARNING) << service_name_ << " " << object_path_.value()
184 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
195 LOG(WARNING) << service_name_ << " " << object_path_.value()
209 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
H A Dexported_object.cc40 object_path_(object_path),
93 CHECK(signal->SetPath(object_path_));
115 bus_->UnregisterObjectPath(object_path_);
170 const bool success = bus_->TryRegisterObjectPath(object_path_,
175 LOG(ERROR) << "Failed to register the object: " << object_path_.value()
H A Dobject_proxy.cc63 object_path_(object_path),
81 !method_call->SetPath(object_path_))
134 !method_call->SetPath(object_path_)) {
382 object_path_.value().c_str());
450 if (path != object_path_) {
541 << ": object_path= " << object_path_.value()
H A Dexported_object.h161 ObjectPath object_path_; member in class:dbus::ExportedObject
H A Dobject_manager.h278 ObjectPath object_path_; member in class:dbus::ObjectManager
H A Dobject_proxy.h266 ObjectPath object_path_; member in class:dbus::ObjectProxy
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dinput_method_engine_ibus.cc67 if (!object_path_.value().empty()) {
69 DBusThreadManager::Get()->RemoveIBusEngineService(object_path_);
541 return DBusThreadManager::Get()->GetIBusEngineService(object_path_);
637 DBusThreadManager::Get()->RemoveIBusEngineService(object_path_);
639 object_path_ = DBusThreadManager::Get()->GetIBusEngineFactoryService()->
643 sender.Run(object_path_);
H A Dinput_method_engine_ibus.h150 dbus::ObjectPath object_path_; member in class:chromeos::InputMethodEngineIBus
/external/chromium_org/chromeos/dbus/ibus/
H A Dibus_engine_service.cc31 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

Completed in 251 milliseconds

12