Home
last modified time | relevance | path

Searched refs:ResponseOrErrorCallback (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/dbus/
Dobject_proxy.h85 using ResponseOrErrorCallback = variable
151 ResponseOrErrorCallback callback);
229 ResponseOrErrorCallback callback);
241 ResponseOrErrorCallback ReleaseCallback();
245 ResponseOrErrorCallback callback_;
Dmock_object_proxy.h49 ResponseOrErrorCallback callback) override;
53 ResponseOrErrorCallback* callback));
Dobject_proxy.cc56 ResponseOrErrorCallback callback) in ReplyCallbackHolder()
101 new ResponseOrErrorCallback(std::move(callback_)); in ~ReplyCallbackHolder()
104 FROM_HERE, base::BindOnce(&base::DeletePointer<ResponseOrErrorCallback>, in ~ReplyCallbackHolder()
108 ObjectProxy::ResponseOrErrorCallback
193 ResponseOrErrorCallback callback) { in CallMethodWithErrorResponse()
Dmock_object_proxy.cc26 ResponseOrErrorCallback callback) { in CallMethodWithErrorResponse()