Searched refs:BOOLTYPE (Results 1 - 6 of 6) sorted by relevance

/packages/apps/OMA-DM/engine/xpl/hdr/
H A Dxpl_Types.h98 #ifndef BOOLTYPE
100 * BOOLTYPE introduced for EZX backward compatibility .
103 typedef bool BOOLTYPE; typedef
/packages/apps/OMA-DM/engine/dmlib/api/native/
H A DdmtData.hpp144 DmtData(BOOLTYPE b);
218 SYNCML_DM_RET_STATUS_T GetBoolean( BOOLTYPE& bValue ) const;
H A DdmtTreeFactory.hpp68 * \return result as BOOLTYPE
75 static BOOLTYPE Initialize();
H A DdmtNode.hpp306 * This is a helper function: gets value of the node with type "boolean" (use for backward compatibility BOOLTYPE == bool).
319 SYNCML_DM_RET_STATUS_T GetBooleanValue( BOOLTYPE& bValue ) const;
681 * This is a helper function: gets boolean value of the node (use for backward compatibility BOOLTYPE == bool).
694 inline SYNCML_DM_RET_STATUS_T DmtNode::GetBooleanValue( BOOLTYPE& bValue ) const
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native/src/
H A DdmtData.cc40 DmtData::DmtData(BOOLTYPE b)
303 SYNCML_DM_RET_STATUS_T DmtData::GetBoolean( BOOLTYPE& bValue ) const
H A Ddmt.cc39 BOOLTYPE DmtTreeFactory::Initialize()
44 BOOLTYPE dm_stat = true;

Completed in 103 milliseconds