HomeSort by relevance Sort by last modified time
    Searched refs:CIntegerParameterType (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/upstream/parameter/
IntegerParameterType.cpp 45 CIntegerParameterType::CIntegerParameterType(const string &strName) : base(strName)
50 string CIntegerParameterType::getKind() const
56 bool CIntegerParameterType::childrenAreDynamic() const
62 void CIntegerParameterType::showProperties(string &strResult) const
93 bool CIntegerParameterType::fromXml(const CXmlElement &xmlElement,
141 bool CIntegerParameterType::toBlackboard(const string &strValue, uint32_t &uiValue,
183 bool CIntegerParameterType::fromBlackboard(string &strValue, const uint32_t &value,
221 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
236 bool CIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue
    [all...]
IntegerParameterType.h 39 class CIntegerParameterType : public CParameterType
42 CIntegerParameterType(const std::string &strName);
ParameterMgr.cpp     [all...]

Completed in 206 milliseconds