Home
last modified time | relevance | path

Searched defs:strError (Results 1 – 25 of 36) sorted by relevance

12

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp68 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string &strError) in setTuningMode()
98 bool CParameterMgrFullConnector::setAutoSync(bool bAutoSyncOn, string &strError) in setAutoSync()
108 bool CParameterMgrFullConnector::sync(string &strError) in sync()
114 bool bSet, string &strError) in accessParameterValue()
122 bool bSet, string &strError) in accessConfigurationValue()
133 bool CParameterMgrFullConnector::createDomain(const string &strName, string &strError) in createDomain()
138 bool CParameterMgrFullConnector::deleteDomain(const string &strName, string &strError) in deleteDomain()
144 string &strError) in renameDomain()
149 bool CParameterMgrFullConnector::deleteAllDomains(string &strError) in deleteAllDomains()
156 string &strError) in createConfiguration()
[all …]
DConfigurableDomains.cpp116 bool CConfigurableDomains::createDomain(const string &strName, string &strError) in createDomain()
132 bool CConfigurableDomains::addDomain(CConfigurableDomain &domain, bool bOverwrite, string &strError) in addDomain()
161 bool CConfigurableDomains::deleteDomain(const string &strName, string &strError) in deleteDomain()
180 string &strError) in renameDomain()
194 string &strError) in setSequenceAwareness()
241 string &strError) in createConfiguration()
255 const string &strConfiguration, string &strError) in deleteConfiguration()
271 string &strError) in renameConfiguration()
427 string &strError) in saveConfiguration()
443 string &strError) in setElementSequence()
[all …]
DSubsystemObject.cpp97 string strError; in setDefaultValues() local
107 bool CSubsystemObject::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) in sync()
145 bool CSubsystemObject::sendToHW(string &strError) in sendToHW()
161 bool CSubsystemObject::accessHW(bool bReceive, string &strError) in accessHW()
DRuleParser.cpp61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError) in parse()
147 bool CRuleParser::iterate(string &strError) in iterate()
241 bool CRuleParser::next(string &strNext, string &strError) in next()
DParameterMgr.cpp357 bool CParameterMgr::load(string &strError) in load()
427 bool CParameterMgr::loadFrameworkConfiguration(string &strError) in loadFrameworkConfiguration()
488 bool CParameterMgr::loadStructure(string &strError) in loadStructure()
540 bool CParameterMgr::loadSettings(string &strError) in loadSettings()
561 bool CParameterMgr::loadSettingsFromConfigFile(string &strError) in loadSettingsFromConfigFile()
652 bool CParameterMgr::init(string &strError) in init()
725 CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, string &strError) in getConfigurableElement()
734 CParameterHandle *CParameterMgr::createParameterHandle(const string &strPath, string &strError) in createParameterHandle()
1237 string strError; in dumpDomainsCommandProcess() local
1632 string strError; in dumpElementCommandProcess() local
[all …]
DParameterMgrPlatformConnector.cpp116 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError) in setFailureOnMissingSubsystem()
134 std::string &strError) in setFailureOnFailedSettingsLoad()
162 std::string &strError) in setValidateSchemasOnStart()
180 bool CParameterMgrPlatformConnector::start(string &strError) in start()
DParameterAccessContext.cpp34 CParameterAccessContext::CParameterAccessContext(std::string &strError, in CParameterAccessContext()
44 CParameterAccessContext::CParameterAccessContext(std::string &strError, in CParameterAccessContext()
51 CParameterAccessContext::CParameterAccessContext(std::string &strError) : base(strError) in CParameterAccessContext()
DSelectionCriterionRule.cpp61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError) in parse()
171 string strError; in fromXml() local
217 bool CSelectionCriterionRule::setMatchesWhen(const string &strMatchesWhen, string &strError) in setMatchesWhen()
DConfigurableDomain.cpp279 string strError; in parseConfigurableElements() local
393 string &strError) in removeConfigurableElement()
475 std::string strError = "Configurable element " + pConfigurableElement->getPath() + in split() local
487 std::string strError = "Configurable element " + pConfigurableElement->getPath() + in split() local
619 string &strError) in createConfiguration()
662 bool CConfigurableDomain::deleteConfiguration(const string &strName, string &strError) in deleteConfiguration()
701 string &strError) in renameConfiguration()
744 string &strError) in saveConfiguration()
762 string &strError) in setElementSequence()
796 const CSelectionCriteriaDefinition *pSelectionCriteriaDefinition, string &strError) in setApplicationRule()
[all …]
DConfigurationAccessContext.cpp36 CConfigurationAccessContext::CConfigurationAccessContext(std::string &strError, in CConfigurationAccessContext()
46 CConfigurationAccessContext::CConfigurationAccessContext(string &strError, bool bSerializeOut) in CConfigurationAccessContext()
DSubsystem.cpp146 string strError; in structureFromXml() local
157 bool CSubsystem::mapSubsystemElements(string &strError) in mapSubsystemElements()
369 bool &bHasCreatedSubsystemObject, string &strError) in handleSubsystemObjectCreation()
436 bool &bKeepDiving, string &strError) in mapBegin()
DInstanceConfigurableElement.cpp79 bool CInstanceConfigurableElement::map(IMapper &mapper, std::string &strError) in map()
191 std::string strError; in sync() local
DXmlDomainSerializingContext.h39 CXmlDomainSerializingContext(std::string &strError, bool bWithSettings) in CXmlDomainSerializingContext()
DXmlParameterSerializingContext.cpp37 string &strError) in CXmlParameterSerializingContext()
DVirtualSyncer.cpp42 bool CVirtualSyncer::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) in sync()
DXmlElementSerializingContext.cpp36 CXmlElementSerializingContext::CXmlElementSerializingContext(string &strError) : base(strError) in CXmlElementSerializingContext()
DElementLocator.cpp41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) in locate()
DXmlDomainExportContext.h40 : base(strError, bWithSettings), _bValueSpaceIsRaw(bValueSpaceIsRaw), in base() argument
DSyncerSet.cpp60 std::string strError; in sync() local
DXmlDomainImportContext.h41 CXmlDomainImportContext(std::string &strError, bool bWithSettings, CSystemClass &systemClass) in CXmlDomainImportContext()
DPathNavigator.cpp53 bool CPathNavigator::navigateThrough(const std::string &strItemName, std::string &strError) in navigateThrough()
/external/parameter-framework/upstream/xmlserializer/
DXmlSerializingContext.cpp34 CXmlSerializingContext::CXmlSerializingContext(std::string &strError) in CXmlSerializingContext()
/external/parameter-framework/upstream/test/test-platform/
Dmain.cpp103 string strError; in main() local
/external/parameter-framework/upstream/skeleton-subsystem/
DSkeletonSubsystemObject.cpp78 bool CSkeletonSubsystemObject::accessHW(bool bReceive, string &strError) in accessHW()
/external/libxml2/win32/wince/
Dwincecompat.c13 char *strError[]= {"Error 0","","No such file or directory","","","","","Arg list too long", variable

12