Home
last modified time | relevance | path

Searched refs:tcpProtocol (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/remote-process/
Dmain.cpp120 const std::string tcpProtocol{"tcp"}; in main() local
122 const std::vector<std::string> supportedProtocols{tcpProtocol, unixProtocol}; in main()
135 isInet = (endPortArg.find(tcpProtocol) != std::string::npos); in main()
/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp70 const std::string tcpProtocol{"tcp"}; in start() local
72 const std::vector<std::string> supportedProtocols{tcpProtocol, unixProtocol}; in start()
87 isInet = (_bindAddress.find(tcpProtocol) != std::string::npos); in start()