Home
last modified time | relevance | path

Searched refs:replyReceived (Results 1 – 25 of 33) sorted by relevance

12

/dports/databases/py-txredisapi/txredisapi-1.4.7/tests/
H A Dtest_sentinel.py35 def replyReceived(self, request): member in FakeRedisProtocol
43 BaseRedisProtocol.replyReceived(self, request)
52 def replyReceived(self, request): member in FakeAuthenticatedRedisProtocol
62 FakeRedisProtocol.replyReceived(self, request)
66 FakeRedisProtocol.replyReceived(self, request)
70 def replyReceived(self, request): member in FakeSentinelProtocol
96 FakeRedisProtocol.replyReceived(self, request)
H A Dtest_connection.py103 def replyReceived(self, request): member in SlowServerProtocol
124 FakeRedisProtocol.replyReceived(self, request)
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/async/
H A DFutureRequest.h59 void replyReceived(ClientReceiveState&& state) { in replyReceived() function
97 void replyReceived(ClientReceiveState&& state) override { in replyReceived() function
133 void replyReceived(ClientReceiveState&& state) override { in replyReceived() function
157 void replyReceived(ClientReceiveState&& /*state*/) override { CHECK(false); } in replyReceived() function
173 void replyReceived(ClientReceiveState&& state) override { in replyReceived() function
203 void replyReceived(ClientReceiveState&& state) override { in replyReceived() function
227 void replyReceived(ClientReceiveState&&) override { CHECK(false); } in replyReceived() function
H A DRequestCallback.h243 virtual void replyReceived(ClientReceiveState&&) = 0;
278 replyReceived(std::move(state)); in onResponse()
371 void replyReceived(ClientReceiveState&& state) final { in replyReceived() function
405 void replyReceived(ClientReceiveState&& state) override { in replyReceived() function
433 void replyReceived(ClientReceiveState&& /*state*/) override {} in replyReceived() function
H A DChannelCallbacks.h104 void replyReceived( in replyReceived() function
/dports/graphics/qt5-wayland/kde-qtwayland-5.15.2p37/src/imports/texture-sharing/
H A Dsharedtextureprovider.cpp202 emit replyReceived(id); in receiveBuffer() local
218 …connect(registry, &SharedTextureRegistry::replyReceived, this, &SharedTextureImageResponse::doResp… in SharedTextureImageResponse()
280 …disconnect(m_registry, &SharedTextureRegistry::replyReceived, this, &SharedTextureImageResponse::d… in doResponse()
H A Dsharedtextureprovider.h72 void replyReceived(const QString &id);
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/py3/
H A Dclientcallbacks.h42 void replyReceived(apache::thrift::ClientReceiveState&& state) override { in replyReceived() function
83 void replyReceived(apache::thrift::ClientReceiveState&& state) override { in replyReceived() function
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/perf/cpp2/util/
H A DSimpleOps.h249 cb->replyReceived({}); in async()
261 cb->replyReceived({}); in async()
308 cb->replyReceived({}); in async()
320 cb->replyReceived({}); in async()
H A DRunner.h89 void replyReceived(ClientReceiveState&& rstate) override { in replyReceived() function
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qdbuslocalcalls/
H A Dtst_qdbuslocalcalls.cpp81 void replyReceived(QDBusPendingCallWatcher *watcher);
117 void tst_QDBusLocalCalls::replyReceived(QDBusPendingCallWatcher *watcher) in replyReceived() function in tst_QDBusLocalCalls
264 SLOT(replyReceived(QDBusPendingCallWatcher*))); in asyncReplySignal()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/messenger/
H A DPlatformMessengerListener.java31 public void replyReceived(PlatformMessage message, String replyType, Map reply); in replyReceived() method
H A DPlatformMessenger.java439 l.replyReceived(message, REPLY_EXCEPTION, map); in processQueue()
476 l.replyReceived(message, REPLY_EXCEPTION, map); in processQueueAsync()
520 l.replyReceived(message, replyType, payload); in processQueueAsync()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/plugins/net/buddy/
H A DBuddyPluginBuddyReplyListener.java29 replyReceived( in replyReceived() method
H A DBuddyPluginBuddy.java1123 replyReceived( in ping()
1186 replyReceived( in sendCloseRequest()
1386 replyReceived( in sendMessageSupport()
1403 original_listener.replyReceived( from_buddy, reply ); in sendMessageSupport()
2101 replyReceived( in sendKeepAlive()
2530 listener.replyReceived( BuddyPluginBuddy.this, reply ); in reportComplete()
H A DBuddyPluginAZ2.java430 replyReceived( in sendAZ2TrackerMessage()
480 replyReceived( in sendAZ2RSSMessage()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/messenger/config/
H A DPlatformConfigMessenger.java72 public void replyReceived(PlatformMessage message, String replyType, in login()
207 public void replyReceived(Map[] browseSections); in replyReceived() method
H A DPlatformVuzeActivitiesMessenger.java63 public void replyReceived(PlatformMessage message, String replyType, in getEntries()
H A DPlatformMessengerConfig.java95 replyReceived( in syncInvoke()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/core/testutil/
H A DMockCallback.h34 void replyReceived(ClientReceiveState&& crs) override { in replyReceived() function
/dports/databases/py-txredisapi/txredisapi-1.4.7/
H A Dtxredisapi.py345 self.replyReceived(ConnectionError("Lost connection"))
391 self.replyReceived(data)
396 self.replyReceived(data)
403 self.replyReceived(reply)
415 self.replyReceived(reply)
445 self.replyReceived(el)
502 self.replyReceived(reply)
523 def replyReceived(self, reply): member in BaseRedisProtocol
1857 self.replyReceived(res)
1899 def replyReceived(self, reply): member in MonitorProtocol
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/http2/test/
H A DH2ClientConnectionTest.cpp140 void replyReceived(ClientReceiveState&& state) final { in replyReceived() function in apache::thrift::TestRequestCallback
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A DClientBench.cpp35 void replyReceived(ClientReceiveState&& state) override { in replyReceived() function in DummyCallback
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/src/
H A DMessageConnection.cpp1134 pingTrack.replyReceived = false; in SendPingRequestMessage()
1188 if (cs.ping[i].pingID == pingID && cs.ping[i].replyReceived == false) in HandlePingReplyMessage()
1192 cs.ping[i].replyReceived = true; in HandlePingReplyMessage()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/IceBT/
H A DDBus.cpp847 replyReceived();
909 void replyReceived()
961 r->replyReceived();

12