Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object.cc155 : property_set_(bus.get()), bus_(bus), object_path_(object_path) { in DBusObject()
170 << object_path_.value() << "'."; in AddOrGetInterface()
188 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'."; in RegisterAsync()
191 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAsync()
215 object_path_, in RegisterAsync()
224 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'."; in RegisterAndBlock()
226 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAndBlock()
250 object_path_); in RegisterAndBlock()
255 VLOG(1) << "Unregistering D-Bus object '" << object_path_.value() << "'."; in UnregisterAsync()
265 bus_->UnregisterExportedObject(object_path_); in UnregisterAsync()
Ddbus_object.h568 dbus::ObjectPath object_path_; variable
/external/libchrome/dbus/
Dobject_manager.cc37 object_path_(object_path), in ObjectManager()
42 << " " << object_path_.value(); in ObjectManager()
45 object_proxy_ = bus_->GetObjectProxy(service_name_, object_path_); in ObjectManager()
238 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in OnSetupMatchRuleAndFilterComplete()
370 LOG(WARNING) << service_name_ << " " << object_path_.value() in OnGetManagedObjects()
380 LOG(WARNING) << service_name_ << " " << object_path_.value() in InterfacesAddedReceived()
393 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesAddedConnected()
404 LOG(WARNING) << service_name_ << " " << object_path_.value() in InterfacesRemovedReceived()
418 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesRemovedConnected()
Dexported_object.cc35 object_path_(object_path), in ExportedObject()
88 CHECK(signal->SetPath(object_path_)); in SendSignal()
120 bus_->UnregisterObjectPath(object_path_); in Unregister()
176 const bool success = bus_->TryRegisterObjectPath(object_path_, in Register()
181 LOG(ERROR) << "Failed to register the object: " << object_path_.value() in Register()
Dobject_proxy.cc60 object_path_(object_path), in ObjectProxy()
78 !method_call->SetPath(object_path_)) in CallMethodAndBlockWithErrorDetails()
135 !method_call->SetPath(object_path_)) { in CallMethodWithErrorCallback()
430 object_path_.value().c_str()); in ConnectToSignalInternal()
476 if (path != object_path_) { in HandleMessage()
576 << ": object_path= " << object_path_.value() in LogMethodCallFailure()
Dobject_proxy.h186 const ObjectPath& object_path() const { return object_path_; } in object_path()
303 ObjectPath object_path_; variable
Dexported_object.h170 ObjectPath object_path_; variable
Dobject_manager.h324 ObjectPath object_path_; variable