Home
last modified time | relevance | path

Searched defs:ConnectionManager (Results 1 – 25 of 102) sorted by relevance

12345

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dconnmgr.go40 type ConnectionManager struct { struct
41 sync.Mutex
42 nxt ConnectionID
43 lookup map[ConnectionID](*rpcConnection)
44 labelCbs []LabelCb
67 func (c *ConnectionManager) removeConnection(id ConnectionID) {
75 func (c *ConnectionManager) LookupConnection(i ConnectionID) rpc.Transporter {
84 func (c *ConnectionManager) Shutdown() {
120 func (c *ConnectionManager) RegisterLabelCallback(f LabelCb) {
176 func (c *ConnectionManager) ApplyAll(f ApplyFn) {
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/pulsar-1.0.0/src/
H A Dconnection_manager.rs60 pub struct ConnectionManager<Exe: Executor> { struct
70 impl<Exe: Executor> ConnectionManager<Exe> { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/
H A Dr2d2.rs32 pub struct ConnectionManager<T> { struct
37 unsafe impl<T: Send + 'static> Sync for ConnectionManager<T> {} argument
39 impl<T> ConnectionManager<T> { implementation
78 impl<T> ManageConnection for ConnectionManager<T> implementation
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/
H A Dr2d2.rs32 pub struct ConnectionManager<T> { struct
37 unsafe impl<T: Send + 'static> Sync for ConnectionManager<T> {} argument
39 impl<T> ConnectionManager<T> { implementation
78 impl<T> ManageConnection for ConnectionManager<T> implementation
/dports/net/wangle/wangle-2021.12.27.00/wangle/acceptor/
H A DManagedConnection.h28 class ConnectionManager; variable
154 friend class ConnectionManager; variable
/dports/databases/opentsdb/opentsdb-2.3.0/src/tsd/
H A DConnectionManager.java37 final class ConnectionManager extends SimpleChannelHandler { class
67 public ConnectionManager() { in ConnectionManager() method in ConnectionManager
76 public ConnectionManager(final int connections_limit) { in ConnectionManager() method in ConnectionManager
/dports/comms/limesuite/LimeSuite-20.10.0/src/
H A Dlms7suiteApp.h15 class ConnectionManager; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/phonehub/
H A Dmessage_sender_impl.h19 class ConnectionManager; variable
H A Dconnection_scheduler_impl.h18 class ConnectionManager; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data/Test/ProviderTests/Common/
H A DConnectionManager.cs46 public class ConnectionManager class
54 private ConnectionManager () in ConnectionManager() method in MonoTests.System.Data.Connected.ConnectionManager
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dpending-connection.h41 class ConnectionManager; variable
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/examples/protocols/
H A Dcm-wrapper.h35 class ConnectionManager; variable
/dports/irc/konversation/konversation-21.12.3/src/
H A Dawaymanager.h14 class ConnectionManager; variable
H A Dapplication.h25 class ConnectionManager; variable
59 friend class ConnectionManager; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/android_sms/
H A Dconnection_manager.cc33 ConnectionManager::ConnectionManager( in ConnectionManager() function in chromeos::android_sms::ConnectionManager
44 ConnectionManager::ConnectionManager( in ConnectionManager() function in chromeos::android_sms::ConnectionManager
/dports/devel/py-eventlib/eventlib-0.1.5/eventlib/
H A Dutil.py49 class ConnectionManager(object): class
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/transport/util/
H A DConnectionManager.cpp44 ConnectionManager::ConnectionManager() { in ConnectionManager() function in apache::thrift::ConnectionManager
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/network/torrent/
H A Dconnectionmanager.cpp58 Q_GLOBAL_STATIC(ConnectionManager, connectionManager) in Q_GLOBAL_STATIC() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/network/torrent/
H A Dconnectionmanager.cpp48 Q_GLOBAL_STATIC(ConnectionManager, connectionManager) in Q_GLOBAL_STATIC() argument
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/htmlparser2/
H A Dpackage.json7 "license": "MIT",
8 "sideEffects": false,
/dports/lang/spidermonkey78/firefox-78.9.0/widget/android/
H A DGeckoProcessManager.cpp20 NS_IMPL_ISUPPORTS(GeckoProcessManager::ConnectionManager, nsIObserver) in NS_IMPL_ISUPPORTS()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/qtestlib/wince/cetcpsyncserver/
H A Dconnectionmanager.cpp45 ConnectionManager::ConnectionManager() in ConnectionManager() function in ConnectionManager
/dports/mail/thunderbird/thunderbird-91.8.0/widget/android/
H A DGeckoProcessManager.cpp20 NS_IMPL_ISUPPORTS(GeckoProcessManager::ConnectionManager, nsIObserver) in NS_IMPL_ISUPPORTS()
/dports/www/firefox/firefox-99.0/widget/android/
H A DGeckoProcessManager.cpp20 NS_IMPL_ISUPPORTS(GeckoProcessManager::ConnectionManager, nsIObserver) in NS_IMPL_ISUPPORTS()
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/libs/rdbms/connectionmanager/
H A DConnectionManagerTest.php7 use Wikimedia\Rdbms\ConnectionManager; alias

12345