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

  /external/chromium_org/chromeos/dbus/
fake_bluetooth_profile_service_provider.cc 16 : 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";
fake_bluetooth_agent_service_provider.cc 16 : 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_.value() << ": RequestAuthorization for
    [all...]
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
fake_bluetooth_profile_manager_client.cc 86 service_provider_map_[service_provider->object_path_] = service_provider;
92 service_provider_map_.find(service_provider->object_path_);
fake_bluetooth_profile_service_provider.h 46 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothProfileServiceProvider
fake_bluetooth_agent_manager_client.cc 35 } else if (service_provider_->object_path_ != agent_path) {
fake_bluetooth_agent_service_provider.h 58 dbus::ObjectPath object_path_; member in class:chromeos::FakeBluetoothAgentServiceProvider
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
shill_client_unittest_base.cc 112 object_path_(object_path),
129 object_path_);
153 GetObjectProxy(shill::kFlimflamServiceName, object_path_))
shill_client_unittest_base.h 218 const dbus::ObjectPath object_path_; member in class:chromeos::ShillClientUnittestBase
  /external/chromium_org/device/bluetooth/
bluetooth_profile_chromeos.cc 61 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_.value() << ": Release"
    [all...]
bluetooth_device_chromeos.cc 134 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...]
bluetooth_adapter_chromeos.cc 64 GetProperties(object_path_);
76 GetProperties(object_path_);
87 return !object_path_.value().empty();
96 GetProperties(object_path_);
106 GetProperties(object_path_)->powered.Set(
120 GetProperties(object_path_);
133 object_path_,
148 object_path_,
172 if (object_path == object_path_)
179 if (object_path != object_path_)
    [all...]
bluetooth_profile_chromeos.h 108 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothProfileChromeOS
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_adapter_chromeos.h 134 dbus::ObjectPath object_path_; member in class:chromeos::BluetoothAdapterChromeOS
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 49 return !object_path_.value().empty();
56 GetProperties(object_path_)->powered.value();
63 GetProperties(object_path_)->polling.value();
79 GetProperties(object_path_)->powered.Set(
91 StartPollLoop(object_path_,
104 StopPollLoop(object_path_,
120 if (object_path != object_path_)
146 if (object_path != object_path_)
150 GetProperties(object_path_);
191 object_path_ = object_path
    [all...]
nfc_adapter_chromeos.h 103 dbus::ObjectPath object_path_; member in class:chromeos::NfcAdapterChromeOS
  /external/chromium_org/dbus/
object_manager.cc 28 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()
exported_object.cc 40 object_path_(object_path),
93 CHECK(signal->SetPath(object_path_));
116 bus_->UnregisterObjectPath(object_path_);
171 const bool success = bus_->TryRegisterObjectPath(object_path_,
176 LOG(ERROR) << "Failed to register the object: " << object_path_.value()
object_proxy.cc 64 object_path_(object_path),
82 !method_call->SetPath(object_path_))
135 !method_call->SetPath(object_path_)) {
429 object_path_.value().c_str());
475 if (path != object_path_) {
566 << ": object_path= " << object_path_.value()
object_proxy.h 169 const ObjectPath& object_path() const { return object_path_; }
286 ObjectPath object_path_; member in class:dbus::ObjectProxy
exported_object.h 161 ObjectPath object_path_; member in class:dbus::ExportedObject
object_manager.h 278 ObjectPath object_path_; member in class:dbus::ObjectManager
  /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...]

Completed in 3590 milliseconds