Searched refs:object_proxy (Results 26 - 38 of 38) sorted by relevance

12

/external/chromium_org/chromeos/dbus/
H A Dbluetooth_device_client.h82 Properties(dbus::ObjectProxy* object_proxy,
H A Dnfc_client_helpers.h20 #include "dbus/object_proxy.h"
69 // D-Bus object accessible through |object_proxy|. The implementation class
74 dbus::ObjectProxy* object_proxy) = 0;
H A Dshill_device_client.cc15 #include "dbus/object_proxy.h"
215 dbus::ObjectProxy* object_proxy = local
217 ShillClientHelper* helper = new ShillClientHelper(object_proxy);
H A Dshill_ipconfig_client.cc15 #include "dbus/object_proxy.h"
70 dbus::ObjectProxy* object_proxy =
72 ShillClientHelper* helper = new ShillClientHelper(object_proxy);
H A Dshill_client_helper.h142 const dbus::ObjectProxy* object_proxy() const { return proxy_; } function in class:chromeos::ShillClientHelper
/external/chromium_org/dbus/
H A Dproperty.h16 #include "dbus/object_proxy.h"
41 // Properties(dbus::ObjectProxy* object_proxy,
43 // : dbus::PropertySet(object_proxy, "com.example.DBus", callback) {
77 // dbus::ObjectProxy* object_proxy = bus->GetObjectProxy(...);
81 // object_proxy,
88 // Object object = std::make_pair(object_proxy, properties);
205 // Constructs a property set, where |object_proxy| specifies the proxy for
211 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
289 ObjectProxy* object_proxy() { return object_proxy_; } function in class:dbus::PropertySet
H A Dproperty_unittest.cc18 #include "dbus/object_proxy.h"
37 Properties(ObjectProxy* object_proxy, argument
39 : PropertySet(object_proxy,
H A Dbus.cc20 #include "dbus/object_proxy.h"
242 scoped_refptr<ObjectProxy> object_proxy = local
244 object_proxy_table_[key] = object_proxy;
246 return object_proxy.get();
268 scoped_refptr<ObjectProxy> object_proxy = iter->second; local
274 this, object_proxy, callback));
280 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy, argument
284 object_proxy.get()->Detach();
H A Dobject_proxy.h191 ObjectProxy* object_proxy; member in struct:dbus::ObjectProxy::OnPendingCallIsCompleteData
H A Dproperty.cc13 #include "dbus/object_proxy.h"
33 ObjectProxy* object_proxy,
36 : object_proxy_(object_proxy),
32 PropertySet( ObjectProxy* object_proxy, const std::string& interface, const PropertyChangedCallback& property_changed_callback) argument
H A Dobject_proxy.cc19 #include "dbus/object_proxy.h"
236 : object_proxy(in_object_proxy),
369 ObjectProxy* self = data->object_proxy;
H A Dbus.h85 // dbus::ObjectProxy* object_proxy =
90 // object_proxy.CallMethodAndBlock(&method_call, timeout_ms));
104 // object_proxy.CallMethod(&method_call, timeout_ms,
269 // See object_proxy.h for available options.
304 // See object_proxy.h for available options.
597 void RemoveObjectProxyInternal(scoped_refptr<dbus::ObjectProxy> object_proxy,
/external/chromium_org/ppapi/proxy/
H A Dppp_class_proxy.cc225 ObjectProxy* object_proxy = new ObjectProxy(dispatcher, local
227 return var->CreateObject(instance_id, &class_interface, object_proxy);

Completed in 831 milliseconds

12