Searched defs:strAddrPort (Results 1 - 2 of 2) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/src/
H A DdmSocketConnector.cc90 DMString strAddrPort; local
93 if (parseURL(strURI, strAddrPort, strURIPath)) {
94 if (parseAddrPort(strAddrPort, ipAddress, portNum)) {
126 DMString strAddrPort; local
129 if (parseURL(strURI, strAddrPort, strURIPath)) {
412 * @param strAddrPort the string to store the address:port
417 bool DmSocketConnector::parseURL(DMString strURI, DMString& strAddrPort, DMString& strURIPath) { argument
431 strAddrPort = tmpStr;
443 * @param strAddrPort the string that holds address:port
449 bool DmSocketConnector::parseAddrPort(DMString strAddrPort, DMStrin argument
[all...]
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmSocketConnector.cc90 DMString strAddrPort; local
93 if (parseURL(strURI, strAddrPort, strURIPath)) {
94 if (parseAddrPort(strAddrPort, ipAddress, portNum)) {
126 DMString strAddrPort; local
129 if (parseURL(strURI, strAddrPort, strURIPath)) {
412 * @param strAddrPort the string to store the address:port
417 bool DmSocketConnector::parseURL(DMString strURI, DMString& strAddrPort, DMString& strURIPath) { argument
431 strAddrPort = tmpStr;
443 * @param strAddrPort the string that holds address:port
449 bool DmSocketConnector::parseAddrPort(DMString strAddrPort, DMStrin argument
[all...]

Completed in 109 milliseconds