Searched refs:strName (Results 1 - 25 of 90) sorted by relevance

1234

/external/parameter-framework/upstream/parameter/
H A DComponent.h39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) argument
40 : CInstanceConfigurableElement(strName, pTypeElement)
H A DFrameworkConfigurationGroup.h39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind) argument
40 : CKindElement(strName, strKind)
H A DParameterBlock.h39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement) argument
40 : CInstanceConfigurableElement(strName, pTypeElement)
H A DSubsystemPlugins.h39 CSubsystemPlugins(const std::string &strName, const std::string &strKind) argument
40 : CKindElement(strName, strKind)
H A DVirtualSubsystem.cpp38 CVirtualSubsystem::CVirtualSubsystem(const string &strName, core::log::Logger &logger) argument
39 : base(strName, logger), _pVirtualSyncer(new CVirtualSyncer(this))
41 logger.warning() << "Subsystem " << strName
H A DKindElement.h39 CKindElement(const std::string &strName, const std::string &strKind) argument
40 : CElement(strName), _strKind(strKind)
H A DSelectionCriteriaDefinition.h42 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
47 const CSelectionCriterion *getSelectionCriterion(const std::string &strName) const;
48 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
H A DSelectionCriteria.cpp54 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger)
56 return getSelectionCriteriaDefinition()->createSelectionCriterion(strName, pType, logger);
60 CSelectionCriterion *CSelectionCriteria::getSelectionCriterion(const std::string &strName) argument
62 return getSelectionCriteriaDefinition()->getSelectionCriterion(strName);
53 createSelectionCriterion( const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) argument
H A DFrameworkConfigurationLocation.cpp36 CFrameworkConfigurationLocation::CFrameworkConfigurationLocation(const std::string &strName, argument
38 : base(strName, strKind)
H A DSelectionCriteriaDefinition.cpp40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger)
42 CSelectionCriterion *pSelectionCriterion = new CSelectionCriterion(strName, pType, logger);
51 const std::string &strName) const
53 return static_cast<const CSelectionCriterion *>(findChild(strName));
56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName) argument
58 return static_cast<CSelectionCriterion *>(findChild(strName));
39 createSelectionCriterion( const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) argument
H A DBitParameterBlock.cpp39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) argument
40 : base(strName, pTypeElement)
H A DBitParameterBlockType.cpp38 CBitParameterBlockType::CBitParameterBlockType(const string &strName) : base(strName) argument
H A DComponentLibrary.cpp44 const CComponentType *CComponentLibrary::getComponentType(const std::string &strName) const
46 return static_cast<const CComponentType *>(findChild(strName));
H A DParameterBlockType.cpp36 CParameterBlockType::CParameterBlockType(const std::string &strName) : base(strName) argument
H A DPluginLocation.cpp34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind) argument
35 : base(strName, strKind)
H A DComponentLibrary.h43 const CComponentType *getComponentType(const std::string &strName) const;
H A DFrameworkConfigurationLocation.h39 CFrameworkConfigurationLocation(const std::string &strName, const std::string &strKind);
H A DParameterBlockType.h39 CParameterBlockType(const std::string &strName);
H A DXmlFileIncluderElement.h40 CXmlFileIncluderElement(const std::string &strName, const std::string &strKind,
H A DSelectionCriteria.h57 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
61 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
H A DStringParameter.cpp40 CStringParameter::CStringParameter(const string &strName, const CTypeElement *pTypeElement) argument
41 : base(strName, pTypeElement)
H A DStringParameterType.cpp38 CStringParameterType::CStringParameterType(const string &strName) : base(strName) argument
H A DBitParameterBlock.h37 CBitParameterBlock(const std::string &strName, const CTypeElement *pTypeElement);
/external/parameter-framework/upstream/skeleton-subsystem/
H A DSkeletonSubsystem.h37 CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger);
H A DSkeletonSubsystem.cpp38 CSkeletonSubsystem::CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger) argument
39 : base(strName, logger)

Completed in 171 milliseconds

1234