Searched refs:pKeyWord (Results 1 - 3 of 3) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
H A DdmEventSubscription.cc37 CPCHAR pKeyWord = oParser.nextSegment(); local
40 if ( pKeyWord == NULL || pValue == NULL )
43 if ( DmStrcmp(pKeyWord,"Ignore") == 0 )
46 if ( DmStrcmp(pKeyWord,"Notify") == 0 )
H A DdmSubscriptionItem.cc114 CPCHAR pKeyWord = oParser.nextSegment(); local
117 if ( pKeyWord == NULL || pValue == NULL )
120 if ( DmStrcmp(pKeyWord,"P") == 0 )
123 if ( DmStrcmp(pKeyWord,"S") == 0 )
126 if ( DmStrcmp(pKeyWord,"T") == 0 )
H A DdmACLItem.cc67 CPCHAR pKeyWord = oParser.nextSegment(); local
70 if ( pKeyWord == NULL || pValue == NULL )
75 dm_stat = ParsePermission(pKeyWord,&nPermission);

Completed in 1062 milliseconds