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

  /external/chromium_org/chromeos/dbus/
shill_device_client.cc 16 #include "dbus/object_proxy.h"
211 dbus::ObjectProxy* object_proxy = local
213 ShillClientHelper* helper = new ShillClientHelper(bus_, object_proxy);
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_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...]
introspectable_client.cc 15 #include "dbus/object_proxy.h"
49 dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(service_name, variable
52 object_proxy->CallMethod(
  /external/chromium_org/dbus/
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_proxy.h 176 ObjectProxy* object_proxy; member in struct:dbus::ObjectProxy::OnPendingCallIsCompleteData
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...]
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
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...]
  /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 289 milliseconds