OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAttributeInteger
(Results
1 - 4
of
4
) sorted by null
/external/parameter-framework/parameter/
StringParameterType.cpp
84
xmlElement.
setAttributeInteger
("MaxLength", _uiMaxLength);
TypeElement.cpp
156
xmlElement.
setAttributeInteger
("ArrayLength", getArrayLength());
/external/parameter-framework/xmlserializer/
XmlElement.h
72
void
setAttributeInteger
(const std::string& strAttributeName, uint32_t uiValue);
XmlElement.cpp
217
void CXmlElement::
setAttributeInteger
(const string& strAttributeName, uint32_t uiValue)
Completed in 469 milliseconds