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

  /external/libchrome/dbus/
mock_object_proxy.cc 12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) {
object_proxy.cc 48 // An empty function used for ObjectProxy::EmptyResponseCallback().
54 ObjectProxy::ObjectProxy(Bus* bus,
65 ObjectProxy::~ObjectProxy() {
72 std::unique_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails(
111 std::unique_ptr<Response> ObjectProxy::CallMethodAndBlock(
118 void ObjectProxy::CallMethod(MethodCall* method_call,
122 base::Bind(&ObjectProxy::OnCallMethodError,
129 void ObjectProxy::CallMethodWithErrorCallback(MethodCall* method_call
    [all...]
object_proxy.h 33 // ObjectProxy is used to communicate with remote objects, mainly for
36 // ObjectProxy is a ref counted object, to ensure that |this| of the
40 class CHROME_DBUS_EXPORT ObjectProxy
41 : public base::RefCountedThreadSafe<ObjectProxy> {
45 ObjectProxy(Bus* bus,
195 virtual ~ObjectProxy();
198 friend class base::RefCountedThreadSafe<ObjectProxy>;
203 OnPendingCallIsCompleteData(ObjectProxy* in_object_proxy,
209 ObjectProxy* object_proxy;
328 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);
    [all...]
object_manager.h 46 // Properties(dbus::ObjectProxy* object_proxy,
83 // dbus::PropertySet* CreateProperties(dbus::ObjectProxy* object_proxy,
131 class ObjectProxy;
156 ObjectProxy *object_proxy,
179 // ObjectProxy object for the given interface are cleaned up, it is safe
211 // Returns a ObjectProxy pointer for the given |object_path|. Unlike
214 ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
301 // ObjectProxy if required, as well as the PropertySet instance for that
325 ObjectProxy* object_proxy_;
334 // Each managed object consists of a ObjectProxy used to make call
    [all...]
mock_object_manager.h 31 MOCK_METHOD1(GetObjectProxy, ObjectProxy*(const ObjectPath&));
mock_bus.h 23 MOCK_METHOD2(GetObjectProxy, ObjectProxy*(const std::string& service_name,
26 ObjectProxy*(const std::string& service_name,
bus.h 39 class ObjectProxy;
87 // dbus::ObjectProxy* object_proxy =
261 virtual ObjectProxy* GetObjectProxy(const std::string& service_name,
264 // Same as above, but also takes a bitfield of ObjectProxy::Options.
266 virtual ObjectProxy* GetObjectProxyWithOptions(
276 // bus object and detaches the ObjectProxy, invalidating any pointer
299 // Same as above, but also takes a bitfield of ObjectProxy::Options.
396 // code. These are used to implement ObjectProxy and ExportedObject.
606 void RemoveObjectProxyInternal(scoped_refptr<dbus::ObjectProxy> object_proxy,
722 // The second part is the ObjectProxy::Options for the proxy
    [all...]
mock_object_proxy.h 17 // Mock for ObjectProxy.
18 class MockObjectProxy : public ObjectProxy {
property.cc 38 ObjectProxy* object_proxy,
108 ObjectProxy::TIMEOUT_USE_DEFAULT,
145 &method_call, ObjectProxy::TIMEOUT_USE_DEFAULT));
172 ObjectProxy::TIMEOUT_USE_DEFAULT,
199 ObjectProxy::TIMEOUT_USE_DEFAULT,
215 &method_call, ObjectProxy::TIMEOUT_USE_DEFAULT));
property.h 45 // Properties(dbus::ObjectProxy* object_proxy,
64 // typedef std::map<std::pair<dbus::ObjectProxy*, Properties*> > Object;
68 // dbus::ObjectProxy* GetObjectProxy(const dbus::ObjectPath& object_path) {
81 // dbus::ObjectProxy* object_proxy = bus->GetObjectProxy(...);
224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
310 ObjectProxy* object_proxy() { return object_proxy_; }
330 ObjectProxy* object_proxy_;
bus.cc 218 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name,
221 ObjectProxy::DEFAULT_OPTIONS);
224 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name,
237 scoped_refptr<ObjectProxy> object_proxy =
238 new ObjectProxy(this, service_name, object_path, options);
248 ObjectProxy::DEFAULT_OPTIONS,
263 scoped_refptr<ObjectProxy> object_proxy = iter->second;
275 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy,
873 ObjectProxy::TIMEOUT_USE_DEFAULT,
    [all...]
object_manager.cc 115 ObjectProxy* ObjectManager::GetObjectProxy(const ObjectPath& object_path) {
145 ObjectProxy::TIMEOUT_USE_DEFAULT,
  /external/libbrillo/brillo/dbus/
dbus_signal_handler.h 19 // dbus::ObjectProxy::ConnectToSignal() but the |signal_callback| is an actual
24 // dbus::ObjectProxy::SignalCallback.
35 dbus::ObjectProxy* object_proxy,
39 dbus::ObjectProxy::OnConnectedCallback on_connected_callback) {
60 // Register our stub handler with D-Bus ObjectProxy.
dbus_method_invoker.h 96 dbus::ObjectProxy* object,
131 dbus::ObjectProxy* object,
136 return CallMethodAndBlockWithTimeout(dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
285 dbus::ObjectProxy* object,
295 dbus::ObjectProxy::ErrorCallback dbus_error_callback =
297 dbus::ObjectProxy::ResponseCallback dbus_success_callback = base::Bind(
306 inline void CallMethod(dbus::ObjectProxy* object,
312 return CallMethodWithTimeout(dbus::ObjectProxy::TIMEOUT_USE_DEFAULT,
dbus_method_invoker_unittest.cc 54 int def_timeout_ms = dbus::ObjectProxy::TIMEOUT_USE_DEFAULT;
211 int def_timeout_ms = dbus::ObjectProxy::TIMEOUT_USE_DEFAULT;
221 dbus::ObjectProxy::ResponseCallback success_callback,
222 dbus::ObjectProxy::ErrorCallback error_callback) {
dbus_signal_handler_unittest.cc 51 dbus::ObjectProxy::SignalCallback signal_callback;
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy.h 56 void set_object_proxy(dbus::ObjectProxy* object_proxy) {
70 dbus::ObjectProxy* object_proxy_;
tpm_nvram_dbus_proxy.h 63 void set_object_proxy(dbus::ObjectProxy* object_proxy) {
77 dbus::ObjectProxy* object_proxy_;
  /system/update_engine/
dbus_test_utils.h 55 dbus::ObjectProxy::OnConnectedCallback on_connected_callback) {
58 new dbus::ObjectProxy::OnConnectedCallback(on_connected_callback));
76 std::unique_ptr<dbus::ObjectProxy::OnConnectedCallback>
  /system/tpm/attestation/client/
dbus_proxy.h 66 void set_object_proxy(dbus::ObjectProxy* object_proxy) {
72 dbus::ObjectProxy* object_proxy_;
  /system/tpm/trunks/
trunks_dbus_proxy.h 56 dbus::ObjectProxy* object_proxy_;
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 385 milliseconds