Searched refs:object_path_ (Results 1 – 8 of 8) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 155 : 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()
|
D | dbus_object.h | 568 dbus::ObjectPath object_path_; variable
|
/external/libchrome/dbus/ |
D | object_manager.cc | 37 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()
|
D | exported_object.cc | 35 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()
|
D | object_proxy.cc | 60 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()
|
D | object_proxy.h | 186 const ObjectPath& object_path() const { return object_path_; } in object_path() 303 ObjectPath object_path_; variable
|
D | exported_object.h | 170 ObjectPath object_path_; variable
|
D | object_manager.h | 324 ObjectPath object_path_; variable
|