Searched refs:SmlDeletePtr_t (Results 1 - 14 of 14) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
H A Ddm_ua_handlecommand.h60 SmlDeletePtr_t pContent);
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Dsml.h127 SML_API_DEF Ret_t smlDeleteCmd(InstanceID_t id, SmlDeletePtr_t pContent);
184 typedef Ret_t (*smlDeleteCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlDeletePtr_t pContent);
H A Dmgrutil.h136 SML_API SmlDeletePtr_t smlAllocDelete();
H A Dsmldtd.h254 *SmlDeletePtr_t, SmlDelete_t, typedef in typeref:struct:sml_generic_s
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
H A Dsml.h127 SML_API_DEF Ret_t smlDeleteCmd(InstanceID_t id, SmlDeletePtr_t pContent);
184 typedef Ret_t (*smlDeleteCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlDeletePtr_t pContent);
H A Dsmldtd.h254 *SmlDeletePtr_t, SmlDelete_t, typedef in typeref:struct:sml_generic_s
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
H A Dmgrcmdbuilder.c95 SML_API Ret_t smlDeleteCmd(InstanceID_t id, SmlDeletePtr_t pContent);
495 SML_API Ret_t smlDeleteCmd(InstanceID_t id, SmlDeletePtr_t pContent)
H A Dmgrutil.c1092 SML_API SmlDeletePtr_t smlAllocDelete() {
1093 SmlDeletePtr_t p = smlAllocGeneric();
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
H A Dmgrcmdbuilder.c95 SML_API Ret_t smlDeleteCmd(InstanceID_t id, SmlDeletePtr_t pContent);
495 SML_API Ret_t smlDeleteCmd(InstanceID_t id, SmlDeletePtr_t pContent)
H A Dxltenc.c832 if ((_err = xltEncBlock(TN_CMDID, REQUIRED, ((SmlDeletePtr_t) pContent)->cmdID, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
834 if ((_err = xltEncBlock(TN_NORESP, OPTIONAL, &((SmlDeletePtr_t) pContent)->flags, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
836 if ((_err = xltEncBlock(TN_ARCHIVE, OPTIONAL, &(((SmlDeletePtr_t) pContent)->flags), enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
838 if ((_err = xltEncBlock(TN_SFTDEL, OPTIONAL, &(((SmlDeletePtr_t) pContent)->flags), enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
840 if ((_err = xltEncBlock(TN_CRED, OPTIONAL, ((SmlDeletePtr_t) pContent)->cred, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
842 if ((_err = xltEncBlock(TN_META, OPTIONAL, ((SmlDeletePtr_t) pContent)->meta, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
844 if ((_err = xltEncList(ITEM_LIST, REQUIRED, ((SmlDeletePtr_t) pContent)->itemList, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
H A Dmgrutil.c1092 SML_API SmlDeletePtr_t smlAllocDelete() {
1093 SmlDeletePtr_t p = smlAllocGeneric();
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/hdr/
H A Dmgrutil.h136 SML_API SmlDeletePtr_t smlAllocDelete();
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
H A Dxltenc.c832 if ((_err = xltEncBlock(TN_CMDID, REQUIRED, ((SmlDeletePtr_t) pContent)->cmdID, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
834 if ((_err = xltEncBlock(TN_NORESP, OPTIONAL, &((SmlDeletePtr_t) pContent)->flags, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
836 if ((_err = xltEncBlock(TN_ARCHIVE, OPTIONAL, &(((SmlDeletePtr_t) pContent)->flags), enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
838 if ((_err = xltEncBlock(TN_SFTDEL, OPTIONAL, &(((SmlDeletePtr_t) pContent)->flags), enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
840 if ((_err = xltEncBlock(TN_CRED, OPTIONAL, ((SmlDeletePtr_t) pContent)->cred, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
842 if ((_err = xltEncBlock(TN_META, OPTIONAL, ((SmlDeletePtr_t) pContent)->meta, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
844 if ((_err = xltEncList(ITEM_LIST, REQUIRED, ((SmlDeletePtr_t) pContent)->itemList, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
H A Ddm_ua_handlecommand.cc1428 SmlDeletePtr_t pContent)

Completed in 111 milliseconds