Home
last modified time | relevance | path

Searched defs:strKind (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DXmlFileIncluderElement.cpp40 const std::string &strKind, in CXmlFileIncluderElement()
120 std::string strKind = getKind(); in getIncludedElementType() local
H A DKindElement.h39 CKindElement(const std::string &strName, const std::string &strKind) in CKindElement()
H A DSubsystemPlugins.h39 CSubsystemPlugins(const std::string &strName, const std::string &strKind) in CSubsystemPlugins()
H A DFrameworkConfigurationGroup.h39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind) in CFrameworkConfigurationGroup()
H A DFrameworkConfigurationLocation.cpp37 const std::string &strKind) in CFrameworkConfigurationLocation()
H A DPluginLocation.cpp34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind) in CPluginLocation()
H A DElement.cpp490 CElement *CElement::findChildOfKind(const string &strKind) in findChildOfKind()