Home
last modified time | relevance | path

Searched defs:uiValue (Results 1 – 14 of 14) sorted by relevance

/external/parameter-framework/parameter/
DBooleanParameterType.cpp50 bool CBooleanParameterType::toBlackboard(const std::string& strValue, uint32_t& uiValue, CParameter… in toBlackboard()
79 bool CBooleanParameterType::fromBlackboard(std::string& strValue, const uint32_t& uiValue, CParamet… in fromBlackboard() argument
92 bool CBooleanParameterType::toBlackboard(bool bUserValue, uint32_t& uiValue, CParameterAccessContex… in toBlackboard()
101 bool CBooleanParameterType::fromBlackboard(bool& bUserValue, uint32_t uiValue, CParameterAccessCont… in fromBlackboard()
111 bool CBooleanParameterType::toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard()
123 bool CBooleanParameterType::fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard()
DIntegerParameterType.cpp151 bool CIntegerParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAcces… in toBlackboard()
190 bool CIntegerParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAcc… in fromBlackboard() argument
226 bool CIntegerParameterType::toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard()
240 bool CIntegerParameterType::fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard()
251 bool CIntegerParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessCon… in toBlackboard()
265 bool CIntegerParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessC… in fromBlackboard()
281 bool CIntegerParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessCont… in toBlackboard()
320 bool CIntegerParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessCo… in fromBlackboard()
DParameterType.cpp220 bool CParameterType::toBlackboard(bool bUserValue, uint32_t& uiValue, CParameterAccessContext& para… in toBlackboard()
231 bool CParameterType::fromBlackboard(bool& bUserValue, uint32_t uiValue, CParameterAccessContext& pa… in fromBlackboard()
243 bool CParameterType::toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessContext&… in toBlackboard()
254 bool CParameterType::fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAccessContex… in fromBlackboard()
266 bool CParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContext& p… in toBlackboard()
277 bool CParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessContext&… in fromBlackboard()
289 bool CParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessContext& pa… in toBlackboard()
300 bool CParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAccessContext& … in fromBlackboard()
DFixedPointParameterType.cpp116 bool CFixedPointParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAc… in toBlackboard()
184 bool CFixedPointParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameter… in fromBlackboard() argument
225 bool CFixedPointParameterType::toBlackboard(double dUserValue, uint32_t& uiValue, CParameterAccessC… in toBlackboard()
247 bool CFixedPointParameterType::fromBlackboard(double& dUserValue, uint32_t uiValue, CParameterAcces… in fromBlackboard()
282 bool CFixedPointParameterType::convertFromHexadecimal(const string& strValue, uint32_t& uiValue, CP… in convertFromHexadecimal()
300 bool CFixedPointParameterType::convertFromDecimal(const string& strValue, uint32_t& uiValue, CParam… in convertFromDecimal()
314 bool CFixedPointParameterType::convertFromQnm(const string& strValue, uint32_t& uiValue, in convertFromQnm()
DBitParameterType.cpp125 bool CBitParameterType::toBlackboard(const string& strValue, uint64_t& uiValue, CParameterAccessCon… in toBlackboard()
160 void CBitParameterType::fromBlackboard(string& strValue, const uint64_t& uiValue, CParameterAccessC… in fromBlackboard() argument
180 bool CBitParameterType::toBlackboard(uint64_t uiUserValue, uint64_t& uiValue, CParameterAccessConte… in toBlackboard()
195 void CBitParameterType::fromBlackboard(uint32_t& uiUserValue, uint64_t uiValue, CParameterAccessCon… in fromBlackboard()
DEnumParameterType.cpp95 bool CEnumParameterType::toBlackboard(const string& strValue, uint32_t& uiValue, CParameterAccessCo… in toBlackboard()
195 bool CEnumParameterType::fromBlackboard(string& strValue, const uint32_t& uiValue, CParameterAccess… in fromBlackboard() argument
237 bool CEnumParameterType::toBlackboard(int32_t iUserValue, uint32_t& uiValue, CParameterAccessContex… in toBlackboard()
248 bool CEnumParameterType::fromBlackboard(int32_t& iUserValue, uint32_t uiValue, CParameterAccessCont… in fromBlackboard()
DBitParameter.cpp90 uint32_t uiValue; in accessAsBoolean() local
111 bool CBitParameter::accessAsInteger(uint32_t& uiValue, bool bSet, CParameterAccessContext& paramete… in accessAsInteger()
DParameterHandle.cpp155 bool CParameterHandle::setAsInteger(uint32_t uiValue, string& strError) in setAsInteger()
177 bool CParameterHandle::getAsInteger(uint32_t& uiValue, string& strError) const in getAsInteger()
DSubsystemObject.cpp84 string CSubsystemObject::asString(uint32_t uiValue) in asString()
DParameter.cpp108 bool CParameter::accessAsInteger(uint32_t& uiValue, bool bSet, CParameterAccessContext& parameterAc… in accessAsInteger()
DBaseParameter.cpp111 bool CBaseParameter::accessAsInteger(uint32_t& uiValue, bool bSet, CParameterAccessContext& paramet… in accessAsInteger()
/external/parameter-framework/test/test-subsystem/
DTESTSubsystemBinary.cpp46 uint32_t uiValue = 0; in toString() local
59 uint32_t uiValue = strtoul(strValue.c_str(), NULL, 0); in fromString() local
/external/parameter-framework/utility/
DUtility.h72 static std::string toString(T uiValue) in toString()
/external/parameter-framework/xmlserializer/
DXmlElement.cpp217 void CXmlElement::setAttributeInteger(const string& strAttributeName, uint32_t uiValue) in setAttributeInteger()