Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DIntegerParameterType.cpp45 CIntegerParameterType::CIntegerParameterType(const string &strName) : base(strName) in CIntegerParameterType() function in CIntegerParameterType
50 string CIntegerParameterType::getKind() const in getKind()
56 bool CIntegerParameterType::childrenAreDynamic() const in childrenAreDynamic()
62 void CIntegerParameterType::showProperties(string &strResult) const in showProperties()
93 bool CIntegerParameterType::fromXml(const CXmlElement &xmlElement, in fromXml()
141 bool CIntegerParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
183 bool CIntegerParameterType::fromBlackboard(string &strValue, const uint32_t &value, in fromBlackboard()
221 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard()
236 bool CIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
246 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t &uiValue, in toBlackboard()
[all …]
DIntegerParameterType.h39 class CIntegerParameterType : public CParameterType
42 CIntegerParameterType(const std::string &strName);
DParameterMgr.cpp2781 "IntegerParameter", new TNamedElementBuilderTemplate<CIntegerParameterType>()); in feedElementLibraries()