Home
last modified time | relevance | path

Searched refs:addService (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/cnetwork/impl/
H A DContentNetworkVuzeGeneric.java216 addService( SERVICE_RPC, RPC_ADDRESS ); in init()
227 addService( SERVICE_SITE, URL_PREFIX ); in init()
234 addService( SERVICE_SITE_RELATIVE, URL_PREFIX ); in init()
240 addService( SERVICE_GET_ICON, URL_ICON ); in init()
249 addService( SERVICE_RELAY_RPC, URL_RELAY_RPC ); in init()
259 addService( SERVICE_FAQ, URL_FAQ ); in init()
260 addService( SERVICE_FAQ_TOPIC, URL_FAQ ); in init()
265 addService( SERVICE_BLOG, URL_BLOG ); in init()
270 addService( SERVICE_FORUMS, URL_FORUMS ); in init()
275 addService( SERVICE_WIKI, URL_WIKI ); in init()
[all …]
/dports/devel/cxxtools/cxxtools-2.2.1/test/
H A Djsonrpchttp-test.cpp144 _server->addService("/calc", service); in Nothing()
165 _server->addService("/calc", service); in CallbackException()
224 _server->addService("/calc", service); in Boolean()
247 _server->addService("/calc", service); in Integer()
268 _server->addService("/calc", service); in Double()
289 _server->addService("/foo", service); in String()
310 _server->addService("/calc", service); in EmptyValues()
333 _server->addService("/calc", service); in Array()
368 _server->addService("/calc", service); in EmptyArray()
385 _server->addService("/calc", service); in Struct()
[all …]
H A Dxmlrpc-test.cpp145 _server->addService("/rpc", service); in Nothing()
166 _server->addService("/rpc", service); in CallbackException()
225 _server->addService("/rpc", service); in Boolean()
248 _server->addService("/rpc", service); in Integer()
269 _server->addService("/rpc", service); in Double()
290 _server->addService("/foo", service); in String()
311 _server->addService("/rpc", service); in EmptyValues()
334 _server->addService("/rpc", service); in Array()
369 _server->addService("/rpc", service); in EmptyArray()
386 _server->addService("/rpc", service); in Struct()
[all …]
H A Dxmlrpccallback-test.cpp144 _server->addService("/rpc", service); in Nothing()
174 _server->addService("/rpc", service); in CallbackException()
233 _server->addService("/rpc", service); in Boolean()
265 _server->addService("/rpc", service); in Integer()
295 _server->addService("/rpc", service); in Double()
325 _server->addService("/foo", service); in String()
355 _server->addService("/rpc", service); in EmptyValues()
386 _server->addService("/rpc", service); in Array()
429 _server->addService("/rpc", service); in EmptyArray()
455 _server->addService("/rpc", service); in Struct()
[all …]
H A Drpcbenchserver.cpp84 server.addService("/xmlrpc", service); in main()
89 binServer.addService("", service); in main()
94 jsonServer.addService("", service); in main()
99 server.addService("/jsonrpc", jsonhttpService); in main()
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qjsonrpc/tests/auto/qjsonrpcserver/
H A Dtst_qjsonrpcserver.cpp254 QVERIFY(server->addService(new TestService)); in noParameter()
266 QVERIFY(server->addService(new TestService)); in singleParameter()
279 QVERIFY(server->addService(new TestService)); in overloadedMethod()
310 QVERIFY(server->addService(new TestService)); in multiParameter()
329 QVERIFY(server->addService(new TestService)); in variantParameter()
346 QVERIFY(server->addService(new TestService)); in variantListParameter()
538 QVERIFY(server->addService(service)); in numberParameters()
617 QVERIFY(serviceSocket->addService(service)); in notifyServiceSocket()
867 QVERIFY(server->addService(service)); in delayedResponseSocketClosed()
887 QVERIFY(server->addService(&service)); in addRemoveService()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/src/main/java/org/apache/hadoop/yarn/server/sharedcachemanager/
H A DSharedCacheManager.java66 addService(store); in serviceInit()
69 addService(cs); in serviceInit()
73 addService(nms); in serviceInit()
76 addService(cps); in serviceInit()
79 addService(saps); in serviceInit()
82 addService(webUI); in serviceInit()
/dports/devel/cxxtools/cxxtools-2.2.1/src/http/
H A Dserverimplbase.h62 void addService(const std::string& url, Service& service) in addService() function
63 { _mapper.addService(url, service); } in addService()
64 void addService(const Regex& url, Service& service) in addService() function
65 { _mapper.addService(url, service); } in addService()
H A Dserver.cpp80 void Server::addService(const std::string& url, Service& service) in addService() function in cxxtools::http::Server
82 _impl->addService(url, service); in addService()
85 void Server::addService(const Regex& url, Service& service) in addService() function in cxxtools::http::Server
87 _impl->addService(url, service); in addService()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/browsers/servicebrowser/
H A DServiceBrowser.cpp56 connect ( m_scriptableServiceManager, &ScriptableServiceManager::addService, in setScriptableServiceManager()
57 this, &ServiceBrowser::addService ); in setScriptableServiceManager()
70 void ServiceBrowser::addService( ServiceBase * service ) in addService() function in ServiceBrowser
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-hs/src/main/java/org/apache/hadoop/mapreduce/v2/hs/
H A DJobHistoryServer.java137 addService(stateStore); in serviceInit()
138 addService(new HistoryServerSecretManagerService()); in serviceInit()
139 addService(jobHistoryService); in serviceInit()
140 addService(clientService); in serviceInit()
141 addService(aggLogDelService); in serviceInit()
142 addService(hsAdminServer); in serviceInit()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/service/
H A DTestCompositeService.java340 parent.addService(new AddSiblingService(parent, in testAddInitedSiblingInInit()
354 parent.addService(new AddSiblingService(parent, in testAddUninitedSiblingInInit()
435 parent.addService(new AddSiblingService(parent, in testAddStartedSiblingInStart()
449 parent.addService(new AddSiblingService(parent, in testAddUninitedSiblingInStart()
466 parent.addService(new AddSiblingService(parent, in testAddStartedSiblingInInit()
485 parent.addService(new AddSiblingService(parent, in testAddStartedSiblingInStop()
505 addService(child); in serviceInit()
604 addService(service); in addTestService()
632 parent.addService(serviceToAdd); in maybeAddSibling()
660 parent.addService(child); in addChildToService()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-grpc/src/test/java/io/envoyproxy/pgv/grpc/
H A DValidatingServerInterceptorTest.java36 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessages()
46 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessagesGenerated()
63 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessages()
75 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessagesGenerated()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-grpc/src/test/java/io/envoyproxy/pgv/grpc/
H A DValidatingServerInterceptorTest.java36 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessages()
46 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessagesGenerated()
63 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessages()
75 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessagesGenerated()
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-grpc/src/test/java/io/envoyproxy/pgv/grpc/
H A DValidatingServerInterceptorTest.java36 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessages()
46 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessagesGenerated()
63 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessages()
75 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessagesGenerated()
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-grpc/src/test/java/io/envoyproxy/pgv/grpc/
H A DValidatingServerInterceptorTest.java36 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessages()
46 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessagesGenerated()
63 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessages()
75 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessagesGenerated()
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/java/pgv-java-grpc/src/test/java/io/envoyproxy/pgv/grpc/
H A DValidatingServerInterceptorTest.java36 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessages()
46 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorPassesValidMessagesGenerated()
63 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessages()
75 serverRule.getServiceRegistry().addService(ServerInterceptors.intercept(svc, interceptor)); in InterceptorRejectsInvalidMessagesGenerated()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dservice_test.go32 f.addService(s)
42 f.addService(s)
53 f.addService(s)
64 f.addService(s)
178 f.addService(s)
/dports/www/tusd/tusd-1.8.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dservice_test.go32 f.addService(s)
42 f.addService(s)
53 f.addService(s)
64 f.addService(s)
178 f.addService(s)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dservice_test.go32 f.addService(s)
42 f.addService(s)
53 f.addService(s)
64 f.addService(s)
178 f.addService(s)
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dservice_test.go32 f.addService(s)
42 f.addService(s)
53 f.addService(s)
64 f.addService(s)
178 f.addService(s)
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/envoyproxy/protoc-gen-validate/vendor/github.com/lyft/protoc-gen-star/
H A Dservice_test.go32 f.addService(s)
42 f.addService(s)
53 f.addService(s)
64 f.addService(s)
178 f.addService(s)
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.cpp69 void addService(const QString &service);
98 addService(s); in setConnection()
102 void QDBusServiceWatcherPrivate::addService(const QString &service) in addService() function in QDBusServiceWatcherPrivate
298 d->addService(newService); in addWatchedService()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.cpp69 void addService(const QString &service);
98 addService(s); in setConnection()
102 void QDBusServiceWatcherPrivate::addService(const QString &service) in addService() function in QDBusServiceWatcherPrivate
298 d->addService(newService); in addWatchedService()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/dbus/
H A Dqdbusservicewatcher.cpp69 void addService(const QString &service);
98 addService(s); in setConnection()
102 void QDBusServiceWatcherPrivate::addService(const QString &service) in addService() function in QDBusServiceWatcherPrivate
298 d->addService(newService); in addWatchedService()

12345678910>>...23