Home
last modified time | relevance | path

Searched refs:fromBlackboard (Results 1 – 15 of 15) sorted by relevance

/external/parameter-framework/parameter/
DParameterType.h64 …virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContex…
67 …virtual bool fromBlackboard(bool& bUserValue, uint32_t uiValue, CParameterAccessContext& parameter…
70 …virtual bool fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAccessContext& para…
73 …virtual bool fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessContext& parame…
76 …virtual bool fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& paramet…
DIntegerParameterType.h52 …virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContex…
55 …virtual bool fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAccessContext& para…
58 …virtual bool fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessContext& parame…
61 …virtual bool fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& paramet…
DBooleanParameterType.h48 …virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContex…
51 …virtual bool fromBlackboard(bool& bUserValue, uint32_t uiValue, CParameterAccessContext& parameter…
54 …virtual bool fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAccessContext& para…
DBooleanParameterType.cpp79 bool CBooleanParameterType::fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParamet… in fromBlackboard() function in CBooleanParameterType
101 bool CBooleanParameterType::fromBlackboard(bool& bUserValue, uint32_t uiValue, CParameterAccessCont… in fromBlackboard() function in CBooleanParameterType
123 bool CBooleanParameterType::fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard() function in CBooleanParameterType
DParameterType.cpp231 bool CParameterType::fromBlackboard(bool& bUserValue, uint32_t uiValue, CParameterAccessContext& pa… in fromBlackboard() function in CParameterType
254 bool CParameterType::fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAccessContex… in fromBlackboard() function in CParameterType
277 bool CParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessContext&… in fromBlackboard() function in CParameterType
300 bool CParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& … in fromBlackboard() function in CParameterType
DIntegerParameterType.cpp190 bool CIntegerParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAcc… in fromBlackboard() function in CIntegerParameterType
240 bool CIntegerParameterType::fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard() function in CIntegerParameterType
265 bool CIntegerParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessC… in fromBlackboard() function in CIntegerParameterType
320 bool CIntegerParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessCo… in fromBlackboard() function in CIntegerParameterType
328 return base::fromBlackboard(dUserValue, uiValue, parameterAccessContext); in fromBlackboard()
DBitParameterType.h53 …void fromBlackboard(std::string& strValue, const uint64_t& uiValue, CParameterAccessContext& param…
56 …void fromBlackboard(uint32_t& uiUserValue, uint64_t uiValue, CParameterAccessContext& parameterAcc…
DEnumParameterType.h51 …virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContex…
54 …virtual bool fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessContext& parame…
DFixedPointParameterType.h54 …virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContex…
57 …virtual bool fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& paramet…
DBitParameterType.cpp160 void CBitParameterType::fromBlackboard(string& strValue, const uint64_t& uiValue, CParameterAccessC… in fromBlackboard() function in CBitParameterType
195 void CBitParameterType::fromBlackboard(uint32_t& uiUserValue, uint64_t uiValue, CParameterAccessCon… in fromBlackboard() function in CBitParameterType
DEnumParameterType.cpp195 bool CEnumParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccess… in fromBlackboard() function in CEnumParameterType
248 bool CEnumParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessCont… in fromBlackboard() function in CEnumParameterType
DFixedPointParameterType.cpp184 bool CFixedPointParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameter… in fromBlackboard() function in CFixedPointParameterType
247 bool CFixedPointParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard() function in CFixedPointParameterType
DBitParameter.cpp171 …static_cast<const CBitParameterType*>(getTypeElement())->fromBlackboard(value, uiData, parameterAc… in doGet()
DParameter.cpp186 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()
DArrayParameter.cpp433 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()