Searched refs:object_proxy (Results 1 – 7 of 7) sorted by relevance
/external/libbrillo/brillo/dbus/ |
D | dbus_signal_handler.h | 36 dbus::ObjectProxy* object_proxy, in ConnectToSignal() argument 62 object_proxy->ConnectToSignal( in ConnectToSignal()
|
/external/libchrome/dbus/ |
D | object_manager.h | 157 ObjectProxy *object_proxy, 339 ObjectProxy* object_proxy; member
|
D | bus.cc | 209 scoped_refptr<ObjectProxy> object_proxy = in GetObjectProxyWithOptions() local 211 object_proxy_table_[key] = object_proxy; in GetObjectProxyWithOptions() 213 return object_proxy.get(); in GetObjectProxyWithOptions() 235 scoped_refptr<ObjectProxy> object_proxy = iter->second; in RemoveObjectProxyWithOptions() local 241 this, object_proxy, callback)); in RemoveObjectProxyWithOptions() 247 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy, in RemoveObjectProxyInternal() argument 251 object_proxy->Detach(); in RemoveObjectProxyInternal()
|
D | object_manager.cc | 26 : object_proxy(nullptr) { in Object() 121 return object->object_proxy; in GetObjectProxy() 452 object->object_proxy = bus_->GetObjectProxy(service_name_, object_path); in AddInterface() 462 interface->CreateProperties(object->object_proxy, in AddInterface()
|
D | property.h | 224 PropertySet(ObjectProxy* object_proxy, const std::string& interface, 310 ObjectProxy* object_proxy() { return object_proxy_; } in object_proxy() function
|
D | bus.h | 596 void RemoveObjectProxyInternal(scoped_refptr<dbus::ObjectProxy> object_proxy,
|
D | property.cc | 40 ObjectProxy* object_proxy, in PropertySet() argument 43 : object_proxy_(object_proxy), in PropertySet()
|