Home
last modified time | relevance | path

Searched defs:bindAddress (Results 1 – 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/core/net/
DNetworkLayer.java58 InetAddress bindAddress) throws IOException; in createServerSocket()
70 InetAddress bindAddress) throws IOException; in createSSLServerSocket()
DDefaultNetworkLayer.java70 InetAddress bindAddress) throws IOException { in createServerSocket()
99 InetAddress bindAddress) throws IOException { in createSSLServerSocket()
DSslNetworkLayer.java89 InetAddress bindAddress) throws IOException { in createServerSocket()
109 InetAddress bindAddress) throws IOException { in createSSLServerSocket()
/external/parameter-framework/upstream/remote-processor/
DBackgroundRemoteProcessorServer.cpp34 std::string bindAddress, std::unique_ptr<IRemoteCommandHandler> &&commandHandler) in BackgroundRemoteProcessorServer()
DRemoteProcessorServer.cpp44 CRemoteProcessorServer::CRemoteProcessorServer(std::string bindAddress) in CRemoteProcessorServer()
/external/parameter-framework/upstream/test/test-platform/
Dmain.cpp90 auto bindAddress = defaultBindAddress; in main() local
DTestPlatform.cpp41 CTestPlatform::CTestPlatform(const string &strClass, std::string bindAddress) in CTestPlatform()
/external/parameter-framework/upstream/parameter/
DParameterMgr.cpp2855 auto bindAddress = getConstFrameworkConfiguration()->getServerBindAddress(); in handleRemoteProcessingInterface() local