/external/parameter-framework/upstream/test/test-platform/ |
D | TestPlatform.cpp | 256 const string &strName, const IRemoteCommand &remoteCommand, string &strResult) in createExclusiveSelectionCriterionFromStateList() 284 const string &strName, const IRemoteCommand &remoteCommand, string &strResult) in createInclusiveSelectionCriterionFromStateList() 310 bool CTestPlatform::createExclusiveSelectionCriterion(const string &strName, size_t nbStates, in createExclusiveSelectionCriterion() 337 bool CTestPlatform::createInclusiveSelectionCriterion(const string &strName, size_t nbStates, in createInclusiveSelectionCriterion() 363 bool CTestPlatform::setCriterionState(const string &strName, uint32_t uiState, string &strResult) in setCriterionState()
|
/external/parameter-framework/upstream/parameter/ |
D | SelectionCriteria.cpp | 54 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion() 60 CSelectionCriterion *CSelectionCriteria::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()
|
D | SelectionCriteriaDefinition.cpp | 40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion() 56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()
|
D | Element.cpp | 44 CElement::CElement(const string &strName) : _strName(strName) in CElement() 222 string strName = getName(); in setXmlNameAttribute() local 231 void CElement::setName(const string &strName) in setName() 241 bool CElement::rename(const string &strName, string &strError) in rename() 460 CElement *CElement::findChild(const string &strName) in findChild()
|
D | Component.h | 39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) in CComponent()
|
D | KindElement.h | 39 CKindElement(const std::string &strName, const std::string &strKind) in CKindElement()
|
D | ParameterBlock.h | 39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement) in CParameterBlock()
|
D | FrameworkConfigurationGroup.h | 39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind) in CFrameworkConfigurationGroup()
|
D | SubsystemPlugins.h | 39 CSubsystemPlugins(const std::string &strName, const std::string &strKind) in CSubsystemPlugins()
|
D | ParameterMgrFullConnector.cpp | 133 bool CParameterMgrFullConnector::createDomain(const string &strName, string &strError) in createDomain() 138 bool CParameterMgrFullConnector::deleteDomain(const string &strName, string &strError) in deleteDomain() 143 bool CParameterMgrFullConnector::renameDomain(const string &strName, const string &strNewName, in renameDomain() 190 bool CParameterMgrFullConnector::setSequenceAwareness(const string &strName, bool bSequenceAware, in setSequenceAwareness() 196 bool CParameterMgrFullConnector::getSequenceAwareness(const string &strName, bool &bSequenceAware, in getSequenceAwareness()
|
D | FrameworkConfigurationLocation.cpp | 36 CFrameworkConfigurationLocation::CFrameworkConfigurationLocation(const std::string &strName, in CFrameworkConfigurationLocation()
|
D | ParameterBlockType.cpp | 36 CParameterBlockType::CParameterBlockType(const std::string &strName) : base(strName) in CParameterBlockType()
|
D | PluginLocation.cpp | 34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind) in CPluginLocation()
|
D | BitParameterBlock.cpp | 39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) in CBitParameterBlock()
|
D | VirtualSubsystem.cpp | 38 CVirtualSubsystem::CVirtualSubsystem(const string &strName, core::log::Logger &logger) in CVirtualSubsystem()
|
D | BitParameterBlockType.cpp | 38 CBitParameterBlockType::CBitParameterBlockType(const string &strName) : base(strName) in CBitParameterBlockType()
|
D | StringParameterType.cpp | 38 CStringParameterType::CStringParameterType(const string &strName) : base(strName) in CStringParameterType()
|
D | StringParameter.cpp | 40 CStringParameter::CStringParameter(const string &strName, const CTypeElement *pTypeElement) in CStringParameter()
|
D | ComponentType.cpp | 38 CComponentType::CComponentType(const std::string &strName) : base(strName) in CComponentType()
|
D | XmlFileIncluderElement.cpp | 39 CXmlFileIncluderElement::CXmlFileIncluderElement(const std::string &strName, in CXmlFileIncluderElement()
|
D | ComponentInstance.cpp | 39 CComponentInstance::CComponentInstance(const std::string &strName) : base(strName) in CComponentInstance()
|
D | ConfigurableDomain.cpp | 45 CConfigurableDomain::CConfigurableDomain(const string &strName) : base(strName) in CConfigurableDomain() 617 bool CConfigurableDomain::createConfiguration(const string &strName, in createConfiguration() 662 bool CConfigurableDomain::deleteConfiguration(const string &strName, string &strError) in deleteConfiguration() 700 bool CConfigurableDomain::renameConfiguration(const string &strName, const string &strNewName, in renameConfiguration() 742 bool CConfigurableDomain::saveConfiguration(const string &strName, in saveConfiguration()
|
D | BooleanParameterType.cpp | 36 CBooleanParameterType::CBooleanParameterType(const std::string &strName) : base(strName) in CBooleanParameterType()
|
/external/parameter-framework/upstream/skeleton-subsystem/ |
D | SkeletonSubsystem.cpp | 38 CSkeletonSubsystem::CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger) in CSkeletonSubsystem()
|
/external/parameter-framework/upstream/test/test-subsystem/ |
D | TESTSubsystem.cpp | 46 CTESTSubsystem::CTESTSubsystem(const std::string &strName, core::log::Logger &logger) in CTESTSubsystem()
|