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

/external/libbrillo/brillo/dbus/
H A Ddbus_object.cc155 : 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...]
H A Ddbus_object.h568 dbus::ObjectPath object_path_; member in class:brillo::dbus_utils::DBusObject
/external/libchrome/dbus/
H A Dexported_object.cc35 object_path_(object_path),
88 CHECK(signal->SetPath(object_path_));
120 bus_->UnregisterObjectPath(object_path_);
176 const bool success = bus_->TryRegisterObjectPath(object_path_,
181 LOG(ERROR) << "Failed to register the object: " << object_path_.value()
H A Dobject_manager.cc37 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()
370 LOG(WARNING) << service_name_ << " " << object_path_.value()
380 LOG(WARNING) << service_name_ << " " << object_path_.value()
393 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
404 LOG(WARNING) << service_name_ << " " << object_path_.value()
418 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value()
H A Dobject_proxy.cc60 object_path_(object_path),
78 !method_call->SetPath(object_path_))
135 !method_call->SetPath(object_path_)) {
430 object_path_.value().c_str());
476 if (path != object_path_) {
576 << ": object_path= " << object_path_.value()
H A Dexported_object.h170 ObjectPath object_path_; member in class:dbus::ExportedObject
H A Dobject_proxy.h186 const ObjectPath& object_path() const { return object_path_; }
303 ObjectPath object_path_; member in class:dbus::ObjectProxy
H A Dobject_manager.h324 ObjectPath object_path_; member in class:dbus::ObjectManager

Completed in 68 milliseconds