Searched defs:GetSize (Results 1 - 10 of 10) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/hdr/
H A DdmBufferReader.h94 inline UINT32 GetSize() const { return m_nSize; } function in class:DMBufferReader
H A DdmBufferWriter.h78 inline UINT32 GetSize() const { return m_nSize; } function in class:DMBufferWriter
/packages/apps/OMA-DM/engine/dmlib/api/native/
H A DdmtAttributes.hpp255 inline INT32 GetSize() const function in class:DmtAttributes
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
H A Ddm_tree_default_interior_node_class.cc157 // FUNCTION : GetSize
169 SYNCML_DM_RET_STATUS_T DMDefaultInteriorNode::GetSize(CPCHAR pbUri, function in class:DMDefaultInteriorNode
H A Ddm_tree_default_leaf_node_class.cc173 // FUNCTION : GetSize
185 SYNCML_DM_RET_STATUS_T DMDefaultLeafNode ::GetSize(CPCHAR pbUri, function in class:DMDefaultLeafNode
H A Ddm_tree_default_ESN_class.cc306 // FUNCTION : GetSize
318 SYNCML_DM_RET_STATUS_T DMDefaultESN ::GetSize(CPCHAR pbUri, function in class:DMDefaultESN
H A Ddm_tree_plugin_root_node_class.cc262 oReturnData.m_TotalSize = oAttr.GetSize();
505 // FUNCTION : GetSize
517 SYNCML_DM_RET_STATUS_T DMPluginRootNode ::GetSize(CPCHAR pURI, UINT32 *dwpRetPropertyData) function in class:DMPluginRootNode
538 *dwpRetPropertyData=oAttr.GetSize();
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ua/src/
H A DdmEvent.cc38 UINT32 DMEventPath::GetSize() function in class:DMEventPath
136 UINT32 DMEventData::GetSize() function in class:DMEventData
H A DdmEventLogger.cc299 UINT32 DMEventLogger::GetSize(const DMEventMap & aEventMap) function in class:DMEventLogger
308 size += pPath->GetSize();
314 size += pDataPtr->GetSize();
350 INT32 size = GetSize(aEventMap);
385 if ( size != oBuffer.GetSize() )
458 if ( size != oBuffer.GetSize() )
502 XPL_DM_NotifyTreeUpdate(strTopic, NULL, nType, oBuffer.GetBuffer(), oBuffer.GetSize());
507 XPL_DM_NotifyTreeUpdate(strTopic, pItem->GetPath(), nType, oBuffer.GetBuffer(), oBuffer.GetSize());
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A DdmtData.cc367 // FUNCTION : DmtData::GetSize
374 SYNCML_DM_RET_STATUS_T DmtData::GetSize(INT32 &dataSize) const function in class:DmtData

Completed in 333 milliseconds