Searched defs:oPath (Results 1 - 3 of 3) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/hdr/
H A DdmMetaDataManager.h68 * \param oPath [in] - full MDF path
73 const DMBuffer & oPath)
78 oPath.copyTo(m_strPath);
70 DMMetaNodeLocator(CPCHAR szName, UINT32 offset, SYNCML_DM_ACCESS_TYPE_T wAccessType, const DMBuffer & oPath) argument
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A DdmtNode.cc36 DmtNodeImpl::DmtNodeImpl( BOOLEAN bLeaf,BOOLEAN bESN, DmtTree *ptrTree, CPCHAR oPath, CPCHAR strName ) argument
40 m_oPath = DmtGetSafeStrPtr( oPath );
47 DmtNodeImpl::DmtNodeImpl( BOOLEAN bLeaf, DmtTree *ptrTree, CPCHAR oPath, CPCHAR strName ) argument
51 m_oPath = DmtGetSafeStrPtr( oPath );
227 DMString oPath = m_oPath; local
229 oPath += "/";
230 oPath += aChildren[i];
234 dm_stat = GetTree()->GetNodeByFullPath( oPath.c_str(), ptrNode );
253 DMString oPath = m_oPath; local
255 oPath
[all...]
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
H A DdmEventLogger.cc392 DMEventPath oPath;
393 dm_stat = oPath.Deserialize(oBuffer);
395 strParent = oPath.GetPath();
467 DMEventPath oPath; local
468 dm_stat = oPath.Deserialize(oBuffer);
478 aEventMap.put(oPath.GetPath(), aVector);
680 DMURI oPath(FALSE,szPath);
681 CPCHAR pParent = oPath.getParentURI();

Completed in 435 milliseconds