Searched defs:DMURI (Results 1 - 2 of 2) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/hdr/
H A Ddmtoken.h28 General Description: This file contains declaration of utility classes DMToken, DMURI, DMParser
123 class DMURI : public DMToken class in inherits:DMToken
130 DMURI();
136 DMURI(BOOLEAN bIsAlloc);
143 DMURI(BOOLEAN bIsAlloc, CPCHAR szURI);
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/src/
H A Ddmtoken.cc21 General Description: This file contains implementation of utility classes DMToken, DMURI, DMParser
159 DMURI::DMURI() : DMToken(TRUE, NULL,SYNCML_DM_FORWARD_SLASH) function in class:DMURI
163 DMURI::DMURI(BOOLEAN bIsAlloc) : DMToken(bIsAlloc, NULL,SYNCML_DM_FORWARD_SLASH) function in class:DMURI
167 DMURI::DMURI(BOOLEAN bIsAlloc, CPCHAR szURI) : DMToken(bIsAlloc, szURI,SYNCML_DM_FORWARD_SLASH) function in class:DMURI
172 CPCHAR DMURI::getTailSegments() const
184 CPCHAR DMURI::getLastSegment()
198 CPCHAR DMURI
[all...]

Completed in 56 milliseconds