Home
last modified time | relevance | path

Searched refs:CStringParameterType (Results 1 – 4 of 4) sorted by relevance

/external/parameter-framework/upstream/parameter/
DStringParameterType.cpp38 CStringParameterType::CStringParameterType(const string &strName) : base(strName) in CStringParameterType() function in CStringParameterType
43 string CStringParameterType::getKind() const in getKind()
49 void CStringParameterType::showProperties(string &strResult) const in showProperties()
60 bool CStringParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
70 CInstanceConfigurableElement *CStringParameterType::doInstantiate() const in doInstantiate()
76 size_t CStringParameterType::getMaxLength() const in getMaxLength()
82 void CStringParameterType::toXml(CXmlElement &xmlElement, in toXml()
DStringParameterType.h38 class CStringParameterType : public CTypeElement
41 CStringParameterType(const std::string &strName);
DStringParameter.cpp57 return static_cast<const CStringParameterType *>(getTypeElement())->getMaxLength() + 1; in getSize()
DParameterMgr.cpp2775 "StringParameter", new TNamedElementBuilderTemplate<CStringParameterType>()); in feedElementLibraries()