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

  /external/chromium_org/chromeos/dbus/
shill_device_client.cc 15 #include "dbus/object_proxy.h"
230 dbus::ObjectProxy* object_proxy = local
232 ShillClientHelper* helper = new ShillClientHelper(object_proxy);
bluetooth_adapter_client.cc 13 #include "dbus/object_proxy.h"
24 dbus::ObjectProxy* object_proxy,
27 : dbus::PropertySet(object_proxy, interface_name, callback) {
82 dbus::ObjectProxy* object_proxy,
86 object_proxy,
111 dbus::ObjectProxy* object_proxy = variable
113 if (!object_proxy) {
118 object_proxy->CallMethodWithErrorCallback(
135 dbus::ObjectProxy* object_proxy = variable
137 if (!object_proxy) {
163 dbus::ObjectProxy* object_proxy = variable
    [all...]
bluetooth_device_client.cc 14 #include "dbus/object_proxy.h"
25 dbus::ObjectProxy* object_proxy,
28 : dbus::PropertySet(object_proxy, interface_name, callback) {
82 dbus::ObjectProxy* object_proxy,
86 object_proxy,
126 dbus::ObjectProxy* object_proxy = variable
128 if (!object_proxy) {
134 object_proxy->CallMethodWithErrorCallback(
151 dbus::ObjectProxy* object_proxy = variable
153 if (!object_proxy) {
179 dbus::ObjectProxy* object_proxy = variable
209 dbus::ObjectProxy* object_proxy = variable
233 dbus::ObjectProxy* object_proxy = variable
259 dbus::ObjectProxy* object_proxy = variable
282 dbus::ObjectProxy* object_proxy = variable
307 dbus::ObjectProxy* object_proxy = variable
    [all...]
introspectable_client.cc 15 #include "dbus/object_proxy.h"
46 dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(service_name, variable
49 object_proxy->CallMethod(
nfc_adapter_client.cc 22 dbus::ObjectProxy* object_proxy,
24 : NfcPropertySet(object_proxy,
85 dbus::ObjectProxy* object_proxy = object_map_->GetObjectProxy(object_path); variable
86 if (!object_proxy) {
99 object_proxy->CallMethodWithErrorCallback(
111 dbus::ObjectProxy* object_proxy = object_map_->GetObjectProxy(object_path); variable
112 if (!object_proxy) {
123 object_proxy->CallMethodWithErrorCallback(
164 dbus::ObjectProxy* object_proxy) OVERRIDE {
166 object_proxy,
    [all...]
nfc_device_client.cc 23 dbus::ObjectProxy* object_proxy,
25 : NfcPropertySet(object_proxy,
86 dbus::ObjectProxy* object_proxy = variable
88 if (!object_proxy) {
114 object_proxy->CallMethodWithErrorCallback(
177 dbus::ObjectProxy* object_proxy) OVERRIDE {
179 object_proxy,
182 object_proxy->object_path()));
nfc_tag_client.cc 23 dbus::ObjectProxy* object_proxy,
25 : NfcPropertySet(object_proxy,
89 dbus::ObjectProxy* object_proxy = variable
91 if (!object_proxy) {
115 object_proxy->CallMethodWithErrorCallback(
184 dbus::ObjectProxy* object_proxy) OVERRIDE {
186 object_proxy,
189 object_proxy->object_path()));
193 object_proxy->object_path()));
shill_client_helper.h 142 const dbus::ObjectProxy* object_proxy() const { return proxy_; } function in class:chromeos::ShillClientHelper
shill_service_client.cc 16 #include "dbus/object_proxy.h"
66 helper->object_proxy()->object_path(),
238 dbus::ObjectProxy* object_proxy = local
240 ShillClientHelper* helper = new ShillClientHelper(object_proxy);
253 dbus::ObjectPath object_path = helper->object_proxy()->object_path();
bluetooth_gatt_characteristic_client.cc 33 dbus::ObjectProxy* object_proxy,
36 : dbus::PropertySet(object_proxy, interface_name, callback) {
97 dbus::ObjectProxy* object_proxy = variable
99 if (!object_proxy) {
108 object_proxy->CallMethodWithErrorCallback(
124 dbus::ObjectProxy* object_proxy = variable
126 if (!object_proxy) {
137 object_proxy->CallMethodWithErrorCallback(
152 dbus::ObjectProxy* object_proxy = variable
154 if (!object_proxy) {
178 dbus::ObjectProxy* object_proxy = variable
222 dbus::ObjectProxy* object_proxy = variable
224 DCHECK(object_proxy); variable
    [all...]
bluetooth_gatt_descriptor_client.cc 24 dbus::ObjectProxy* object_proxy,
27 : dbus::PropertySet(object_proxy, interface_name, callback) {
86 dbus::ObjectProxy* object_proxy = variable
88 if (!object_proxy) {
97 object_proxy->CallMethodWithErrorCallback(
113 dbus::ObjectProxy* object_proxy = variable
115 if (!object_proxy) {
126 object_proxy->CallMethodWithErrorCallback(
139 dbus::ObjectProxy *object_proxy,
143 object_proxy,
    [all...]
nfc_client_helpers.cc 107 dbus::ObjectProxy* object_proxy = bus_->GetObjectProxy(service_name_, local
111 NfcPropertySet* properties = delegate_->CreateProperties(object_proxy);
114 ObjectPropertyPair object = std::make_pair(object_proxy, properties);
231 dbus::ObjectProxy* object_proxy = local
233 if (object_proxy)
234 return object_proxy;
  /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,
299 ObjectProxy* object_proxy; member in struct:dbus::ObjectManager::Object
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_proxy.h 191 ObjectProxy* object_proxy; member in struct:dbus::ObjectProxy::OnPendingCallIsCompleteData
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();
268 scoped_refptr<ObjectProxy> object_proxy = iter->second; local
274 this, object_proxy, callback));
280 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy,
284 object_proxy.get()->Detach();
    [all...]
  /external/chromium_org/content/browser/
power_save_blocker_x11.cc 31 #include "dbus/object_proxy.h"
182 scoped_refptr<dbus::ObjectProxy> object_proxy; local
191 object_proxy = bus_->GetObjectProxy(
221 object_proxy = bus_->GetObjectProxy(
239 scoped_ptr<dbus::Response> response(object_proxy->CallMethodAndBlock(
257 scoped_refptr<dbus::ObjectProxy> object_proxy; local
265 object_proxy = bus_->GetObjectProxy(
272 object_proxy = bus_->GetObjectProxy(
282 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 291 milliseconds