Home
last modified time | relevance | path

Searched refs:CEnumParameterType (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/upstream/parameter/
DEnumParameterType.cpp39 CEnumParameterType::CEnumParameterType(const string &strName) : base(strName) in CEnumParameterType() function in CEnumParameterType
43 string CEnumParameterType::getKind() const in getKind()
48 bool CEnumParameterType::childrenAreDynamic() const in childrenAreDynamic()
54 void CEnumParameterType::showProperties(string &strResult) const in showProperties()
76 bool CEnumParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
93 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
120 int32_t CEnumParameterType::getMin() const in getMin()
126 int32_t CEnumParameterType::getMax() const in getMax()
131 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard()
143 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard()
[all …]
DEnumParameterType.h36 class CEnumParameterType : public CParameterType
39 CEnumParameterType(const std::string &strName);
DParameterMgr.cpp2787 "EnumParameter", new TNamedElementBuilderTemplate<CEnumParameterType>()); in feedElementLibraries()