/external/chromium_org/dbus/ |
object_proxy_unittest.cc | 9 #include "dbus/object_proxy.h"
|
property.cc | 13 #include "dbus/object_proxy.h" 33 ObjectProxy* object_proxy, 36 : object_proxy_(object_proxy),
|
property_unittest.cc | 18 #include "dbus/object_proxy.h" 37 Properties(ObjectProxy* object_proxy, 39 : PropertySet(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
|
end_to_end_sync_unittest.cc | 10 #include "dbus/object_proxy.h"
|
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...] |
bus.h | 85 // 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/chromeos/dbus/ |
shill_ipconfig_client.cc | 15 #include "dbus/object_proxy.h" 70 dbus::ObjectProxy* object_proxy = 72 ShillClientHelper* helper = new ShillClientHelper(object_proxy);
|
shill_device_client.cc | 15 #include "dbus/object_proxy.h" 215 dbus::ObjectProxy* object_proxy = local 217 ShillClientHelper* helper = new ShillClientHelper(object_proxy);
|
bluetooth_input_client.h | 29 Properties(dbus::ObjectProxy* object_proxy,
|
fake_bluetooth_profile_manager_client.cc | 16 #include "dbus/object_proxy.h"
|
fake_shill_ipconfig_client.cc | 15 #include "dbus/object_proxy.h"
|
permission_broker_client.cc | 12 #include "dbus/object_proxy.h"
|
sms_client.cc | 21 #include "dbus/object_proxy.h"
|
nfc_adapter_client.h | 17 #include "dbus/object_proxy.h" 56 Properties(dbus::ObjectProxy* object_proxy,
|
nfc_manager_client.cc | 16 dbus::ObjectProxy* object_proxy, 18 : NfcPropertySet(object_proxy,
|
nfc_record_client.h | 14 #include "dbus/object_proxy.h" 72 Properties(dbus::ObjectProxy* object_proxy,
|
nfc_client_helpers.h | 20 #include "dbus/object_proxy.h" 69 // D-Bus object accessible through |object_proxy|. The implementation class 74 dbus::ObjectProxy* object_proxy) = 0;
|
bluetooth_agent_manager_client.cc | 12 #include "dbus/object_proxy.h"
|
fake_bluetooth_input_client.cc | 16 #include "dbus/object_proxy.h"
|
image_burner_client.cc | 12 #include "dbus/object_proxy.h"
|
bluetooth_adapter_client.h | 75 Properties(dbus::ObjectProxy* object_proxy,
|
/external/chromium_org/chromeos/network/ |
network_activation_handler.cc | 13 #include "dbus/object_proxy.h"
|
/external/chromium_org/chrome/browser/chromeos/dbus/ |
service_provider_test_helper.h | 14 #include "dbus/object_proxy.h"
|
/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);
|