Home
last modified time | relevance | path

Searched refs:ObjectProxy (Results 1 – 25 of 41) sorted by relevance

12

/external/libchrome/dbus/
Dobject_proxy.cc54 ObjectProxy::ReplyCallbackHolder::ReplyCallbackHolder( in ReplyCallbackHolder()
62 ObjectProxy::ReplyCallbackHolder::ReplyCallbackHolder(
65 ObjectProxy::ReplyCallbackHolder::~ReplyCallbackHolder() { in ~ReplyCallbackHolder()
108 ObjectProxy::ResponseOrErrorCallback
109 ObjectProxy::ReplyCallbackHolder::ReleaseCallback() { in ReleaseCallback()
114 ObjectProxy::ObjectProxy(Bus* bus, in ObjectProxy() function in dbus::ObjectProxy
126 ObjectProxy::~ObjectProxy() { in ~ObjectProxy()
133 std::unique_ptr<Response> ObjectProxy::CallMethodAndBlockWithErrorDetails( in CallMethodAndBlockWithErrorDetails()
172 std::unique_ptr<Response> ObjectProxy::CallMethodAndBlock( in CallMethodAndBlock()
179 void ObjectProxy::CallMethod(MethodCall* method_call, in CallMethod()
[all …]
Dend_to_end_async_unittest.cc265 ObjectProxy* object_proxy_;
266 ObjectProxy* root_object_proxy_;
283 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
300 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
320 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
342 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
362 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
382 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
435 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
462 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
[all …]
Dmock_unittest.cc123 ObjectProxy::ResponseCallback* response_callback) { in HandleMockProxyResponseWithMessageLoop()
134 ObjectProxy::ResponseCallback response_callback, in RunResponseCallback()
145 ObjectProxy* proxy = mock_bus_->GetObjectProxy( in TEST_F()
156 &method_call, ObjectProxy::TIMEOUT_USE_DEFAULT)); in TEST_F()
169 ObjectProxy* proxy = mock_bus_->GetObjectProxy( in TEST_F()
179 &method_call, ObjectProxy::TIMEOUT_USE_DEFAULT, &error)); in TEST_F()
194 ObjectProxy* proxy = mock_bus_->GetObjectProxy( in TEST_F()
206 ObjectProxy::TIMEOUT_USE_DEFAULT, in TEST_F()
Dbus_unittest.cc76 ObjectProxy* object_proxy1 = in TEST()
82 ObjectProxy* object_proxy2 = in TEST()
89 ObjectProxy* object_proxy3 = in TEST()
103 ObjectProxy* object_proxy1 = in TEST()
107 ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS); in TEST()
111 ObjectProxy* object_proxy2 = in TEST()
115 ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS); in TEST()
120 ObjectProxy* object_proxy3 = in TEST()
124 ObjectProxy::IGNORE_SERVICE_UNKNOWN_ERRORS); in TEST()
152 ObjectProxy* object_proxy1 = in TEST()
[all …]
Dend_to_end_sync_unittest.cc52 ObjectProxy* object_proxy_;
64 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
95 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
104 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
120 const int timeout_ms = ObjectProxy::TIMEOUT_USE_DEFAULT; in TEST_F()
Dobject_manager.h132 class ObjectProxy; variable
157 ObjectProxy *object_proxy,
215 virtual ObjectProxy* GetObjectProxy(const ObjectPath& object_path);
323 ObjectProxy* object_proxy_;
339 ObjectProxy* object_proxy;
Dobject_proxy.h44 class CHROME_DBUS_EXPORT ObjectProxy
45 : public base::RefCountedThreadSafe<ObjectProxy> {
49 ObjectProxy(Bus* bus,
217 virtual ~ObjectProxy();
220 friend class base::RefCountedThreadSafe<ObjectProxy>;
359 DISALLOW_COPY_AND_ASSIGN(ObjectProxy);
Dobject_manager_unittest.cc43 Properties(ObjectProxy* object_proxy, in Properties()
54 PropertySet* CreateProperties(ObjectProxy* object_proxy, in CreateProperties()
192 ObjectProxy* object_proxy = bus_->GetObjectProxy( in PerformAction()
202 ObjectProxy::TIMEOUT_USE_DEFAULT, in PerformAction()
227 ObjectProxy* object_proxy = object_manager_->GetObjectProxy( in TEST_F()
252 ObjectProxy* object_proxy = object_manager_->GetObjectProxy( in TEST_F()
315 ObjectProxy* object_proxy = object_manager_->GetObjectProxy( in TEST_F()
350 ObjectProxy* object_proxy = object_manager_->GetObjectProxy( in TEST_F()
Dbus.h35 class ObjectProxy; variable
257 virtual ObjectProxy* GetObjectProxy(const std::string& service_name,
262 virtual ObjectProxy* GetObjectProxyWithOptions(
596 void RemoveObjectProxyInternal(scoped_refptr<dbus::ObjectProxy> object_proxy,
713 scoped_refptr<dbus::ObjectProxy>> ObjectProxyTable;
Dobject_proxy_unittest.cc58 ObjectProxy* object_proxy = bus_->GetObjectProxy( in TEST_F()
95 ObjectProxy* object_proxy = bus_->GetObjectProxy( in TEST_F()
119 ObjectProxy* object_proxy = bus_->GetObjectProxy( in TEST_F()
Dmock_bus.h23 MOCK_METHOD2(GetObjectProxy, ObjectProxy*(const std::string& service_name,
26 ObjectProxy*(const std::string& service_name,
Dbus.cc190 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, in GetObjectProxy()
193 ObjectProxy::DEFAULT_OPTIONS); in GetObjectProxy()
196 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions()
209 scoped_refptr<ObjectProxy> object_proxy = in GetObjectProxyWithOptions()
210 new ObjectProxy(this, service_name, object_path, options); in GetObjectProxyWithOptions()
220 ObjectProxy::DEFAULT_OPTIONS, in RemoveObjectProxy()
235 scoped_refptr<ObjectProxy> object_proxy = iter->second; in RemoveObjectProxyWithOptions()
247 void Bus::RemoveObjectProxyInternal(scoped_refptr<ObjectProxy> object_proxy, in RemoveObjectProxyInternal()
837 ObjectProxy::TIMEOUT_USE_DEFAULT, in GetServiceOwnerAndBlock()
Dproperty.cc40 ObjectProxy* object_proxy, in PropertySet()
109 ObjectProxy::TIMEOUT_USE_DEFAULT, in Get()
146 &method_call, ObjectProxy::TIMEOUT_USE_DEFAULT)); in GetAndBlock()
173 ObjectProxy::TIMEOUT_USE_DEFAULT, in GetAll()
200 ObjectProxy::TIMEOUT_USE_DEFAULT, in Set()
216 &method_call, ObjectProxy::TIMEOUT_USE_DEFAULT)); in SetAndBlock()
Dmock_object_manager.h31 MOCK_METHOD1(GetObjectProxy, ObjectProxy*(const ObjectPath&));
Dproperty.h224 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
310 ObjectProxy* object_proxy() { return object_proxy_; } in object_proxy()
330 ObjectProxy* object_proxy_;
Dmock_object_proxy.cc12 : ObjectProxy(bus, service_name, object_path, DEFAULT_OPTIONS) { in MockObjectProxy()
/external/libbrillo/brillo/dbus/
Ddbus_method_invoker.h98 ::dbus::ObjectProxy* object, in CallMethodAndBlockWithTimeout()
133 ::dbus::ObjectProxy* object, in CallMethodAndBlock()
138 return CallMethodAndBlockWithTimeout(::dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in CallMethodAndBlock()
287 ::dbus::ObjectProxy* object, in CallMethodWithTimeout()
297 ::dbus::ObjectProxy::ErrorCallback dbus_error_callback = in CallMethodWithTimeout()
299 ::dbus::ObjectProxy::ResponseCallback dbus_success_callback = base::Bind( in CallMethodWithTimeout()
309 inline void CallMethod(::dbus::ObjectProxy* object, in CallMethod()
315 return CallMethodWithTimeout(::dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, object, in CallMethod()
Ddbus_signal_handler.h37 ::dbus::ObjectProxy* object_proxy, in ConnectToSignal()
41 ::dbus::ObjectProxy::OnConnectedCallback on_connected_callback) { in ConnectToSignal()
Ddbus_method_invoker_test.cc85 int def_timeout_ms = dbus::ObjectProxy::TIMEOUT_USE_DEFAULT; in SetUp()
244 int def_timeout_ms = dbus::ObjectProxy::TIMEOUT_USE_DEFAULT; in SetUp()
254 dbus::ObjectProxy::ResponseCallback* success_callback, in HandleCall()
255 dbus::ObjectProxy::ErrorCallback* error_callback) { in HandleCall()
/external/libchrome/libchrome_tools/patches/
Ddbus-Remove-LOG-ERROR-in-ObjectProxy.patch4 Subject: [PATCH] dbus: Remove LOG(ERROR) in ObjectProxy
9 wrong sender" because one ObjectProxy receives signals intended for
10 another ObjectProxy. Since it's actually a valid case and not a bug, it
31 @@ -519,6 +519,11 @@ DBusHandlerResult ObjectProxy::HandleMessage(
43 @@ -534,12 +539,6 @@ DBusHandlerResult ObjectProxy::HandleMessage(
DConnect-to-NameOwnerChanged-signal-when-setting-call.patch120 @@ -274,6 +274,10 @@ void ObjectProxy::SetNameOwnerChangedCallback(
127 + base::BindOnce(&ObjectProxy::TryConnectToNameOwnerChangedSignal, this));
130 void ObjectProxy::WaitForServiceToBeAvailable(
131 @@ -458,6 +462,15 @@ bool ObjectProxy::ConnectToNameOwnerChangedSignal() {
135 +void ObjectProxy::TryConnectToNameOwnerChangedSignal() {
144 bool ObjectProxy::ConnectToSignalInternal(const std::string& interface_name,
151 @@ -267,6 +267,9 @@ class CHROME_DBUS_EXPORT ObjectProxy
Ddbus-Make-Bus-is_connected-mockable.patch82 @@ -288,7 +288,7 @@ void ObjectProxy::WaitForServiceToBeAvailable(
83 void ObjectProxy::Detach() {
88 bus_->RemoveFilterFunction(&ObjectProxy::HandleMessageThunk, this);
/external/libbrillo/brillo/http/
Dhttp_proxy.cc105 dbus::ObjectProxy* proxy = in GetChromeProxyServers()
114 &method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT); in GetChromeProxyServers()
121 dbus::ObjectProxy* proxy = bus->GetObjectProxy( in GetChromeProxyServersAsync()
129 proxy->CallMethod(&method_call, dbus::ObjectProxy::TIMEOUT_USE_DEFAULT, in GetChromeProxyServersAsync()
/external/tensorflow/tensorflow/python/util/
Dnest.py232 if isinstance(instance, _wrapt.ObjectProxy):
247 elif isinstance(instance, _wrapt.ObjectProxy):
1082 if isinstance(shallow_tree, _wrapt.ObjectProxy):
1732 _pywrap_utils.RegisterType("ObjectProxy", _wrapt.ObjectProxy)
Dserialization.py72 if isinstance(obj, wrapt.ObjectProxy):

12