Searched defs:uiValue (Results 1 – 9 of 9) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | BooleanParameterType.cpp | 47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard() 74 bool CBooleanParameterType::fromBlackboard(std::string &strValue, const uint32_t &uiValue, in fromBlackboard() 88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue, in toBlackboard() 96 bool CBooleanParameterType::fromBlackboard(bool &bUserValue, uint32_t uiValue, in fromBlackboard() 105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard() 118 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard()
|
D | IntegerParameterType.cpp | 141 bool CIntegerParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() 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() 261 bool CIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, in fromBlackboard() 276 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() 316 bool CIntegerParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
D | FixedPointParameterType.cpp | 119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() 231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() 254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() 284 const string &strValue, uint32_t &uiValue, in convertFromHexadecimal() 302 const string &strValue, uint32_t &uiValue, in convertFromDecimal() 313 bool CFixedPointParameterType::convertFromQnm(const string &strValue, uint32_t &uiValue, in convertFromQnm()
|
D | FloatingPointParameterType.cpp | 117 const string &strValue, uint32_t &uiValue, in toBlackboard() 206 string &strValue, const uint32_t &uiValue, in fromBlackboard() 235 double dUserValue, uint32_t &uiValue, CParameterAccessContext ¶meterAccessContext) const in toBlackboard() 249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard()
|
D | BitParameterType.cpp | 122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue, in toBlackboard() 156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue, in fromBlackboard() 177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard()
|
D | BitParameter.cpp | 93 uint32_t uiValue; in access() local 113 bool CBitParameter::access(uint32_t &uiValue, bool bSet, in access()
|
D | EnumParameterType.cpp | 93 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard()
|
D | Parameter.cpp | 120 bool CParameter::access(uint32_t &uiValue, bool bSet, in access()
|
/external/parameter-framework/upstream/test/test-subsystem/ |
D | TESTSubsystemBinary.cpp | 53 uint32_t uiValue = 0; in toString() local 69 uint32_t uiValue; in fromString() local
|