Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-process/
Dmain.cpp121 const std::string unixProtocol{"unix"}; in main() local
122 const std::vector<std::string> supportedProtocols{tcpProtocol, unixProtocol}; in main()
/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp71 const std::string unixProtocol{"unix"}; in start() local
72 const std::vector<std::string> supportedProtocols{tcpProtocol, unixProtocol}; in start()