Home
last modified time | relevance | path

Searched defs:strName (Results 1 – 25 of 45) sorted by relevance

12

/external/parameter-framework/test/test-platform/
DTestPlatform.cpp291 const string& strName, in createExclusiveSelectionCriterionFromStateList()
324 const string& strName, in createInclusiveSelectionCriterionFromStateList()
364 bool CTestPlatform::createExclusiveSelectionCriterion(const string& strName, in createExclusiveSelectionCriterion()
393 bool CTestPlatform::createInclusiveSelectionCriterion(const string& strName, in createInclusiveSelectionCriterion()
429 bool CTestPlatform::setCriterionState(const string& strName, uint32_t uiState, string& strResult) in setCriterionState()
/external/parameter-framework/parameter/
DSelectionCriteria.cpp53 CSelectionCriterion* CSelectionCriteria::createSelectionCriterion(const std::string& strName, const… in createSelectionCriterion()
59 CSelectionCriterion* CSelectionCriteria::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()
DSelectionCriteriaDefinition.cpp43 …terion* CSelectionCriteriaDefinition::createSelectionCriterion(const std::string& strName, const C… in createSelectionCriterion()
58 CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()
DParameterMgrFullConnector.cpp85 const string& strName, in createSelectionCriterion()
93 const string& strName) in getSelectionCriterion()
218 bool CParameterMgrFullConnector::createDomain(const string& strName, string& strError) in createDomain()
223 bool CParameterMgrFullConnector::deleteDomain(const string& strName, string& strError) in deleteDomain()
228 bool CParameterMgrFullConnector::renameDomain(const string& strName, const string& strNewName, in renameDomain()
275 bool CParameterMgrFullConnector::setSequenceAwareness(const string& strName, bool bSequenceAware, in setSequenceAwareness()
281 bool CParameterMgrFullConnector::getSequenceAwareness(const string& strName, bool& bSequenceAware, in getSequenceAwareness()
DConfigurableElementWithMapping.h43 CConfigurableElementWithMapping(const std::string& strName) : CConfigurableElement(strName) {} in CConfigurableElementWithMapping()
DComponent.h39 …CComponent(const std::string& strName, const CTypeElement* pTypeElement) : CInstanceConfigurableEl… in CComponent()
DSubsystemPlugins.h39 …CSubsystemPlugins(const std::string& strName, const std::string& strKind) : CKindElement(strName, … in CSubsystemPlugins()
DFrameworkConfigurationGroup.h39 …CFrameworkConfigurationGroup(const std::string& strName, const std::string& strKind) : CKindElemen… in CFrameworkConfigurationGroup()
DParameterBlock.h39 CParameterBlock(const std::string& strName, const CTypeElement* pTypeElement) in CParameterBlock()
DKindElement.h39 …CKindElement(const std::string& strName, const std::string& strKind) : CElement(strName), _strKind… in CKindElement()
DElement.cpp43 CElement::CElement(const string& strName) : _strName(strName), _pParent(NULL) in CElement()
313 string strName = getName(); in setXmlNameAttribute() local
322 void CElement::setName(const string& strName) in setName()
332 bool CElement::rename(const string& strName, string& strError) in rename()
582 CElement* CElement::findChild(const string& strName) in findChild()
DVirtualSubsystem.cpp37 CVirtualSubsystem::CVirtualSubsystem(const string& strName) in CVirtualSubsystem()
DPluginLocation.cpp34 CPluginLocation::CPluginLocation(const std::string& strName, const std::string& strKind) : base(str… in CPluginLocation()
DBitParameterBlock.cpp39 CBitParameterBlock::CBitParameterBlock(const string& strName, const CTypeElement* pTypeElement) : b… in CBitParameterBlock()
DParameterBlockType.cpp36 CParameterBlockType::CParameterBlockType(const std::string& strName) : base(strName) in CParameterBlockType()
DBitParameterBlockType.cpp38 CBitParameterBlockType::CBitParameterBlockType(const string& strName) : base(strName), _uiSize(0) in CBitParameterBlockType()
DFrameworkConfigurationLocation.cpp35 CFrameworkConfigurationLocation::CFrameworkConfigurationLocation(const std::string& strName, const … in CFrameworkConfigurationLocation()
DBinarySerializableElement.cpp36 CBinarySerializableElement::CBinarySerializableElement(const string& strName) : base(strName) in CBinarySerializableElement()
DConfigurableDomain.cpp48 CConfigurableDomain::CConfigurableDomain(const string& strName) : base(strName), _bSequenceAware(fa… in CConfigurableDomain()
591 bool CConfigurableDomain::createConfiguration(const string& strName, const CParameterBlackboard* pM… in createConfiguration()
633 bool CConfigurableDomain::deleteConfiguration(const string& strName, string& strError) in deleteConfiguration()
675 bool CConfigurableDomain::renameConfiguration(const string& strName, const string& strNewName, stri… in renameConfiguration()
689 bool CConfigurableDomain::restoreConfiguration(const string& strName, CParameterBlackboard* pMainBl… in restoreConfiguration() argument
716 bool CConfigurableDomain::saveConfiguration(const string& strName, const CParameterBlackboard* pMai… in saveConfiguration()
DStringParameterType.cpp38 CStringParameterType::CStringParameterType(const string& strName) : base(strName), _uiMaxLength(0) in CStringParameterType()
DStringParameter.cpp40 CStringParameter::CStringParameter(const string& strName, const CTypeElement* pTypeElement) : base(… in CStringParameter()
DComponentInstance.cpp38 CComponentInstance::CComponentInstance(const std::string& strName) : base(strName), _pComponentType… in CComponentInstance()
DComponentType.cpp38 CComponentType::CComponentType(const std::string& strName) : base(strName), _pExtendsComponentType(… in CComponentType()
/external/parameter-framework/skeleton-subsystem/
DSkeletonSubsystem.cpp38 CSkeletonSubsystem::CSkeletonSubsystem(const std::string& strName) : base(strName) in CSkeletonSubsystem()
/external/parameter-framework/test/test-subsystem/
DTESTSubsystem.cpp46 CTESTSubsystem::CTESTSubsystem(const std::string& strName) : base(strName) in CTESTSubsystem()

12