Searched refs:SYNCML_DM_OTAConnection (Results 1 - 5 of 5) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_transport/hdr/
H A Ddm_tpt_connection.H29 // SYNCML_DM_Connection and SYNCML_DM_OTAConnection.
119 class SYNCML_DM_OTAConnection : public SYNCML_DM_Connection class in inherits:SYNCML_DM_Connection
123 SYNCML_DM_OTAConnection();
125 virtual ~SYNCML_DM_OTAConnection();
206 class SYNCML_DM_OTAConnection class
210 SYNCML_DM_OTAConnection();
212 ~SYNCML_DM_OTAConnection();
H A Ddm_tpt_connection.H.contrib29 // SYNCML_DM_Connection & SYNCML_DM_OTAConnection class
121 class SYNCML_DM_OTAConnection : public SYNCML_DM_Connection
126 SYNCML_DM_OTAConnection();
129 ~SYNCML_DM_OTAConnection();
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
H A DdmServerSession.h84 SYNCML_DM_OTAConnection m_oConnObject; /* Connection object */
/packages/apps/OMA-DM/engine/jni/
H A DDMServiceConnection.cc24 SYNCML_DM_OTAConnection::SYNCML_DM_OTAConnection() : m_maxAcptSize(0), m_szURL() function in class:SYNCML_DM_OTAConnection
77 SYNCML_DM_OTAConnection::~SYNCML_DM_OTAConnection()
79 LOGD("~SYNCML_DM_OTAConnection()");
83 SYNCML_DM_OTAConnection::Init(UINT32 dwMaxAcptSize, XPL_ADDR_TYPE_T AddressType,
101 SYNCML_DM_OTAConnection::Send(const SYNCML_DM_INDIRECT_BUFFER_T* psSendSyncMLDocument,
229 SYNCML_DM_RET_STATUS_T SYNCML_DM_OTAConnection::SetURI(CPCHAR szURL)
238 // FUNCTION: SYNCML_DM_OTAConnection::ProcessCredHeaders
251 SYNCML_DM_OTAConnection
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_transport/src/
H A Ddm_tpt_connection.cc22 // SYNCML_DM_OTAConnection class
121 SYNCML_DM_OTAConnection::SYNCML_DM_OTAConnection() function in class:SYNCML_DM_OTAConnection
129 SYNCML_DM_OTAConnection::~SYNCML_DM_OTAConnection()
155 // creates a new SYNCML_DM_OTAConnection object.
158 SYNCML_DM_RET_STATUS_T SYNCML_DM_OTAConnection::Init(UINT32 dwMaxAcptSize,
173 XPL_LOG_DM_SESS_Error(("SYNCML_DM_OTAConnection::Init : unable allocate memory\n"));
206 // FUNCTION: SYNCML_DM_OTAConnection::Send
238 SYNCML_DM_RET_STATUS_T SYNCML_DM_OTAConnection
[all...]

Completed in 131 milliseconds