Home
last modified time | relevance | path

Searched defs:object_proxy (Results 1 – 5 of 5) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_signal_handler.h36 dbus::ObjectProxy* object_proxy, in ConnectToSignal()
/external/libchrome/dbus/
Dobject_manager.h339 ObjectProxy* object_proxy; member
Dproperty.h310 ObjectProxy* object_proxy() { return object_proxy_; } in object_proxy() function
Dbus.cc209 scoped_refptr<ObjectProxy> object_proxy = in GetObjectProxyWithOptions() local
235 scoped_refptr<ObjectProxy> object_proxy = iter->second; in RemoveObjectProxyWithOptions() local
247 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy, in RemoveObjectProxyInternal()
Dproperty.cc40 ObjectProxy* object_proxy, in PropertySet()