HomeSort by relevance Sort by last modified time
    Searched refs:object_proxy (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc 15 #include "dbus/object_proxy.h"
26 dbus::ObjectProxy* object_proxy,
29 : dbus::PropertySet(object_proxy, interface_name, callback) {
88 dbus::ObjectProxy* object_proxy,
92 object_proxy,
132 dbus::ObjectProxy* object_proxy = variable
134 if (!object_proxy) {
140 object_proxy->CallMethodWithErrorCallback(
157 dbus::ObjectProxy* object_proxy = variable
159 if (!object_proxy) {
185 dbus::ObjectProxy* object_proxy = variable
215 dbus::ObjectProxy* object_proxy = variable
239 dbus::ObjectProxy* object_proxy = variable
265 dbus::ObjectProxy* object_proxy = variable
    [all...]
bluetooth_adapter_client.cc 14 #include "dbus/object_proxy.h"
25 dbus::ObjectProxy* object_proxy,
28 : dbus::PropertySet(object_proxy, interface_name, callback) {
92 dbus::ObjectProxy* object_proxy,
96 object_proxy,
121 dbus::ObjectProxy* object_proxy = variable
123 if (!object_proxy) {
128 object_proxy->CallMethodWithErrorCallback(
145 dbus::ObjectProxy* object_proxy = variable
147 if (!object_proxy) {
173 dbus::ObjectProxy* object_proxy = variable
    [all...]
bluetooth_input_client.cc 16 #include "dbus/object_proxy.h"
22 dbus::ObjectProxy* object_proxy,
25 : dbus::PropertySet(object_proxy, interface_name, callback) {
70 dbus::ObjectProxy* object_proxy,
74 object_proxy,
bluetooth_input_client.h 33 Properties(dbus::ObjectProxy* object_proxy,
introspectable_client.cc 15 #include "dbus/object_proxy.h"
49 dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(service_name, variable
52 object_proxy->CallMethod(
shill_profile_client.cc 82 dbus::ObjectProxy* object_proxy =
84 ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
bluetooth_adapter_client.h 79 Properties(dbus::ObjectProxy* object_proxy,
bluetooth_device_client.h 86 Properties(dbus::ObjectProxy* object_proxy,
shill_device_client.cc 16 #include "dbus/object_proxy.h"
211 dbus::ObjectProxy* object_proxy = local
213 ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
shill_ipconfig_client.cc 16 #include "dbus/object_proxy.h"
68 dbus::ObjectProxy* object_proxy =
70 ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
shill_service_client.cc 15 #include "dbus/object_proxy.h"
232 dbus::ObjectProxy* object_proxy =
234 ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
  /external/chromium_org/dbus/
object_manager_unittest.cc 17 #include "dbus/object_proxy.h"
39 Properties(ObjectProxy* object_proxy,
42 : PropertySet(object_proxy, interface_name, property_changed_callback) {
51 ObjectProxy* object_proxy,
55 object_proxy, interface_name,
163 ObjectProxy* object_proxy = bus_->GetObjectProxy( local
172 object_proxy->CallMethod(&method_call,
194 ObjectProxy* object_proxy = object_manager_->GetObjectProxy( local
196 EXPECT_TRUE(object_proxy != NULL);
219 ObjectProxy* object_proxy = object_manager_->GetObjectProxy local
282 ObjectProxy* object_proxy = object_manager_->GetObjectProxy( local
317 ObjectProxy* object_proxy = object_manager_->GetObjectProxy( local
    [all...]
object_manager.h 43 // Properties(dbus::ObjectProxy* object_proxy,
45 // : dbus::PropertySet(object_proxy, kExampleInterface, callback) {
80 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
84 // object_proxy, interface_name,
110 // object_proxy = object_manager_->GetObjectProxy(object_path);
111 // if (object_proxy) {
146 // |object_proxy|. The D-Bus interface name |interface_name| is that passed
153 ObjectProxy *object_proxy,
293 ObjectProxy* object_proxy; member in struct:dbus::ObjectManager::Object
object_manager.cc 11 #include "dbus/object_proxy.h"
17 : object_proxy(NULL) {
115 return object->object_proxy;
245 object->object_proxy = bus_->GetObjectProxy(service_name_, object_path);
255 interface->CreateProperties(object->object_proxy,
property.h 16 #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
property_unittest.cc 18 #include "dbus/object_proxy.h"
37 Properties(ObjectProxy* object_proxy,
39 : PropertySet(object_proxy,
object_proxy.h 176 ObjectProxy* object_proxy; member in struct:dbus::ObjectProxy::OnPendingCallIsCompleteData
property.cc 13 #include "dbus/object_proxy.h"
33 ObjectProxy* object_proxy,
36 : object_proxy_(object_proxy),
bus.cc 20 #include "dbus/object_proxy.h"
242 scoped_refptr<ObjectProxy> object_proxy = local
244 object_proxy_table_[key] = object_proxy;
246 return object_proxy.get();
279 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy,
283 object_proxy.get()->Detach();
    [all...]
bus.h 84 // dbus::ObjectProxy* object_proxy =
89 // object_proxy.CallMethodAndBlock(&method_call, timeout_ms));
103 // object_proxy.CallMethod(&method_call, timeout_ms,
268 // See object_proxy.h for available options.
303 // See object_proxy.h for available options.
617 void RemoveObjectProxyInternal(scoped_refptr<dbus::ObjectProxy> object_proxy,
object_proxy.cc 18 #include "dbus/object_proxy.h"
214 : object_proxy(in_object_proxy),
347 ObjectProxy* self = data->object_proxy;
  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 31 #include "dbus/object_proxy.h"
187 scoped_refptr<dbus::ObjectProxy> object_proxy; local
196 object_proxy = bus_->GetObjectProxy(
226 object_proxy = bus_->GetObjectProxy(
244 scoped_ptr<dbus::Response> response(object_proxy->CallMethodAndBlock(
262 scoped_refptr<dbus::ObjectProxy> object_proxy; local
270 object_proxy = bus_->GetObjectProxy(
277 object_proxy = bus_->GetObjectProxy(
287 scoped_ptr<dbus::Response> response(object_proxy->CallMethodAndBlock(
  /external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc 225 ObjectProxy* object_proxy = new ObjectProxy(dispatcher, local
227 return var->CreateObject(instance_id, &class_interface, object_proxy);

Completed in 508 milliseconds