HomeSort by relevance Sort by last modified time
    Searched refs:ObjectProxy (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/chromeos/dbus/
blocking_method_caller.h 16 class ObjectProxy;
27 BlockingMethodCaller(dbus::Bus* bus, dbus::ObjectProxy* proxy);
35 dbus::ObjectProxy* proxy_;
blocking_method_caller.cc 23 dbus::ObjectProxy* proxy,
26 method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT);
32 dbus::ObjectProxy* proxy)
bluetooth_device_client.cc 25 dbus::ObjectProxy* object_proxy,
78 dbus::ObjectProxy* object_proxy,
122 dbus::ObjectProxy* object_proxy =
132 dbus::ObjectProxy::TIMEOUT_INFINITE,
147 dbus::ObjectProxy* object_proxy =
156 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
175 dbus::ObjectProxy* object_proxy =
185 dbus::ObjectProxy::TIMEOUT_INFINITE,
205 dbus::ObjectProxy* object_proxy =
214 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT
    [all...]
shill_client_unittest_base.h 197 const dbus::ObjectProxy::SignalCallback& signal_callback,
198 const dbus::ObjectProxy::OnConnectedCallback& on_connected_callback);
205 const dbus::ObjectProxy::ResponseCallback& response_callback);
212 const dbus::ObjectProxy::ResponseCallback& response_callback,
213 const dbus::ObjectProxy::ErrorCallback& error_callback);
222 dbus::ObjectProxy::SignalCallback property_changed_handler_;
nfc_property_set.cc 12 NfcPropertySet::NfcPropertySet(dbus::ObjectProxy* object_proxy,
43 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
71 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
permission_broker_client.cc 36 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
51 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
80 dbus::ObjectProxy* proxy_;
bluetooth_agent_manager_client.cc 44 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
64 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
86 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
127 dbus::ObjectProxy* object_proxy_;
nfc_client_helpers.h 74 dbus::ObjectProxy* object_proxy) = 0;
102 dbus::ObjectProxy* GetObjectProxy(const dbus::ObjectPath& object_path);
137 typedef std::pair<dbus::ObjectProxy*, NfcPropertySet*> ObjectPropertyPair;
194 dbus::ObjectProxy* FindObjectProxy(
nfc_manager_client.h 27 Properties(dbus::ObjectProxy* object_proxy,
nfc_property_set.h 23 NfcPropertySet(dbus::ObjectProxy* object_proxy,
shill_client_helper.h 33 class ObjectProxy;
76 explicit ShillClientHelper(dbus::ObjectProxy* proxy);
142 const dbus::ObjectProxy* object_proxy() const { return proxy_; }
173 dbus::ObjectProxy* proxy_;
cras_audio_client.cc 49 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
60 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
75 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
76 dbus::ObjectProxy::EmptyResponseCallback());
86 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
87 dbus::ObjectProxy::EmptyResponseCallback());
98 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
99 dbus::ObjectProxy::EmptyResponseCallback());
109 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
110 dbus::ObjectProxy::EmptyResponseCallback())
    [all...]
bluetooth_adapter_client.cc 24 dbus::ObjectProxy* object_proxy,
82 dbus::ObjectProxy* object_proxy,
111 dbus::ObjectProxy* object_proxy =
120 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
135 dbus::ObjectProxy* object_proxy =
144 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
163 dbus::ObjectProxy* object_proxy =
172 dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
sms_client.cc 43 dbus::ObjectProxy *proxy = bus_->GetObjectProxy(service_name, object_path);
48 proxy->CallMethod(&method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
  /external/chromium_org/dbus/
mock_object_proxy.cc 12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
object_proxy.cc 45 // ObjectProxy.
52 // An empty function used for ObjectProxy::EmptyResponseCallback().
58 ObjectProxy::ObjectProxy(Bus* bus,
70 ObjectProxy::~ObjectProxy() {
76 scoped_ptr<Response> ObjectProxy::CallMethodAndBlock(MethodCall* method_call,
115 void ObjectProxy::CallMethod(MethodCall* method_call,
119 base::Bind(&ObjectProxy::OnCallMethodError,
126 void ObjectProxy::CallMethodWithErrorCallback(MethodCall* method_call
    [all...]
end_to_end_sync_unittest.cc 16 // The end-to-end test exercises the synchronous APIs in ObjectProxy and
52 ObjectProxy* object_proxy_;
64 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
95 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
104 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
120 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
136 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
object_proxy.h 30 // ObjectProxy is used to communicate with remote objects, mainly for
33 // ObjectProxy is a ref counted object, to ensure that |this| of the
37 class CHROME_DBUS_EXPORT ObjectProxy
38 : public base::RefCountedThreadSafe<ObjectProxy> {
42 ObjectProxy(Bus* bus,
177 virtual ~ObjectProxy();
180 friend class base::RefCountedThreadSafe<ObjectProxy>;
185 OnPendingCallIsCompleteData(ObjectProxy* in_object_proxy,
191 ObjectProxy* object_proxy;
310 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);
    [all...]
object_manager.h 43 // Properties(dbus::ObjectProxy* object_proxy,
80 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
128 class ObjectProxy;
153 ObjectProxy *object_proxy,
176 // ObjectProxy object for the given interface are cleaned up, it is safe
208 // Returns a ObjectProxy pointer for the given |object_path|. Unlike
211 ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
263 // ObjectProxy if required, as well as the PropertySet instance for that
279 ObjectProxy* object_proxy_;
286 // Each managed object consists of a ObjectProxy used to make call
    [all...]
end_to_end_async_unittest.cc 27 // See comments in ObjectProxy::RunResponseCallback() for why the number was
33 // The end-to-end test exercises the asynchronous APIs in ObjectProxy and
262 ObjectProxy* object_proxy_;
263 ObjectProxy* root_object_proxy_;
281 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
298 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
318 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
340 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
360 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT;
380 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT
    [all...]
mock_unittest.cc 110 ObjectProxy::ResponseCallback response_callback) {
121 ObjectProxy::ResponseCallback response_callback,
133 ObjectProxy* proxy = mock_bus_->GetObjectProxy(
145 ObjectProxy::TIMEOUT_USE_DEFAULT));
162 ObjectProxy* proxy = mock_bus_->GetObjectProxy(
173 ObjectProxy::TIMEOUT_USE_DEFAULT,
mock_object_manager.h 31 MOCK_METHOD1(GetObjectProxy, ObjectProxy*(const ObjectPath&));
bus_unittest.cc 80 ObjectProxy* object_proxy1 =
86 ObjectProxy* object_proxy2 =
93 ObjectProxy* object_proxy3 =
107 ObjectProxy* object_proxy1 =
111 ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS);
115 ObjectProxy* object_proxy2 =
119 ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS);
124 ObjectProxy* object_proxy3 =
128 ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS);
157 ObjectProxy* object_proxy1
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
service_provider_test_helper.h 51 dbus::ObjectProxy::SignalCallback signal_callback,
52 dbus::ObjectProxy::OnConnectedCallback on_connected_callback);
77 dbus::ObjectProxy::SignalCallback signal_callback,
78 dbus::ObjectProxy::OnConnectedCallback connected_callback);
90 dbus::ObjectProxy::SignalCallback on_signal_callback_;
  /external/chromium_org/ppapi/proxy/
ppp_class_proxy.cc 26 struct ObjectProxy {
27 ObjectProxy(Dispatcher* d, int64 p, int64 ud)
38 ObjectProxy* ToObjectProxy(void* data) {
39 ObjectProxy* obj = reinterpret_cast<ObjectProxy*>(data);
48 ObjectProxy* obj = ToObjectProxy(object);
61 ObjectProxy* obj = ToObjectProxy(object);
76 ObjectProxy* obj = ToObjectProxy(object);
100 ObjectProxy* obj = ToObjectProxy(object);
114 ObjectProxy* obj = ToObjectProxy(object)
    [all...]

Completed in 117 milliseconds

1 2 3 4