Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp62 std::string endpointName; in start() local
100 endpointName = _bindAddress.substr(protocolDelPos + protocolDel.size()); in start()
107 endpoint = local::stream_protocol::endpoint(endpointName); in start()
116 unlink(endpointName.c_str()); in start()