Searched refs:strItem (Results 1 - 7 of 7) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/src/
H A Ddm_uri_utils.cc67 DMString strItem, strReminder(szEnv);
69 while( DmStringParserGetItem( strItem, strReminder, ':' ) )
70 m_aFSes.push_back( strItem );
93 bool DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim ) argument
102 strItem = strReminder;
106 strItem.assign( strReminder, nPos );
/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 ) argument
41 strItem = strReminder;
45 strItem.assign( strReminder, nPos );
/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.cc312 * @param strItem the first section of the string until the delimiter
317 bool DmSocketConnector::DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim ) { argument
324 strItem = strReminder;
327 strItem.assign( strReminder, nPos );
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmSocketConnector.cc312 * @param strItem the first section of the string until the delimiter
317 bool DmSocketConnector::DmStringParserGetItem( DMString& strItem, DMString& strReminder, char cDelim ) { argument
324 strItem = strReminder;
327 strItem.assign( strReminder, nPos );

Completed in 117 milliseconds