/external/parameter-framework/test/test-platform/ |
D | TestPlatform.cpp | 291 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/ |
D | SelectionCriteria.cpp | 53 CSelectionCriterion* CSelectionCriteria::createSelectionCriterion(const std::string& strName, const… in createSelectionCriterion() 59 CSelectionCriterion* CSelectionCriteria::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()
|
D | SelectionCriteriaDefinition.cpp | 43 …terion* CSelectionCriteriaDefinition::createSelectionCriterion(const std::string& strName, const C… in createSelectionCriterion() 58 CSelectionCriterion* CSelectionCriteriaDefinition::getSelectionCriterion(const std::string& strName) in getSelectionCriterion()
|
D | ParameterMgrFullConnector.cpp | 85 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()
|
D | ConfigurableElementWithMapping.h | 43 CConfigurableElementWithMapping(const std::string& strName) : CConfigurableElement(strName) {} in CConfigurableElementWithMapping()
|
D | Component.h | 39 …CComponent(const std::string& strName, const CTypeElement* pTypeElement) : CInstanceConfigurableEl… in CComponent()
|
D | SubsystemPlugins.h | 39 …CSubsystemPlugins(const std::string& strName, const std::string& strKind) : CKindElement(strName, … in CSubsystemPlugins()
|
D | FrameworkConfigurationGroup.h | 39 …CFrameworkConfigurationGroup(const std::string& strName, const std::string& strKind) : CKindElemen… in CFrameworkConfigurationGroup()
|
D | ParameterBlock.h | 39 CParameterBlock(const std::string& strName, const CTypeElement* pTypeElement) in CParameterBlock()
|
D | KindElement.h | 39 …CKindElement(const std::string& strName, const std::string& strKind) : CElement(strName), _strKind… in CKindElement()
|
D | Element.cpp | 43 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()
|
D | VirtualSubsystem.cpp | 37 CVirtualSubsystem::CVirtualSubsystem(const string& strName) in CVirtualSubsystem()
|
D | PluginLocation.cpp | 34 CPluginLocation::CPluginLocation(const std::string& strName, const std::string& strKind) : base(str… in CPluginLocation()
|
D | BitParameterBlock.cpp | 39 CBitParameterBlock::CBitParameterBlock(const string& strName, const CTypeElement* pTypeElement) : b… in CBitParameterBlock()
|
D | ParameterBlockType.cpp | 36 CParameterBlockType::CParameterBlockType(const std::string& strName) : base(strName) in CParameterBlockType()
|
D | BitParameterBlockType.cpp | 38 CBitParameterBlockType::CBitParameterBlockType(const string& strName) : base(strName), _uiSize(0) in CBitParameterBlockType()
|
D | FrameworkConfigurationLocation.cpp | 35 CFrameworkConfigurationLocation::CFrameworkConfigurationLocation(const std::string& strName, const … in CFrameworkConfigurationLocation()
|
D | BinarySerializableElement.cpp | 36 CBinarySerializableElement::CBinarySerializableElement(const string& strName) : base(strName) in CBinarySerializableElement()
|
D | ConfigurableDomain.cpp | 48 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()
|
D | StringParameterType.cpp | 38 CStringParameterType::CStringParameterType(const string& strName) : base(strName), _uiMaxLength(0) in CStringParameterType()
|
D | StringParameter.cpp | 40 CStringParameter::CStringParameter(const string& strName, const CTypeElement* pTypeElement) : base(… in CStringParameter()
|
D | ComponentInstance.cpp | 38 CComponentInstance::CComponentInstance(const std::string& strName) : base(strName), _pComponentType… in CComponentInstance()
|
D | ComponentType.cpp | 38 CComponentType::CComponentType(const std::string& strName) : base(strName), _pExtendsComponentType(… in CComponentType()
|
/external/parameter-framework/skeleton-subsystem/ |
D | SkeletonSubsystem.cpp | 38 CSkeletonSubsystem::CSkeletonSubsystem(const std::string& strName) : base(strName) in CSkeletonSubsystem()
|
/external/parameter-framework/test/test-subsystem/ |
D | TESTSubsystem.cpp | 46 CTESTSubsystem::CTESTSubsystem(const std::string& strName) : base(strName) in CTESTSubsystem()
|