Searched refs:SmlExecPtr_t (Results 1 - 16 of 16) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
H A Ddm_ua_handlecommand.h72 SmlExecPtr_t pContent);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Dmgrutil.h67 SML_API void smlFreeExec(SmlExecPtr_t pExec);
141 SML_API SmlExecPtr_t smlAllocExec();
H A Dsml.h141 SML_API_DEF Ret_t smlExecCmd(InstanceID_t id, SmlExecPtr_t pContent);
200 typedef Ret_t (*smlExecCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlExecPtr_t pContent);
H A Dsmldtd.h310 } *SmlExecPtr_t, SmlExec_t; typedef in typeref:struct:sml_exec_s
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/hdr/
H A Dmgrutil.h67 SML_API void smlFreeExec(SmlExecPtr_t pExec);
141 SML_API SmlExecPtr_t smlAllocExec();
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
H A Ddm_ua_handlecommand.cc1780 SmlExecPtr_t pContent)
1800 smlFreeExec((SmlExecPtr_t)pContent);
1815 smlFreeExec((SmlExecPtr_t)pContent);
1824 smlFreeExec((SmlExecPtr_t)pContent);
1833 smlFreeExec((SmlExecPtr_t)pContent);
1915 smlFreeExec((SmlExecPtr_t)pContent);
1941 smlFreeExec((SmlExecPtr_t)pContent);
1945 smlFreeExec((SmlExecPtr_t)pContent);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
H A Dsml.h141 SML_API_DEF Ret_t smlExecCmd(InstanceID_t id, SmlExecPtr_t pContent);
200 typedef Ret_t (*smlExecCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlExecPtr_t pContent);
H A Dsmldtd.h310 } *SmlExecPtr_t, SmlExec_t; typedef in typeref:struct:sml_exec_s
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
H A Dmgrcmdbuilder.c109 SML_API Ret_t smlExecCmd(InstanceID_t id, SmlExecPtr_t pContent);
674 SML_API Ret_t smlExecCmd(InstanceID_t id, SmlExecPtr_t pContent)
H A Dmgrutil.c117 smlFreeExec((SmlExecPtr_t)pProtoElement);
679 SML_API void smlFreeExec(SmlExecPtr_t pExec)
1151 SML_API SmlExecPtr_t smlAllocExec() {
1152 SmlExecPtr_t p = (SmlExecPtr_t)smlLibMalloc(sizeof(SmlExec_t));
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
H A Dmgrcmdbuilder.c109 SML_API Ret_t smlExecCmd(InstanceID_t id, SmlExecPtr_t pContent);
674 SML_API Ret_t smlExecCmd(InstanceID_t id, SmlExecPtr_t pContent)
H A Dmgrutil.c117 smlFreeExec((SmlExecPtr_t)pProtoElement);
679 SML_API void smlFreeExec(SmlExecPtr_t pExec)
1151 SML_API SmlExecPtr_t smlAllocExec() {
1152 SmlExecPtr_t p = (SmlExecPtr_t)smlLibMalloc(sizeof(SmlExec_t));
H A Dxltenc.c854 if ((_err = xltEncBlock(TN_CMDID, REQUIRED, ((SmlExecPtr_t) pContent)->cmdID, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
856 if ((_err = xltEncBlock(TN_NORESP, OPTIONAL, &((SmlExecPtr_t) pContent)->flags, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
858 if ((_err = xltEncBlock(TN_CRED, OPTIONAL, ((SmlExecPtr_t) pContent)->cred, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
860 if ((_err = xltEncBlock(TN_META, OPTIONAL, ((SmlExecPtr_t) pContent)->meta, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
862 if ((_err = xltEncBlock(TN_CORRELATOR, OPTIONAL, ((SmlExecPtr_t) pContent)->correlator, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
864 if ((_err = xltEncBlock(TN_ITEM, REQUIRED, ((SmlExecPtr_t) pContent)->item, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
H A Dxltdec.c859 SmlExecPtr_t pExec;
868 if ((pExec = (SmlExecPtr_t)smlLibMalloc(sizeof(SmlExec_t))) == NULL)
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
H A Dxltenc.c854 if ((_err = xltEncBlock(TN_CMDID, REQUIRED, ((SmlExecPtr_t) pContent)->cmdID, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
856 if ((_err = xltEncBlock(TN_NORESP, OPTIONAL, &((SmlExecPtr_t) pContent)->flags, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
858 if ((_err = xltEncBlock(TN_CRED, OPTIONAL, ((SmlExecPtr_t) pContent)->cred, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
860 if ((_err = xltEncBlock(TN_META, OPTIONAL, ((SmlExecPtr_t) pContent)->meta, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
862 if ((_err = xltEncBlock(TN_CORRELATOR, OPTIONAL, ((SmlExecPtr_t) pContent)->correlator, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
864 if ((_err = xltEncBlock(TN_ITEM, REQUIRED, ((SmlExecPtr_t) pContent)->item, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
H A Dxltdec.c859 SmlExecPtr_t pExec;
868 if ((pExec = (SmlExecPtr_t)smlLibMalloc(sizeof(SmlExec_t))) == NULL)

Completed in 151 milliseconds