Home
last modified time | relevance | path

Searched defs:toBlackboard (Results 1 – 6 of 6) sorted by relevance

/external/parameter-framework/parameter/
DBooleanParameterType.cpp50 bool CBooleanParameterType::toBlackboard(const std::string& strValue, uint32_t& uiValue, CParameter… in toBlackboard() function in CBooleanParameterType
92 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t& uiValue, CParameterAccessContex… in toBlackboard() function in CBooleanParameterType
111 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard() function in CBooleanParameterType
DIntegerParameterType.cpp151 bool CIntegerParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAcces… in toBlackboard() function in CIntegerParameterType
226 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard() function in CIntegerParameterType
251 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessCon… in toBlackboard() function in CIntegerParameterType
281 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessCont… in toBlackboard() function in CIntegerParameterType
DParameterType.cpp220 bool CParameterType::toBlackboard(bool bUserValue, uint32_t& uiValue, CParameterAccessContext& para… in toBlackboard() function in CParameterType
243 bool CParameterType::toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessContext&… in toBlackboard() function in CParameterType
266 bool CParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContext& p… in toBlackboard() function in CParameterType
289 bool CParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessContext& pa… in toBlackboard() function in CParameterType
DBitParameterType.cpp125 bool CBitParameterType::toBlackboard(const string& strValue, uint64_t& uiValue, CParameterAccessCon… in toBlackboard() function in CBitParameterType
180 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t& uiValue, CParameterAccessConte… in toBlackboard() function in CBitParameterType
DEnumParameterType.cpp95 bool CEnumParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessCo… in toBlackboard() function in CEnumParameterType
237 bool CEnumParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContex… in toBlackboard() function in CEnumParameterType
DFixedPointParameterType.cpp116 bool CFixedPointParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAc… in toBlackboard() function in CFixedPointParameterType
225 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard() function in CFixedPointParameterType