Home
last modified time | relevance | path

Searched defs:registerService (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothserviceinfo_osx.mm100 bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothAddress &localAddress) function
106 bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothServiceInfo &info) function
H A Dqbluetoothserviceinfo_p.cpp64 bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothAddress &localAdapter) in registerService() function in QBluetoothServiceInfoPrivate
H A Dqbluetoothserviceinfo_win.cpp63 bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothAddress &localAdapter) in registerService() function in QBluetoothServiceInfoPrivate
H A Dqbluetoothserviceinfo_android.cpp90 bool QBluetoothServiceInfoPrivate::registerService(const QBluetoothAddress& localAdapter) in registerService() function in QBluetoothServiceInfoPrivate
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/framework/
H A DBundleContext.java451 …ServiceRegistration<?> registerService(String[] clazzes, Object service, Dictionary<String, ?> pro… in registerService() method
475 …ServiceRegistration<?> registerService(String clazz, Object service, Dictionary<String, ?> propert… in registerService() method
498 …<S> ServiceRegistration<S> registerService(Class<S> clazz, S service, Dictionary<String, ?> proper… in registerService() method
521 …<S> ServiceRegistration<S> registerService(Class<S> clazz, ServiceFactory<S> factory, Dictionary<S… in registerService() method
/dports/sysutils/barrier/barrier-2.3.3/src/gui/src/
H A DZeroconfRegister.cpp41 void ZeroconfRegister::registerService(const ZeroconfRecord& record, in registerService() function in ZeroconfRegister
86 void ZeroconfRegister::registerService(DNSServiceRef, DNSServiceFlags, in registerService() function in ZeroconfRegister
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/gui/src/
H A DZeroconfRegister.cpp41 void ZeroconfRegister::registerService(const ZeroconfRecord& record, in registerService() function in ZeroconfRegister
86 void ZeroconfRegister::registerService(DNSServiceRef, DNSServiceFlags, in registerService() function in ZeroconfRegister
H A DZeroconfService.cpp104 bool ZeroconfService::registerService(bool server) in registerService() function in ZeroconfService
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DMozMeegoAppService.h25 virtual bool registerService() { return true; } in registerService() function
/dports/security/py-pynacl/PyNaCl-1.4.0/src/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-compress-sse41.c27 CRYPTO_ALIGN(64) in MozMeegoAppService()
28 static const uint64_t blake2b_IV[8] = { in MozMeegoAppService()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/doctrine-bundle/Mapping/
H A DEntityListenerServiceResolver.php13 public function registerService($className, $serviceId); function
/dports/finance/prestashop/prestashop/vendor/doctrine/doctrine-bundle/Mapping/
H A DEntityListenerServiceResolver.php13 public function registerService($className, $serviceId); function
/dports/net-im/jicofo/jicofo-ec1b29e/src/test/java/org/jitsi/jicofo/
H A DFailureAwareBundleContext.java172 public ServiceRegistration<?> registerService( in registerService() method in FailureAwareBundleContext
181 public ServiceRegistration<?> registerService( in registerService() method in FailureAwareBundleContext
190 public <S> ServiceRegistration<S> registerService( in registerService() method in FailureAwareBundleContext
/dports/net/gerbera/gerbera-1.9.2/src/content/onlineservice/
H A Donline_service.cc45 void OnlineServiceList::registerService(const std::shared_ptr<OnlineService>& service) in registerService() function in OnlineServiceList
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/ZeroConfDevice/
H A DAutoDiscovery.cpp39 void AutoDiscovery::registerService(const std::string& type, unsigned int port) in registerService() function in AutoDiscovery
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/ZeroConfDevice/
H A DAutoDiscovery.cpp39 void AutoDiscovery::registerService(const std::string& type, unsigned int port) in registerService() function in AutoDiscovery
/dports/www/p5-AMF-Perl/AMF-Perl-0.15/lib/AMF/Perl/App/
H A DExecutive.pm135 sub registerService subroutine
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/EventSubscriber/
H A DKernelDestructionSubscriber.php35 public function registerService($id) { function in Drupal\\Core\\EventSubscriber\\KernelDestructionSubscriber
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/EventSubscriber/
H A DKernelDestructionSubscriber.php35 public function registerService($id) { function in Drupal\\Core\\EventSubscriber\\KernelDestructionSubscriber
/dports/www/nextcloud/nextcloud/lib/public/Support/Subscription/
H A DIRegistry.php59 public function registerService(string $subscriptionService): void; function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/
H A DServiceLocator.java260 public void registerService(final Class api, final Object service) { in registerService() method in ServiceLocator
264 private void registerService(Class<?> api, Object service, boolean saveInContext) { in registerService() method in ServiceLocator
/dports/comms/soapyremote/SoapyRemote-soapy-remote-0.5.2/common/
H A DSoapyMDNSEndpointNone.cpp31 void SoapyMDNSEndpoint::registerService(const std::string &, const std::string &, const int) in registerService() function in SoapyMDNSEndpoint
/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 DBundleContextImpl.java523 …public ServiceRegistration<?> registerService(String[] clazzes, Object service, Dictionary<String,… in registerService() method in BundleContextImpl
541 …public ServiceRegistration<?> registerService(String clazz, Object service, Dictionary<String, ?> … in registerService() method in BundleContextImpl
1070 …public <S> ServiceRegistration<S> registerService(Class<S> clazz, S service, Dictionary<String, ?>… in registerService() method in BundleContextImpl
1077 …public <S> ServiceRegistration<S> registerService(Class<S> clazz, ServiceFactory<S> factory, Dicti… in registerService() method in BundleContextImpl
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/PluginFramework/
H A DctkPluginContext.cpp121 ctkServiceRegistration ctkPluginContext::registerService(const QStringList& clazzes, QObject* servi… in registerService() function in ctkPluginContext
129 ctkServiceRegistration ctkPluginContext::registerService(const char* clazz, QObject* service, const… in registerService() function in ctkPluginContext
/dports/net-im/beebeep/beebeep-code-r1476/src/mdns/
H A DMDnsRegister.cpp40 bool MDnsRegister::registerService( const MDnsRecord& mdns_record, int service_port ) in registerService() function in MDnsRegister

12345678