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

/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
H A Dmgrutil.h70 SML_API void smlFreeMap(SmlMapPtr_t pMap);
146 SML_API SmlMapPtr_t smlAllocMap();
H A Dsml.h132 SML_API_DEF Ret_t smlMapCmd(InstanceID_t id, SmlMapPtr_t pContent);
188 typedef Ret_t (*smlMapCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlMapPtr_t pContent);
H A Dsmldtd.h349 } *SmlMapPtr_t, SmlMap_t; typedef in typeref:struct:sml_map_s
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/hdr/
H A Dmgrutil.h70 SML_API void smlFreeMap(SmlMapPtr_t pMap);
146 SML_API SmlMapPtr_t smlAllocMap();
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
H A Dsml.h132 SML_API_DEF Ret_t smlMapCmd(InstanceID_t id, SmlMapPtr_t pContent);
188 typedef Ret_t (*smlMapCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlMapPtr_t pContent);
H A Dsmldtd.h349 } *SmlMapPtr_t, SmlMap_t; typedef in typeref:struct:sml_map_s
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/src/
H A Dmgrcmdbuilder.c100 SML_API Ret_t smlMapCmd(InstanceID_t id, SmlMapPtr_t pContent);
562 SML_API Ret_t smlMapCmd(InstanceID_t id, SmlMapPtr_t pContent)
H A Dmgrutil.c128 smlFreeMap((SmlMapPtr_t)pProtoElement);
714 SML_API void smlFreeMap(SmlMapPtr_t pMap)
1224 SML_API SmlMapPtr_t smlAllocMap() {
1225 SmlMapPtr_t p = (SmlMapPtr_t)smlLibMalloc(sizeof(SmlMap_t));
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
H A Dmgrcmdbuilder.c100 SML_API Ret_t smlMapCmd(InstanceID_t id, SmlMapPtr_t pContent);
562 SML_API Ret_t smlMapCmd(InstanceID_t id, SmlMapPtr_t pContent)
H A Dmgrutil.c128 smlFreeMap((SmlMapPtr_t)pProtoElement);
714 SML_API void smlFreeMap(SmlMapPtr_t pMap)
1224 SML_API SmlMapPtr_t smlAllocMap() {
1225 SmlMapPtr_t p = (SmlMapPtr_t)smlLibMalloc(sizeof(SmlMap_t));
H A Dxltenc.c894 if ((_err = xltEncBlock(TN_CMDID, REQUIRED, ((SmlMapPtr_t) pContent)->cmdID, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
896 if ((_err = xltEncBlock(TN_TARGET, REQUIRED, ((SmlMapPtr_t) pContent)->target, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
898 if ((_err = xltEncBlock(TN_SOURCE, REQUIRED, ((SmlMapPtr_t) pContent)->source, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
900 if ((_err = xltEncBlock(TN_CRED, OPTIONAL, ((SmlMapPtr_t) pContent)->cred, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
902 if ((_err = xltEncBlock(TN_META, OPTIONAL, ((SmlMapPtr_t) pContent)->meta, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
904 if ((_err = xltEncList(MAPITEM_LIST, REQUIRED, ((SmlMapPtr_t) pContent)->mapItemList, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
H A Dxltdec.c1121 SmlMapPtr_t pMap;
1130 if ((pMap = (SmlMapPtr_t)smlLibMalloc(sizeof(SmlMap_t))) == NULL)
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
H A Dxltenc.c894 if ((_err = xltEncBlock(TN_CMDID, REQUIRED, ((SmlMapPtr_t) pContent)->cmdID, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
896 if ((_err = xltEncBlock(TN_TARGET, REQUIRED, ((SmlMapPtr_t) pContent)->target, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
898 if ((_err = xltEncBlock(TN_SOURCE, REQUIRED, ((SmlMapPtr_t) pContent)->source, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
900 if ((_err = xltEncBlock(TN_CRED, OPTIONAL, ((SmlMapPtr_t) pContent)->cred, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
902 if ((_err = xltEncBlock(TN_META, OPTIONAL, ((SmlMapPtr_t) pContent)->meta, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
904 if ((_err = xltEncList(MAPITEM_LIST, REQUIRED, ((SmlMapPtr_t) pContent)->mapItemList, enc, pBufMgr, SML_EXT_UNDEFINED)) != SML_ERR_OK) return _err;
H A Dxltdec.c1121 SmlMapPtr_t pMap;
1130 if ((pMap = (SmlMapPtr_t)smlLibMalloc(sizeof(SmlMap_t))) == NULL)

Completed in 126 milliseconds