Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRemoteProcessorServer.cpp73 const std::string protocolDel{"://"}; in start() local
75 size_t protocolDelPos = _bindAddress.find(protocolDel); in start()
77 error = "bindaddress " + _bindAddress + " ill formed, missing " + protocolDel; in start()
89 size_t portDelPos = _bindAddress.find(':', protocolDelPos + protocolDel.size()); in start()
100 endpointName = _bindAddress.substr(protocolDelPos + protocolDel.size()); in start()