HomeSort by relevance Sort by last modified time
    Searched refs:aChildren (Results 1 - 13 of 13) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/api/native/
dmtData.hpp 157 * The memory required for the parameter "aChildren" will be allocated.
158 * \param aChildren [in] - vector with child node names
160 DmtData(const DMStringVector& aChildren);
304 * \param aChildren [out] - child node names
311 SYNCML_DM_RET_STATUS_T GetNodeValue( DMStringVector& aChildren ) const;
425 * \param aChildren [in] -child node names
432 SYNCML_DM_RET_STATUS_T SetNodeValue( const DMStringVector& aChildren );
  /packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
dmtData.cc 50 DmtData::DmtData( const DMStringVector& aChildren )
52 SetNodeValue(aChildren);
151 SYNCML_DM_RET_STATUS_T DmtData::SetNodeValue( const DMStringVector& aChildren )
154 m_astrNodeValue = aChildren;
155 if ( m_astrNodeValue.size() != aChildren.size() )
358 SYNCML_DM_RET_STATUS_T DmtData::GetNodeValue( DMStringVector& aChildren ) const
363 aChildren = m_astrNodeValue;
dmtNode.cc 151 DMStringVector aChildren;
155 oData = DmtData( aChildren ); // set type to "node" for case of empty parent
199 DMStringVector aChildren;
200 return GetChildNodes( oChildren, aChildren );
203 SYNCML_DM_RET_STATUS_T DmtNodeImpl::GetChildNodes( DMVector<PDmtNode>& oChildren, DMStringVector& aChildren ) const
220 dm_stat = oData.GetNodeValue( aChildren );
225 for ( int i = 0; i < aChildren.size(); i++ )
230 oPath += aChildren[i];
  /packages/apps/OMA-DM/engine/jni/
DMTreeManager.cc 161 DMStringVector aChildren;
162 ret = oData.GetNodeValue(aChildren);
167 UINT32 childLength = aChildren.size();
172 value += aChildren[i];
365 DMVector<PDmtNode> aChildren;
366 ret = ptrNode->GetChildNodes(aChildren);
373 UINT32 childLength = aChildren.size();
375 DumpSubTree(aChildren[i]);
433 DMStringVector aChildren;
434 oData.GetNodeValue(aChildren);
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
dmtPlugin.cc 240 DMStringVector & aChildren )
265 dm_stat = oData.GetNodeValue( aChildren );
667 const DMStringVector & aChildren = oData.GetNodeValue();
669 XPL_LOG_DM_PLG_Debug(("aChildren.size()=%d\n", aChildren.size()));
671 for ( INT32 i = 0; i < aChildren.size(); i++ )
677 strChildPath += aChildren[i];
  /packages/apps/OMA-DM/engine/dmlib/tool-src/bmdf_reader/
reader.cpp 130 int aChildren[500];
140 aChildren[i] = GetInt(buf, nOffset );
267 int n = aChildren[i];
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
dmt_test.cc 407 DMStringVector aChildren;
408 oData.GetNodeValue( aChildren );
410 if ( aChildren.size() == 0 ) {
413 for (int i=0; i < aChildren.size(); i++) {
414 printf("%s/", aChildren[i].c_str());
869 DMVector<PDmtNode> aChildren;
870 if ( (e=ptrNode->GetChildNodes( aChildren )) != NULL ) {
876 for (int i=0; i < aChildren.size(); i++) {
877 DumpSubTree( aChildren[i] );
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
dm_tree_class_private.cc     [all...]
dm_tree_plugin_root_node_class.cc 280 DMStringVector aChildren;
284 if ( aChildren.find( strChild ) == -1 )
286 aChildren.push_back( strChild );
dm_tree_class_public.cc     [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/hdr/
dm_tree_class.H 478 DMStringVector & aChildren);
483 DMStringVector & aChildren,
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 

Completed in 172 milliseconds