Searched refs:object_path_ (Results 1 – 8 of 8) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_object.cc | 189 object_path_(object_path), in DBusObject() 206 << object_path_.value() << "'."; in AddOrGetInterface() 234 object_path_, completion_callback); in ExportInterfaceAsync() 239 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'."; in RegisterAsync() 242 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAsync() 252 object_path_, in RegisterAsync() 261 VLOG(1) << "Registering D-Bus object '" << object_path_.value() << "'."; in RegisterAndBlock() 263 exported_object_ = bus_->GetExportedObject(object_path_); in RegisterAndBlock() 273 object_path_); in RegisterAndBlock() 278 VLOG(1) << "Unregistering D-Bus object '" << object_path_.value() << "'."; in UnregisterAsync() [all …]
|
D | dbus_object.h | 598 dbus::ObjectPath object_path_; variable
|
/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
|