/aosp_15_r20/external/parameter-framework/upstream/test/test-platform/ |
H A 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, uint64_t uiState, string &strResult) in setCriterionState()
|
/aosp_15_r20/external/parameter-framework/upstream/parameter/ |
H A D | Element.cpp | 45 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 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()
|
H A 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()
|
H A 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()
|
H A 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()
|
H A D | ParameterMgr.cpp | 665 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 D | ConfigurableDomains.cpp | 116 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 D | KindElement.h | 39 CKindElement(const std::string &strName, const std::string &strKind) in CKindElement()
|
H A D | SubsystemPlugins.h | 39 CSubsystemPlugins(const std::string &strName, const std::string &strKind) in CSubsystemPlugins()
|
H A D | FrameworkConfigurationGroup.h | 39 CFrameworkConfigurationGroup(const std::string &strName, const std::string &strKind) in CFrameworkConfigurationGroup()
|
H A D | ParameterBlock.h | 39 CParameterBlock(const std::string &strName, const CTypeElement *pTypeElement) in CParameterBlock()
|
H A D | Component.h | 39 CComponent(const std::string &strName, const CTypeElement *pTypeElement) in CComponent()
|
H A D | FrameworkConfigurationLocation.cpp | 36 CFrameworkConfigurationLocation::CFrameworkConfigurationLocation(const std::string &strName, in CFrameworkConfigurationLocation()
|
H A D | PluginLocation.cpp | 34 CPluginLocation::CPluginLocation(const std::string &strName, const std::string &strKind) in CPluginLocation()
|
H A D | ParameterBlockType.cpp | 36 CParameterBlockType::CParameterBlockType(const std::string &strName) : base(strName) in CParameterBlockType()
|
H A D | BitParameterBlock.cpp | 39 CBitParameterBlock::CBitParameterBlock(const string &strName, const CTypeElement *pTypeElement) in CBitParameterBlock()
|
H A D | VirtualSubsystem.cpp | 38 CVirtualSubsystem::CVirtualSubsystem(const string &strName, core::log::Logger &logger) in CVirtualSubsystem()
|
H A D | BitParameterBlockType.cpp | 38 CBitParameterBlockType::CBitParameterBlockType(const string &strName) : base(strName) in CBitParameterBlockType()
|
H A D | StringParameterType.cpp | 38 CStringParameterType::CStringParameterType(const string &strName) : base(strName) in CStringParameterType()
|
H A D | StringParameter.cpp | 40 CStringParameter::CStringParameter(const string &strName, const CTypeElement *pTypeElement) in CStringParameter()
|
H A D | ComponentType.cpp | 38 CComponentType::CComponentType(const std::string &strName) : base(strName) in CComponentType()
|
/aosp_15_r20/development/tools/axl/ |
H A D | singletonmixin.py | 52 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 D | SkeletonSubsystem.cpp | 36 CSkeletonSubsystem::CSkeletonSubsystem(const std::string &strName, core::log::Logger &logger) in CSkeletonSubsystem()
|
/aosp_15_r20/external/parameter-framework/upstream/test/test-subsystem/ |
H A D | TESTSubsystem.cpp | 46 CTESTSubsystem::CTESTSubsystem(const std::string &strName, core::log::Logger &logger) in CTESTSubsystem()
|