/external/parameter-framework/parameter/ |
D | ParameterType.h | 64 …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…
|
D | IntegerParameterType.h | 52 …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…
|
D | BooleanParameterType.h | 48 …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…
|
D | BooleanParameterType.cpp | 79 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
|
D | ParameterType.cpp | 231 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
|
D | IntegerParameterType.cpp | 190 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()
|
D | BitParameterType.h | 53 …void fromBlackboard(std::string& strValue, const uint64_t& uiValue, CParameterAccessContext& param… 56 …void fromBlackboard(uint32_t& uiUserValue, uint64_t uiValue, CParameterAccessContext& parameterAcc…
|
D | EnumParameterType.h | 51 …virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContex… 54 …virtual bool fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessContext& parame…
|
D | FixedPointParameterType.h | 54 …virtual bool fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParameterAccessContex… 57 …virtual bool fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& paramet…
|
D | BitParameterType.cpp | 160 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
|
D | EnumParameterType.cpp | 195 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
|
D | FixedPointParameterType.cpp | 184 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
|
D | BitParameter.cpp | 171 …static_cast<const CBitParameterType*>(getTypeElement())->fromBlackboard(value, uiData, parameterAc… in doGet()
|
D | Parameter.cpp | 186 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()
|
D | ArrayParameter.cpp | 433 …return static_cast<const CParameterType*>(getTypeElement())->fromBlackboard(value, uiData, paramet… in doGet()
|