Searched defs:strType (Results 1 - 7 of 7) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
H A Ddm_tree_default_interior_node_class.cc150 DMString& strType)
152 strType = NULL;
149 GetType(CPCHAR pbUri, DMString& strType) argument
H A Ddm_tree_default_leaf_node_class.cc166 DMString& strType)
168 strType = this->getType();
165 GetType(CPCHAR pbUri, DMString& strType) argument
H A Ddm_tree_default_ESN_class.cc299 DMString& strType)
301 strType = this->getType();
298 GetType(CPCHAR pbUri, DMString& strType) argument
H A Ddm_tree_node_class.cc161 SYNCML_DM_RET_STATUS_T DMNode::setType(CPCHAR strType) argument
163 if ( strType )
165 if ( DmStrcmp(strType,DEFAULT_MIME_TYPE) == 0 )
169 psType_ = strType;
170 if ( psType_ == NULL && strType[0] )
H A Ddm_tree_plugin_root_node_class.cc464 SYNCML_DM_RET_STATUS_T DMPluginRootNode::GetType(CPCHAR pURI, DMString& strType) argument
484 strType = type;
485 if ( type.length() && strType == NULL )
H A Ddm_tree_class_public.cc1767 DMString strName, strFormat, strTitle, strType, strAcl; local
1793 wReturnStatusCode = psGetNode->GetType(strPluginURI, strType);
1808 return attrs.Set(strName, strFormat, strTitle, strType, nVer, nSize, timestamp, DmtAcl(strAcl));
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
H A DdmMetaDataNode.cc201 void DMMetaDataNode::GetMimeType(DMString & strType) argument
203 strType = "text/plain";

Completed in 315 milliseconds