Home
last modified time | relevance | path

Searched defs:strContent (Results 1 – 3 of 3) sorted by relevance

/external/parameter-framework/test/test-subsystem/
DTESTSubsystem.cpp93 std::string strContent; in read() local
103 void CTESTSubsystem::write(const std::string& strFileName, const std::string& strContent) in write()
/external/parameter-framework/xmlserializer/
DXmlElement.cpp143 string strContent((const char*)pucXmlContent); in getTextContent() local
236 void CXmlElement::setTextContent(const string& strContent) in setTextContent()
/external/parameter-framework/parameter/
DElement.cpp160 void CElement::dumpContent(string& strContent, CErrorContext& errorContext, const uint32_t uiDepth)… in dumpContent()