Searched refs:fromBlackboard (Results 1 - 17 of 17) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DBooleanParameterType.h49 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
54 virtual bool fromBlackboard(bool &bUserValue, uint32_t uiValue,
59 virtual bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
H A DIntegerParameterType.h54 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
59 virtual bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
64 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
69 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
H A DBooleanParameterType.cpp74 bool CBooleanParameterType::fromBlackboard(std::string &strValue, const uint32_t &uiValue, function in class:CBooleanParameterType
96 bool CBooleanParameterType::fromBlackboard(bool &bUserValue, uint32_t uiValue, function in class:CBooleanParameterType
118 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, function in class:CBooleanParameterType
H A DParameterType.h67 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
72 virtual bool fromBlackboard(bool &bUserValue, uint32_t uiValue,
77 virtual bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
82 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
87 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
H A DBitParameterType.h55 void fromBlackboard(std::string &strValue, const uint64_t &uiValue,
60 void fromBlackboard(uint32_t &uiUserValue, uint64_t uiValue,
H A DEnumParameterType.h51 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
56 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
H A DFixedPointParameterType.h57 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
62 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
H A DFloatingPointParameterType.h49 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue,
53 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
H A DParameterType.cpp221 bool CParameterType::fromBlackboard(bool & /*bUserValue*/, uint32_t /*uiValue*/, function in class:CParameterType
236 bool CParameterType::fromBlackboard(uint32_t & /*uiUserValue*/, uint32_t /*uiValue*/, function in class:CParameterType
252 bool CParameterType::fromBlackboard(int32_t & /*iUserValue*/, uint32_t /*uiValue*/, function in class:CParameterType
269 bool CParameterType::fromBlackboard(double & /*dUserValue*/, uint32_t /*uiValue*/, function in class:CParameterType
H A DIntegerParameterType.cpp183 bool CIntegerParameterType::fromBlackboard(string &strValue, const uint32_t &value, function in class:CIntegerParameterType
236 bool CIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, function in class:CIntegerParameterType
261 bool CIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, function in class:CIntegerParameterType
316 bool CIntegerParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, function in class:CIntegerParameterType
325 return base::fromBlackboard(dUserValue, uiValue, parameterAccessContext);
H A DBitParameterType.cpp156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue, function in class:CBitParameterType
193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value, function in class:CBitParameterType
H A DEnumParameterType.cpp131 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, function in class:CEnumParameterType
169 bool CEnumParameterType::fromBlackboard(int32_t &userValue, uint32_t value, function in class:CEnumParameterType
H A DFloatingPointParameterType.cpp205 bool CFloatingPointParameterType::fromBlackboard( function in class:CFloatingPointParameterType
249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, function in class:CFloatingPointParameterType
H A DBitParameter.cpp178 ->fromBlackboard(value, uiData, parameterAccessContext);
H A DParameter.cpp204 ->fromBlackboard(value, uiData, parameterAccessContext);
H A DFixedPointParameterType.cpp190 bool CFixedPointParameterType::fromBlackboard(string &strValue, const uint32_t &value, function in class:CFixedPointParameterType
254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, function in class:CFixedPointParameterType
H A DArrayParameter.cpp433 ->fromBlackboard(value, uiData, parameterAccessContext);

Completed in 218 milliseconds