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

  /external/parameter-framework/upstream/parameter/
BitParameterType.cpp 42 CBitParameterType::CBitParameterType(const string &strName) : base(strName)
47 string CBitParameterType::getKind() const
53 void CBitParameterType::showProperties(string &strResult) const
74 bool CBitParameterType::fromXml(const CXmlElement &xmlElement,
122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue,
156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue,
177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue,
193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value,
200 uint64_t CBitParameterType::merge(uint64_t uiOriginData, uint64_t uiNewData) cons
    [all...]
BitParameter.cpp 84 if (static_cast<const CBitParameterType *>(getTypeElement())->getBitSize() != 1) {
153 if (!static_cast<const CBitParameterType *>(getTypeElement())
177 static_cast<const CBitParameterType *>(getTypeElement())
191 return static_cast<const CBitParameterType *>(getTypeElement())->merge(uiOriginData, uiNewData);
BitParameterType.h 41 class CBitParameterType : public CTypeElement
44 CBitParameterType(const std::string &strName);
ParameterMgr.cpp     [all...]

Completed in 184 milliseconds