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

  /external/libbrillo/brillo/dbus/
dbus_object.cc 155 : property_set_(bus.get()), bus_(bus), object_path_(object_path) {
170 << object_path_.value() << "'.";
188 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'.";
191 exported_object_ = bus_->GetExportedObject(object_path_);
215 object_path_,
224 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'.";
226 exported_object_ = bus_->GetExportedObject(object_path_);
250 object_path_);
255 VLOG(1) << "Unregistering D-Bus object '" << object_path_.value() << "'.";
265 bus_->UnregisterExportedObject(object_path_);
    [all...]
dbus_object.h 568 dbus::ObjectPath object_path_; member in class:brillo::dbus_utils::DBusObject
  /external/libchrome/dbus/
exported_object.cc 35 object_path_(object_path),
88 CHECK(signal->SetPath(object_path_));
120 bus_->UnregisterObjectPath(object_path_);
175 const bool success = bus_->TryRegisterObjectPath(object_path_,
180 LOG(ERROR) << "Failed to register the object: " << object_path_.value()
object_manager.cc 37 object_path_(object_path),
42 << " " << object_path_.value();
45 object_proxy_ = bus_->GetObjectProxy(service_name_, object_path_);
238 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
369 LOG(WARNING) << service_name_ << " " << object_path_.value()
379 LOG(WARNING) << service_name_ << " " << object_path_.value()
392 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
403 LOG(WARNING) << service_name_ << " " << object_path_.value()
417 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
object_proxy.h 187 const ObjectPath& object_path() const { return object_path_; }
305 ObjectPath object_path_; member in class:dbus::ObjectProxy
object_proxy.cc 60 object_path_(object_path),
80 !method_call->SetPath(object_path_))
138 !method_call->SetPath(object_path_)) {
434 object_path_.value().c_str());
478 if (path != object_path_) {
573 << ": object_path= " << object_path_.value()
exported_object.h 172 ObjectPath object_path_; member in class:dbus::ExportedObject
object_manager.h 324 ObjectPath object_path_; member in class:dbus::ObjectManager

Completed in 64 milliseconds