Searched refs:DmStringParserGetItem (Results 1 - 10 of 10) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A DdmtAcl.cc18 while ( DmStringParserGetItem( strAcl, strAclReminder, '&' ) )
21 if ( !DmStringParserGetItem( strCmd, strAcl, '=' ) )
41 while ( DmStringParserGetItem( strHost, strAcl, '+' ) )
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/src/
H A Ddm_uri_utils.cc69 while( DmStringParserGetItem( strItem, strReminder, ':' ) )
93 bool DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim ) function
147 while ( DmStringParserGetItem( strChild, strList, cDelim ) )
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/plugins/testdataplugin/src/
H A Dplugin_dll_test_data.cc32 static bool DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim ) function
66 while ( DmStringParserGetItem( strChild, strList, cDelim ) )
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/hdr/
H A Ddm_uri_utils.h52 bool DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim );
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/hdr/
H A DdmSocketConnector.h81 bool DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim );
/packages/apps/OMA-DM/engine/xpl/hdr/
H A DdmSocketConnector.h73 bool DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim );
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/src/
H A DdmSocketConnector.cc317 bool DmSocketConnector::DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim ) { function in class:DmSocketConnector
421 while(DmStringParserGetItem(tmpStr, strURI, '/')) {
452 while(DmStringParserGetItem(tmpStr, strAddrPort, ':')) {
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmSocketConnector.cc317 bool DmSocketConnector::DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim ) { function in class:DmSocketConnector
421 while(DmStringParserGetItem(tmpStr, strURI, '/')) {
452 while(DmStringParserGetItem(tmpStr, strAddrPort, ':')) {
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
H A DdmConfigManager.cc99 DmStringParserGetItem( strID, strSrv, ':' );
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
H A Ddm_tree_class_public.cc2868 while ( DmStringParserGetItem( strChild, strAllChildren, '/' ) )
2874 while ( DmStringParserGetItem( strChild, strAllChildren, '/' ) )
3133 while(DmStringParserGetItem(tmpStr, remindStr, '/'))

Completed in 94 milliseconds