Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/parameter-framework/upstream/test/test-platform/
H A DTestPlatform.cpp256 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, uint64_t uiState, string &strResult) in setCriterionState()
/aosp_15_r20/external/parameter-framework/upstream/parameter/
H A DElement.cpp45 CElement::CElement(const string &strName) : _strName(strName) in CElement()
226 string strName = getName(); in setXmlNameAttribute() local
235 void CElement::setName(const string &strName) in setName()
245 bool CElement::rename(const string &strName, string &strError) in rename()
464 CElement *CElement::findChild(const string &strName) in findChild()
H A DParameterMgrFullConnector.cpp133 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()
H A DConfigurableDomain.cpp45 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()
H A DSelectionCriteria.cpp54 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion()
60 CSelectionCriterion *CSelectionCriteria::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()
H A DSelectionCriteriaDefinition.cpp40 const std::string &strName, const CSelectionCriterionType *pType, core::log::Logger &logger) in createSelectionCriterion()
56 CSelectionCriterion *CSelectionCriteriaDefinition::getSelectionCriterion(const std::string &strName) in getSelectionCriterion()
H A DParameterMgr.cpp665 const string &strName, const CSelectionCriterionType *pSelectionCriterionType) in createSelectionCriterion()
673 CSelectionCriterion *CParameterMgr::getSelectionCriterion(const string &strName) in getSelectionCriterion()
2223 bool CParameterMgr::createDomain(const string &strName, string &strError) in createDomain()
2236 bool CParameterMgr::deleteDomain(const string &strName, string &strError) in deleteDomain()
2251 bool CParameterMgr::renameDomain(const string &strName, const string &strNewName, string &strError) in renameDomain()
2278 bool CParameterMgr::setSequenceAwareness(const string &strName, bool bSequenceAware, in setSequenceAwareness()
2295 bool CParameterMgr::getSequenceAwareness(const string &strName, bool &bSequenceAware, in getSequenceAwareness()
H A DConfigurableDomains.cpp116 bool CConfigurableDomains::createDomain(const string &strName, string &strError) in createDomain()
161 bool CConfigurableDomains::deleteDomain(const string &strName, string &strError) in deleteDomain()
179 bool CConfigurableDomains::renameDomain(const string &strName, const string &strNewName, in renameDomain()
H A DKindElement.h39 CKindElement(const std::string &strName, const std::string &strKind) in CKindElement()
H A DSubsystemPlugins.h39 CSubsystemPlugins(const std::string &strName, const std::string &strKind) in CSubsystemPlugins()
H A DFrameworkConfigurationGroup.h39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind) in CFrameworkConfigurationGroup()
H A DParameterBlock.h39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement) in CParameterBlock()
H A DComponent.h39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) in CComponent()
H A DFrameworkConfigurationLocation.cpp36 CFrameworkConfigurationLocation::CFrameworkConfigurationLocation(const std::string &strName, in CFrameworkConfigurationLocation()
H A DPluginLocation.cpp34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind) in CPluginLocation()
H A DParameterBlockType.cpp36 CParameterBlockType::CParameterBlockType(const std::string &strName) : base(strName) in CParameterBlockType()
H A DBitParameterBlock.cpp39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) in CBitParameterBlock()
H A DVirtualSubsystem.cpp38 CVirtualSubsystem::CVirtualSubsystem(const string &strName, core::log::Logger &logger) in CVirtualSubsystem()
H A DBitParameterBlockType.cpp38 CBitParameterBlockType::CBitParameterBlockType(const string &strName) : base(strName) in CBitParameterBlockType()
H A DStringParameterType.cpp38 CStringParameterType::CStringParameterType(const string &strName) : base(strName) in CStringParameterType()
H A DStringParameter.cpp40 CStringParameter::CStringParameter(const string &strName, const CTypeElement *pTypeElement) in CStringParameter()
H A DComponentType.cpp38 CComponentType::CComponentType(const std::string &strName) : base(strName) in CComponentType()
/aosp_15_r20/development/tools/axl/
H A Dsingletonmixin.py52 def __new__(metaclass, strName, tupBases, dict): argument
178 def __new__(metaclass, strName, tupBases, dict): argument
/aosp_15_r20/external/parameter-framework/upstream/skeleton-subsystem/
H A DSkeletonSubsystem.cpp36 CSkeletonSubsystem::CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger) in CSkeletonSubsystem()
/aosp_15_r20/external/parameter-framework/upstream/test/test-subsystem/
H A DTESTSubsystem.cpp46 CTESTSubsystem::CTESTSubsystem(const std::string &strName, core::log::Logger &logger) in CTESTSubsystem()

123