Searched refs:object_path_ (Results 1 – 9 of 9) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 238 object_path_(object_path), in DBusObject() 255 << object_path_.value() << "'."; in AddOrGetInterface() 283 object_path_, completion_callback); in ExportInterfaceAsync() 289 object_path_); in ExportInterfaceAndBlock() 296 ->UnexportAsync(object_manager_.get(), exported_object_, object_path_, in UnexportInterfaceAsync() 302 ->UnexportAndBlock(object_manager_.get(), exported_object_, object_path_); in UnexportInterfaceAndBlock() 307 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'."; in RegisterAsync() 310 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAsync() 320 object_path_, in RegisterAsync() 329 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'."; in RegisterAndBlock() [all …]
|
D | dbus_object.h | 635 ::dbus::ObjectPath object_path_;
|
/external/libchrome/dbus/ |
D | exported_object.cc | 35 object_path_(object_path), in ExportedObject() 37 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ExportedObject() 89 CHECK(signal->SetPath(object_path_)); in SendSignal() 121 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_manager.cc | 36 object_path_(object_path), in ObjectManager() 40 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ObjectManager() 42 << " " << object_path_.value(); in ObjectManager() 45 object_proxy_ = bus_->GetObjectProxy(service_name_, object_path_); in ObjectManager() 210 LOG(WARNING) << service_name_ << " " << object_path_.value() in OnSetupMatchRuleAndFilterComplete() 369 LOG(WARNING) << service_name_ << " " << object_path_.value() in OnGetManagedObjects() 379 LOG(WARNING) << service_name_ << " " << object_path_.value() in InterfacesAddedReceived() 391 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesAddedConnected() 402 LOG(WARNING) << service_name_ << " " << object_path_.value() in InterfacesRemovedReceived() 416 LOG_IF(WARNING, !success) << service_name_ << " " << object_path_.value() in InterfacesRemovedConnected()
|
D | object_proxy.cc | 120 object_path_(object_path), in ObjectProxy() 123 LOG_IF(FATAL, !object_path_.IsValid()) << object_path_.value(); in ObjectProxy() 141 !method_call->SetPath(object_path_)) in CallMethodAndBlockWithErrorDetails() 202 !method_call->SetPath(object_path_)) { in CallMethodWithErrorResponse() 468 object_path_.value().c_str()); in ConnectToSignalInternal() 513 if (path != object_path_) { in HandleMessage() 607 << ": object_path= " << object_path_.value() in LogMethodCallFailure()
|
D | object_proxy.h | 213 const ObjectPath& object_path() const { return object_path_; } in object_path() 336 ObjectPath object_path_; variable
|
D | exported_object.h | 172 ObjectPath object_path_; variable
|
D | object_manager.h | 322 ObjectPath object_path_; variable
|
/external/libchrome/libchrome_tools/patches/ |
D | Connect-to-NameOwnerChanged-signal-when-setting-call.patch | 141 + << object_path_.value();
|