/external/parameter-framework/upstream/parameter/ |
D | BaseIntegerParameterType.h | 52 bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, 54 bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue, 56 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function 59 return CParameterType::fromBlackboard(dUserValue, uiValue, parameterAccessContext); in fromBlackboard() 61 bool fromBlackboard(std::string &strValue, const uint32_t &value,
|
D | ParameterType.h | 68 virtual bool fromBlackboard(std::string &strValue, const uint32_t &uiValue, 73 virtual bool fromBlackboard(bool &bUserValue, uint32_t uiValue, 78 virtual bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, 83 virtual bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue, 88 virtual bool fromBlackboard(double &dUserValue, uint32_t uiValue,
|
D | BooleanParameterType.h | 49 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue, 54 bool fromBlackboard(bool &bUserValue, uint32_t uiValue, 59 bool fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue,
|
D | BooleanParameterType.cpp | 74 bool CBooleanParameterType::fromBlackboard(std::string &strValue, const uint32_t &uiValue, in fromBlackboard() function in CBooleanParameterType 96 bool CBooleanParameterType::fromBlackboard(bool &bUserValue, uint32_t uiValue, in fromBlackboard() function in CBooleanParameterType 119 bool CBooleanParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard() function in CBooleanParameterType
|
D | ParameterType.cpp | 221 bool CParameterType::fromBlackboard(bool & /*bUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType 236 bool CParameterType::fromBlackboard(uint32_t & /*uiUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType 252 bool CParameterType::fromBlackboard(int32_t & /*iUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType 269 bool CParameterType::fromBlackboard(double & /*dUserValue*/, uint32_t /*uiValue*/, in fromBlackboard() function in CParameterType
|
D | BaseIntegerParameterType.cpp | 50 bool CBaseIntegerParameterType::fromBlackboard(uint32_t &uiUserValue, uint32_t uiValue, in fromBlackboard() function in CBaseIntegerParameterType 58 bool CBaseIntegerParameterType::fromBlackboard(int32_t &iUserValue, uint32_t uiValue, in fromBlackboard() function in CBaseIntegerParameterType
|
D | BitParameterType.h | 56 void fromBlackboard(std::string &strValue, const uint64_t &uiValue, 61 void fromBlackboard(uint32_t &uiUserValue, uint64_t uiValue,
|
D | FloatingPointParameterType.h | 50 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue, 54 bool fromBlackboard(double &dUserValue, uint32_t uiValue,
|
D | EnumParameterType.h | 52 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue, 57 bool fromBlackboard(int32_t &iUserValue, uint32_t uiValue,
|
D | FixedPointParameterType.h | 58 bool fromBlackboard(std::string &strValue, const uint32_t &uiValue, 63 bool fromBlackboard(double &dUserValue, uint32_t uiValue,
|
D | IntegerParameterType.h | 122 bool fromBlackboard(std::string &strValue, const uint32_t &value, in fromBlackboard() function 236 bool fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function 245 return Base::fromBlackboard(dUserValue, uiValue, parameterAccessContext); in fromBlackboard()
|
D | BitParameterType.cpp | 156 void CBitParameterType::fromBlackboard(string &strValue, const uint64_t &uiValue, in fromBlackboard() function in CBitParameterType 193 void CBitParameterType::fromBlackboard(uint32_t &userValue, uint64_t value, in fromBlackboard() function in CBitParameterType
|
D | EnumParameterType.cpp | 133 bool CEnumParameterType::fromBlackboard(string &userValue, const uint32_t &value, in fromBlackboard() function in CEnumParameterType 197 bool CEnumParameterType::fromBlackboard(int32_t &userValue, uint32_t value, in fromBlackboard() function in CEnumParameterType
|
D | FloatingPointParameterType.cpp | 205 bool CFloatingPointParameterType::fromBlackboard( in fromBlackboard() function in CFloatingPointParameterType 249 bool CFloatingPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function in CFloatingPointParameterType
|
D | FixedPointParameterType.cpp | 190 bool CFixedPointParameterType::fromBlackboard(string &strValue, const uint32_t &value, in fromBlackboard() function in CFixedPointParameterType 254 bool CFixedPointParameterType::fromBlackboard(double &dUserValue, uint32_t uiValue, in fromBlackboard() function in CFixedPointParameterType
|
D | BitParameter.cpp | 178 ->fromBlackboard(value, uiData, parameterAccessContext); in doGet()
|
D | Parameter.cpp | 204 ->fromBlackboard(value, uiData, parameterAccessContext); in doGet()
|
D | ArrayParameter.cpp | 433 ->fromBlackboard(value, uiData, parameterAccessContext); in doGet()
|