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

/packages/apps/OMA-DM/engine/dmlib/api/native/
H A DdmtNode.hpp26 \brief The dmtNode.hpp header file contains DmtNode class definition. \n
27 DmtNode is the object representing tree nodes as they are\n
39 DmtNode is the object representing tree nodes as they are
82 class DmtNode : public JemBaseObject class in inherits:JemBaseObject
86 virtual ~DmtNode(){}
231 * \param ptrNode [out] - reference to DmtNode
627 inline SYNCML_DM_RET_STATUS_T DmtNode::GetStringValue( DMString& str ) const
649 inline SYNCML_DM_RET_STATUS_T DmtNode::GetIntValue( INT32& nValue ) const
671 inline SYNCML_DM_RET_STATUS_T DmtNode::GetBooleanValue( BOOLEAN& bValue ) const
694 inline SYNCML_DM_RET_STATUS_T DmtNode
[all...]

Completed in 214 milliseconds