HomeSort by relevance Sort by last modified time
    Searched refs:strName (Results 1 - 25 of 166) sorted by null

1 2 3 4 5 6 7

  /external/parameter-framework/upstream/parameter/
Component.h 39 CComponent(const std::string &strName, const CTypeElement *pTypeElement)
40 : CInstanceConfigurableElement(strName, pTypeElement)
FrameworkConfigurationGroup.h 39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind)
40 : CKindElement(strName, strKind)
ParameterBlock.h 39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement)
40 : CInstanceConfigurableElement(strName, pTypeElement)
SubsystemPlugins.h 39 CSubsystemPlugins(const std::string &strName, const std::string &strKind)
40 : CKindElement(strName, strKind)
SelectionCriteriaDefinition.h 42 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
47 const CSelectionCriterion *getSelectionCriterion(const std::string &strName) const;
48 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
VirtualSubsystem.cpp 38 CVirtualSubsystem::CVirtualSubsystem(const string &strName, core::log::Logger &logger)
39 : base(strName, logger), _pVirtualSyncer(new CVirtualSyncer(this))
41 logger.warning() << "Subsystem " << strName
KindElement.h 39 CKindElement(const std::string &strName, const std::string &strKind)
40 : CElement(strName), _strKind(strKind)
ComponentLibrary.h 43 const CComponentType *getComponentType(const std::string &strName) const;
ParameterBlockType.h 39 CParameterBlockType(const std::string &strName);
FrameworkConfigurationLocation.cpp 36 CFrameworkConfigurationLocation::CFrameworkConfigurationLocation(const std::string &strName,
38 : base(strName, strKind)
SelectionCriteriaDefinition.cpp 40 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)
58 return static_cast<CSelectionCriterion *>(findChild(strName));
BitParameterBlock.cpp 39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement)
40 : base(strName, pTypeElement)
BitParameterBlockType.cpp 38 CBitParameterBlockType::CBitParameterBlockType(const string &strName) : base(strName)
ComponentLibrary.cpp 44 const CComponentType *CComponentLibrary::getComponentType(const std::string &strName) const
46 return static_cast<const CComponentType *>(findChild(strName));
ParameterBlockType.cpp 36 CParameterBlockType::CParameterBlockType(const std::string &strName) : base(strName)
PluginLocation.cpp 34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind)
35 : base(strName, strKind)
SelectionCriteria.h 57 CSelectionCriterion *createSelectionCriterion(const std::string &strName,
61 CSelectionCriterion *getSelectionCriterion(const std::string &strName);
BitParameterBlock.h 37 CBitParameterBlock(const std::string &strName, const CTypeElement *pTypeElement);
BitParameterBlockType.h 39 CBitParameterBlockType(const std::string &strName);
FrameworkConfigurationLocation.h 39 CFrameworkConfigurationLocation(const std::string &strName, const std::string &strKind);
SelectionCriteria.cpp 54 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)
62 return getSelectionCriteriaDefinition()->getSelectionCriterion(strName);
VirtualSubsystem.h 42 * @param[in] strName subsystem name
45 CVirtualSubsystem(const std::string &strName, core::log::Logger &logger);
XmlFileIncluderElement.h 40 CXmlFileIncluderElement(const std::string &strName, const std::string &strKind,
  /external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystem.h 37 CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger);
SkeletonSubsystem.cpp 38 CSkeletonSubsystem::CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger)
39 : base(strName, logger)

Completed in 266 milliseconds

1 2 3 4 5 6 7