HomeSort by relevance Sort by last modified time
    Searched refs:DMProcessScriptSession (Results 1 - 8 of 8) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
dmProcessScriptSession.cc 19 Header Name: dmProcessScriptSession.cc
21 General Description: Implementation of DMProcessScriptSession class.
25 #include "dmProcessScriptSession.h"
30 FUNCTION : DMProcessScriptSession::DMProcessScriptSession
39 DMProcessScriptSession::DMProcessScriptSession()
65 FUNCTION : DMProcessScriptSession::~DMProcessScriptSession
73 DMProcessScriptSession::~DMProcessScriptSession (
    [all...]
dmSessionFactory.cc 30 #include "dmProcessScriptSession.h"
86 DMProcessScriptSession * pSessionObj = new DMProcessScriptSession();
115 DMProcessScriptSession * pSessionObj = new DMProcessScriptSession();
dm_ua_handlecommand.cc 30 #include "dmProcessScriptSession.h"
71 static DMProcessScriptSession *pDmMgmtSessionObj;
    [all...]
SYNCML_DM_BuildPackage.cc 27 #include "dmProcessScriptSession.h"
103 void SYNCML_DM_BuildPackage::Init(DMProcessScriptSession * pSession)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
dmServerSession.h 38 #include "dmProcessScriptSession.h"
51 class DMServerSession : public DMProcessScriptSession
dmProcessScriptSession.h 26 Header Name: dmProcessScriptSession.h
28 General Description: This file contains declaration of DMProcessScriptSession calls.
46 class DMProcessScriptSession : public DMSession
51 DMProcessScriptSession();
53 virtual ~DMProcessScriptSession();
170 #endif /* DMProcessScriptSession */
dmSessionDefs.h 204 class DMProcessScriptSession;
222 DMProcessScriptSession *pSessionMng;
SYNCML_DM_BuildPackage.H 66 class DMProcessScriptSession;
82 void Init(DMProcessScriptSession *pSession);
319 DMProcessScriptSession * pDmMgmtSessionObj; /* Pointer to the MgmtSessionObj */

Completed in 632 milliseconds