Home
last modified time | relevance | path

Searched refs:object_proxy (Results 1 – 7 of 7) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_signal_handler.h36 dbus::ObjectProxy* object_proxy, in ConnectToSignal() argument
62 object_proxy->ConnectToSignal( in ConnectToSignal()
/external/libchrome/dbus/
Dobject_manager.h157 ObjectProxy *object_proxy,
339 ObjectProxy* object_proxy; member
Dbus.cc209 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()
Dobject_manager.cc26 : 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()
Dproperty.h224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
310 ObjectProxy* object_proxy() { return object_proxy_; } in object_proxy() function
Dbus.h596 void RemoveObjectProxyInternal(scoped_refptr<dbus::ObjectProxy> object_proxy,
Dproperty.cc40 ObjectProxy* object_proxy, in PropertySet() argument
43 : object_proxy_(object_proxy), in PropertySet()