Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object.cc238 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 …]
Ddbus_object.h635 ::dbus::ObjectPath object_path_;
/external/libchrome/dbus/
Dexported_object.cc35 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()
Dobject_manager.cc36 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()
Dobject_proxy.cc120 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()
Dobject_proxy.h213 const ObjectPath& object_path() const { return object_path_; } in object_path()
336 ObjectPath object_path_; variable
Dexported_object.h172 ObjectPath object_path_; variable
Dobject_manager.h322 ObjectPath object_path_; variable
/external/libchrome/libchrome_tools/patches/
DConnect-to-NameOwnerChanged-signal-when-setting-call.patch141 + << object_path_.value();