Home
last modified time | relevance | path

Searched refs:asyncConnection (Results 1 – 7 of 7) sorted by relevance

/dports/devel/easyloggingpp/easyloggingpp-9.97.0/samples/gtkmm/
H A Dsigc++.cpp28 AsyncConnector asyncConnection; in main() local
29 asyncConnection.received.connect(sigc::ptr_fun(dataReceived)); in main()
30 asyncConnection.sent.connect(sigc::ptr_fun(dataSent)); in main()
32 asyncConnection.sendNow(); in main()
/dports/sysutils/fusefs-encfs/encfs-1.9.5/vendor/github.com/muflihun/easyloggingpp/samples/gtkmm/
H A Dsigc++.cpp28 AsyncConnector asyncConnection; in main() local
29 asyncConnection.received.connect(sigc::ptr_fun(dataReceived)); in main()
30 asyncConnection.sent.connect(sigc::ptr_fun(dataSent)); in main()
32 asyncConnection.sendNow(); in main()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/http/
H A DSessionHttpConnectionListenerImpl.hpp376 …boost::shared_ptr<HttpConnection> asyncConnection = http_methods::handleAsyncRpc(ptrHttpConnection… in enqueConnection() local
377 if (asyncConnection) in enqueConnection()
378 mainConnectionQueue_.enqueConnection(asyncConnection); in enqueConnection()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionOfflineService.cpp149 boost::shared_ptr<HttpConnection> asyncConnection = http_methods::handleAsyncRpc(ptrHttpConn); in asyncConnectionConverter() local
158 return asyncConnection; in asyncConnectionConverter()
H A DSessionHttpMethods.cpp124 boost::shared_ptr<rpc::AsyncRpcConnection> asyncConnection = in parseAndValidateJsonRpcConnection() local
126 *pJsonRpcRequest = asyncConnection->jsonRpcRequest(); in parseAndValidateJsonRpcConnection()
/dports/devel/py-py_interface/py_interface-2.3/py_interface/
H A Derl_async_conn.py191 asyncConnection = ErlAsyncPeerConnection(s2)
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/gloda/modules/
H A DGlodaDatastore.jsm1054 asyncConnection: null,
1207 this.asyncConnection = dbConnection;
1325 this.asyncConnection.asyncClose();
1332 this.asyncConnection = null;
1523 this.asyncConnection,
1668 this.asyncConnection.lastError +
1670 this.asyncConnection.lastErrorString +
2695 this.asyncConnection.lastError +
2697 this.asyncConnection.lastErrorString +
2747 this.asyncConnection.lastError +
[all …]