Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_signal_handler.h35 dbus::ObjectProxy* object_proxy, in ConnectToSignal() argument
61 object_proxy->ConnectToSignal(interface_name, in ConnectToSignal()
/external/libchrome/dbus/
Dobject_manager.h156 ObjectProxy *object_proxy,
341 ObjectProxy* object_proxy; member
DBUILD.gn28 "object_proxy.cc",
29 "object_proxy.h",
Ddbus.gyp40 'object_proxy.cc',
41 'object_proxy.h',
Dbus.cc237 scoped_refptr<ObjectProxy> object_proxy = in GetObjectProxyWithOptions() local
239 object_proxy_table_[key] = object_proxy; in GetObjectProxyWithOptions()
241 return object_proxy.get(); in GetObjectProxyWithOptions()
263 scoped_refptr<ObjectProxy> object_proxy = iter->second; in RemoveObjectProxyWithOptions() local
269 this, object_proxy, callback)); in RemoveObjectProxyWithOptions()
275 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy, in RemoveObjectProxyInternal() argument
279 object_proxy.get()->Detach(); in RemoveObjectProxyInternal()
Dobject_manager.cc26 : object_proxy(NULL) { in Object()
121 return object->object_proxy; in GetObjectProxy()
453 object->object_proxy = bus_->GetObjectProxy(service_name_, object_path); in AddInterface()
463 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
Dobject_proxy.h209 ObjectProxy* object_proxy; member
Dobject_proxy.cc244 : object_proxy(in_object_proxy), in OnPendingCallIsCompleteData()
382 ObjectProxy* self = data->object_proxy; in OnPendingCallIsCompleteThunk()
Dproperty.cc38 ObjectProxy* object_proxy, in PropertySet() argument
41 : object_proxy_(object_proxy), in PropertySet()
Dbus.h606 void RemoveObjectProxyInternal(scoped_refptr<dbus::ObjectProxy> object_proxy,
/external/libchrome/
DSConstruct249 object_proxy.cc