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

/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/src/
H A DdmSocketConnector.cc281 * Close the socket connection.
285 SYNCML_DM_RET_STATUS_T DmSocketConnector::Close() { function in class:DmSocketConnector
286 if ( g_nPrintfEnabled ) printf("Close Socket Connector\n");
296 * Close current session, but leave the connection open.
301 if ( g_nPrintfEnabled ) printf("Close Socket Session\n");
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmSocketConnector.cc281 * Close the socket connection.
285 SYNCML_DM_RET_STATUS_T DmSocketConnector::Close() { function in class:DmSocketConnector
286 if ( g_nPrintfEnabled ) printf("Close Socket Connector\n");
296 * Close current session, but leave the connection open.
301 if ( g_nPrintfEnabled ) printf("Close Socket Session\n");

Completed in 37 milliseconds