Home
last modified time | relevance | path

Searched defs:serviceRegistry (Results 1 – 14 of 14) sorted by relevance

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/rpc/
H A Dservice.go39 type serviceRegistry struct { struct
40 mu sync.Mutex
41 services map[string]service
61 func (r *serviceRegistry) registerName(name string, rcvr interface{}) error {
96 func (r *serviceRegistry) callback(method string) *callback {
107 func (r *serviceRegistry) subscription(service, name string) *callback {
H A Dhandler.go74 func newHandler(connCtx context.Context, conn jsonWriter, idgen func() ID, reg *serviceRegistry) *h…
H A Dclient.go214 func initClient(conn ServerCodec, idgen func() ID, services *serviceRegistry) *Client {
/dports/devel/cxxtools/cxxtools-2.2.1/src/bin/
H A Dsocket.cpp40 Socket::Socket(RpcServerImpl& server, ServiceRegistry& serviceRegistry, net::TcpServer& tcpServer) in Socket()
H A Dresponder.h65 explicit Responder(ServiceRegistry& serviceRegistry) in Responder()
H A Drpcserverimpl.cpp97 …tLoopBase& eventLoop, Signal<RpcServer::Runmode>& runmodeChanged, ServiceRegistry& serviceRegistry) in RpcServerImpl()
/dports/devel/cxxtools/cxxtools-2.2.1/src/json/
H A Dsocket.cpp40 Socket::Socket(RpcServerImpl& server, ServiceRegistry& serviceRegistry, net::TcpServer& tcpServer) in Socket()
H A Dresponder.cpp44 Responder::Responder(ServiceRegistry& serviceRegistry) in Responder()
H A Drpcserverimpl.cpp97 …tLoopBase& eventLoop, Signal<RpcServer::Runmode>& runmodeChanged, ServiceRegistry& serviceRegistry) in RpcServerImpl()
/dports/graphics/qgis/qgis-3.22.3/src/server/
H A Dqgsserverinterfaceimpl.cpp112 QgsServiceRegistry *QgsServerInterfaceImpl::serviceRegistry() in serviceRegistry() function in QgsServerInterfaceImpl
/dports/graphics/qgis-ltr/qgis-3.16.16/src/server/
H A Dqgsserverinterfaceimpl.cpp112 QgsServiceRegistry *QgsServerInterfaceImpl::serviceRegistry() in serviceRegistry() function in QgsServerInterfaceImpl
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/framework/
H A DEquinoxContainer.java70 private ServiceRegistry serviceRegistry; field in EquinoxContainer
H A DEquinoxEventPublisher.java257 ServiceRegistry serviceRegistry = container.getServiceRegistry(); in notifyEventHooksPrivileged() local
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/rpc/
H A Dtypes.go66 type serviceRegistry map[string]*service // collection of services type