Searched refs:strKind (Results 1 - 11 of 11) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DFrameworkConfigurationGroup.h39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind) argument
40 : CKindElement(strName, strKind)
H A DSubsystemPlugins.h39 CSubsystemPlugins(const std::string &strName, const std::string &strKind) argument
40 : CKindElement(strName, strKind)
H A DKindElement.h39 CKindElement(const std::string &strName, const std::string &strKind) argument
40 : CElement(strName), _strKind(strKind)
H A DFrameworkConfigurationLocation.cpp37 const std::string &strKind)
38 : base(strName, strKind)
36 CFrameworkConfigurationLocation(const std::string &strName, const std::string &strKind) argument
H A DXmlFileIncluderElement.cpp40 const std::string &strKind,
43 : base(strName, strKind), _bValidateSchemasOnStart(bValidateWithSchemas),
120 std::string strKind = getKind(); local
122 std::string::size_type pos = strKind.rfind("Include", std::string::npos);
126 return strKind.substr(0, pos);
39 CXmlFileIncluderElement(const std::string &strName, const std::string &strKind, bool bValidateWithSchemas, const std::string &schemaBaseUri) argument
H A DPluginLocation.cpp34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind) argument
35 : base(strName, strKind)
H A DFrameworkConfigurationLocation.h39 CFrameworkConfigurationLocation(const std::string &strName, const std::string &strKind);
H A DXmlFileIncluderElement.h40 CXmlFileIncluderElement(const std::string &strName, const std::string &strKind,
H A DPluginLocation.h39 CPluginLocation(const std::string &strName, const std::string &strKind);
H A DElement.h78 CElement *findChildOfKind(const std::string &strKind);
79 const CElement *findChildOfKind(const std::string &strKind) const;
H A DElement.cpp486 CElement *CElement::findChildOfKind(const string &strKind) argument
490 if (pChild->getKind() == strKind) {
499 const CElement *CElement::findChildOfKind(const string &strKind) const
503 if (pChild->getKind() == strKind) {

Completed in 96 milliseconds