/external/parameter-framework/upstream/parameter/ |
D | IntegerParameterType.h | 158 bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard() function 165 bool toBlackboard(int32_t iUserValue, uint32_t &uiValue, in toBlackboard() function 172 bool toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() function 181 return Base::toBlackboard(dUserValue, uiValue, parameterAccessContext); in toBlackboard() 201 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard() function 224 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard() function 230 return toBlackboard<Intermediate>(strValue, uiValue, parameterAccessContext); in toBlackboard() 232 return toBlackboard<CType>(strValue, uiValue, parameterAccessContext); in toBlackboard()
|
D | ParameterType.h | 66 virtual bool toBlackboard(const std::string &strValue, uint32_t &uiValue, 71 virtual bool toBlackboard(bool bUserValue, uint32_t &uiValue, 76 virtual bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, 81 virtual bool toBlackboard(int32_t iUserValue, uint32_t &uiValue, 86 virtual bool toBlackboard(double dUserValue, uint32_t &uiValue,
|
D | BooleanParameterType.h | 47 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, 52 bool toBlackboard(bool bUserValue, uint32_t &uiValue, 57 bool toBlackboard(uint32_t uiUserValue, uint32_t &uiValue,
|
D | BooleanParameterType.cpp | 47 bool CBooleanParameterType::toBlackboard(const std::string &strValue, uint32_t &uiValue, in toBlackboard() function in CBooleanParameterType 88 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t &uiValue, in toBlackboard() function in CBooleanParameterType 105 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t &uiValue, in toBlackboard() function in CBooleanParameterType
|
D | ParameterType.cpp | 214 bool CParameterType::toBlackboard(bool /*bUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType 229 bool CParameterType::toBlackboard(uint32_t /*uiUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType 244 bool CParameterType::toBlackboard(int32_t /*iUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType 261 bool CParameterType::toBlackboard(double /*dUserValue*/, uint32_t & /*uiValue*/, in toBlackboard() function in CParameterType
|
D | BitParameterType.h | 54 bool toBlackboard(const std::string &strValue, uint64_t &uiValue, 59 bool toBlackboard(uint64_t uiUserValue, uint64_t &uiValue,
|
D | FloatingPointParameterType.h | 48 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, 52 bool toBlackboard(double dUserValue, uint32_t &uiValue,
|
D | EnumParameterType.cpp | 95 bool CEnumParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() function in CEnumParameterType 119 return toBlackboard(iParsedUserValue, uiValue, parameterAccessContext); in toBlackboard() 166 bool CEnumParameterType::toBlackboard(int32_t userValue, uint32_t &value, in toBlackboard() function in CEnumParameterType
|
D | EnumParameterType.h | 50 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, 55 bool toBlackboard(int32_t iUserValue, uint32_t &uiValue,
|
D | FixedPointParameterType.h | 56 bool toBlackboard(const std::string &strValue, uint32_t &uiValue, 61 bool toBlackboard(double dUserValue, uint32_t &uiValue,
|
D | BitParameterType.cpp | 122 bool CBitParameterType::toBlackboard(const string &strValue, uint64_t &uiValue, in toBlackboard() function in CBitParameterType 177 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t &uiValue, in toBlackboard() function in CBitParameterType
|
D | FloatingPointParameterType.cpp | 116 bool CFloatingPointParameterType::toBlackboard( in toBlackboard() function in CFloatingPointParameterType 234 bool CFloatingPointParameterType::toBlackboard( in toBlackboard() function in CFloatingPointParameterType
|
D | FixedPointParameterType.cpp | 119 bool CFixedPointParameterType::toBlackboard(const string &strValue, uint32_t &uiValue, in toBlackboard() function in CFixedPointParameterType 231 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t &uiValue, in toBlackboard() function in CFixedPointParameterType
|
D | BitParameter.cpp | 154 ->toBlackboard(value, uiData, parameterAccessContext)) { in doSet()
|
D | Parameter.cpp | 178 ->toBlackboard(value, uiData, parameterAccessContext)) { in doSet()
|
D | ArrayParameter.cpp | 407 ->toBlackboard(value, uiData, parameterAccessContext)) { in doSet()
|