Searched refs:strError (Results 1 - 25 of 70) sorted by relevance

123

/external/parameter-framework/upstream/parameter/
H A DConfigurationAccessContext.cpp36 CConfigurationAccessContext::CConfigurationAccessContext(std::string &strError, argument
41 : base(strError, pParameterBlackboard, bValueSpaceIsRaw, bOutputRawFormatIsHex),
46 CConfigurationAccessContext::CConfigurationAccessContext(string &strError, bool bSerializeOut) argument
47 : base(strError), _bSerializeOut(bSerializeOut)
H A DParameterMgrFullConnector.cpp68 bool CParameterMgrFullConnector::setTuningMode(bool bOn, string &strError) argument
70 return _pParameterMgr->setTuningMode(bOn, strError);
98 bool CParameterMgrFullConnector::setAutoSync(bool bAutoSyncOn, string &strError) argument
100 return _pParameterMgr->setAutoSync(bAutoSyncOn, strError);
108 bool CParameterMgrFullConnector::sync(string &strError) argument
110 return _pParameterMgr->sync(strError);
114 bool bSet, string &strError)
116 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError);
122 bool bSet, string &strError)
125 bSet, strError);
113 accessParameterValue(const string &strPath, string &strValue, bool bSet, string &strError) argument
119 accessConfigurationValue(const string &strDomain, const string &strConfiguration, const string &strPath, string &strValue, bool bSet, string &strError) argument
133 createDomain(const string &strName, string &strError) argument
138 deleteDomain(const string &strName, string &strError) argument
143 renameDomain(const string &strName, const string &strNewName, string &strError) argument
149 deleteAllDomains(string &strError) argument
154 createConfiguration(const string &strDomain, const string &strConfiguration, string &strError) argument
161 deleteConfiguration(const string &strDomain, const string &strConfiguration, string &strError) argument
168 renameConfiguration(const string &strDomain, const string &strConfiguration, const string &strNewConfiguration, string &strError) argument
177 saveConfiguration(const string &strDomain, const string &strConfiguration, string &strError) argument
202 addConfigurableElementToDomain( const string &strDomain, const string &strConfigurableElementPath, string &strError) argument
209 removeConfigurableElementFromDomain( const string &strDomain, const string &strConfigurableElementPath, string &strError) argument
216 split(const string &strDomain, const string &strConfigurableElementPath, string &strError) argument
222 setElementSequence( const string &strDomain, const string &strConfiguration, const std::vector<string> &astrNewElementSequence, string &strError) argument
230 setApplicationRule(const string &strDomain, const string &strConfiguration, const string &strApplicationRule, string &strError) argument
245 clearApplicationRule(const string &strDomain, const string &strConfiguration, string &strError) argument
252 importDomainsXml(const string &strXmlSource, bool bWithSettings, bool bFromFile, string &strError) argument
265 importSingleDomainXml(const string &strXmlSource, bool bOverwrite, string &strError) argument
[all...]
H A DElementLocator.cpp41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) argument
47 strError = "Invalid Path";
59 strError = "Path not found: " + strPath;
69 strError = "Path not found: " + strPath;
79 strError = "Path not found: " + strPath;
H A DConfigurationAccessContext.h39 CConfigurationAccessContext(std::string &strError, CParameterBlackboard *pParameterBlackboard,
43 CConfigurationAccessContext(std::string &strError, bool bSerializeOut);
H A DVirtualSyncer.cpp42 bool CVirtualSyncer::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) argument
47 CParameterAccessContext parameterAccessContext(strError, &parameterBlackboard);
H A DXmlDomainSerializingContext.h39 CXmlDomainSerializingContext(std::string &strError, bool bWithSettings) argument
40 : base(strError), _bWithSettings(bWithSettings)
H A DXmlElementSerializingContext.cpp36 CXmlElementSerializingContext::CXmlElementSerializingContext(string &strError) : base(strError) argument
H A DXmlParameterSerializingContext.cpp37 string &strError)
38 : base(strError), mAccessContext(context)
36 CXmlParameterSerializingContext(CParameterAccessContext &context, string &strError) argument
H A DSelectionCriterionRule.cpp61 bool CSelectionCriterionRule::parse(CRuleParser &ruleParser, string &strError) argument
70 strError = "Couldn't find selection criterion " + ruleParser.getType();
78 if (!ruleParser.next(strMatchesWhen, strError)) {
85 if (!ruleParser.next(strValue, strError)) {
91 if (!setMatchesWhen(strMatchesWhen, strError)) {
93 strError = "Verb error: " + strError;
101 strError = "Value error: \"" + strValue + "\" is not part of criterion \"" +
171 string strError; local
173 if (!setMatchesWhen(strMatchesWhen, strError)) {
217 setMatchesWhen(const string &strMatchesWhen, string &strError) argument
[all...]
H A DSubsystemObject.cpp97 string strError; local
100 CParameterAccessContext parameterAccessContext(strError, &parameterBlackboard);
107 bool CSubsystemObject::sync(CParameterBlackboard &parameterBlackboard, bool bBack, string &strError) argument
127 strError = "Susbsystem not alive";
131 if (!bIsSubsystemAlive || !accessHW(bBack, strError)) {
145 bool CSubsystemObject::sendToHW(string &strError) argument
147 strError = "Send to HW interface not implemented at subsystem level";
152 bool CSubsystemObject::receiveFromHW(string & /*strError*/)
161 bool CSubsystemObject::accessHW(bool bReceive, string &strError) argument
166 return receiveFromHW(strError);
[all...]
H A DParameterMgrPlatformConnector.cpp87 string &strError) const
91 return _pParameterMgr->createParameterHandle(strPath, strError);
95 string &strError) const
97 return _pParameterMgr->createElementHandle(strPath, strError);
116 bool CParameterMgrPlatformConnector::setFailureOnMissingSubsystem(bool bFail, string &strError) argument
120 strError = "Can not set missing subsystem policy while running";
134 std::string &strError)
138 strError = "Can not set failure on failed settings load policy while running";
162 std::string &strError)
166 strError
133 setFailureOnFailedSettingsLoad(bool bFail, std::string &strError) argument
161 setValidateSchemasOnStart(bool bValidate, std::string &strError) argument
180 start(string &strError) argument
[all...]
H A DRuleParser.cpp61 bool CRuleParser::parse(CCompoundRule *pParentRule, string &strError) argument
65 if (!iterate(strError)) {
76 if (!pCompoundRule->parse(*this, strError)) {
93 if (!parse(pCompoundRule, strError)) {
110 if (!pCriterionRule->parse(*this, strError)) {
132 strError = "Syntax error, no rule found";
147 bool CRuleParser::iterate(string &strError) argument
178 strError = "Missing opening brace";
198 strError = "Missing closing brace";
206 strError
241 next(string &strNext, string &strError) argument
[all...]
H A DConfigurableDomains.h48 bool createDomain(const std::string &strName, std::string &strError);
58 * @param[in,out] strError error message
62 bool addDomain(CConfigurableDomain &domain, bool bOverwrite, std::string &strError);
68 * @param[in,out] strError error message
73 bool deleteDomain(const std::string &strName, std::string &strError);
76 std::string &strError);
78 std::string &strError);
80 std::string &strError) const;
99 const CParameterBlackboard *pMainBlackboard, std::string &strError);
101 std::string &strError);
[all...]
H A DConfigurableDomains.cpp116 bool CConfigurableDomains::createDomain(const string &strName, string &strError) argument
121 strError = "Already existing configurable domain";
132 bool CConfigurableDomains::addDomain(CConfigurableDomain &domain, bool bOverwrite, string &strError) argument
141 strError = "Can't add domain \"" + strDomainName +
161 bool CConfigurableDomains::deleteDomain(const string &strName, string &strError) argument
163 CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strName, strError);
180 string &strError)
182 CConfigurableDomain *pConfigurableDomain = findConfigurableDomain(strName, strError);
190 return pConfigurableDomain->rename(strNewName, strError);
194 string &strError)
179 renameDomain(const string &strName, const string &strNewName, string &strError) argument
193 setSequenceAwareness(const string &strDomain, bool bSequenceAware, string &strError) argument
238 createConfiguration(const string &strDomain, const string &strConfiguration, const CParameterBlackboard *pMainBlackboard, string &strError) argument
254 deleteConfiguration(const string &strDomain, const string &strConfiguration, string &strError) argument
268 renameConfiguration(const string &strDomain, const string &strConfigurationName, const string &strNewConfigurationName, string &strError) argument
424 saveConfiguration(const string &strDomain, const string &strConfiguration, const CParameterBlackboard *pMainBlackboard, string &strError) argument
440 setElementSequence(const string &strDomain, const string &strConfiguration, const std::vector<string> &astrNewElementSequence, string &strError) argument
473 setApplicationRule( const string &strDomain, const string &strConfiguration, const string &strApplicationRule, const CSelectionCriteriaDefinition *pSelectionCriteriaDefinition, string &strError) argument
489 clearApplicationRule(const string &strDomain, const string &strConfiguration, string &strError) argument
553 removeConfigurableElementFromDomain( const string &strDomain, CConfigurableElement *pConfigurableElement, string &strError) argument
595 findConfigurableDomain(const string &strDomain, string &strError) argument
[all...]
H A DMapper.h40 bool &bKeepDiving, std::string &strError) = 0;
H A DSyncer.h40 std::string &strError) = 0;
H A DXmlDomainExportContext.h38 CXmlDomainExportContext(std::string &strError, bool bWithSettings = true, argument
40 : base(strError, bWithSettings), _bValueSpaceIsRaw(bValueSpaceIsRaw),
H A DParameterAccessContext.cpp34 CParameterAccessContext::CParameterAccessContext(std::string &strError, argument
38 : base(strError), _pParameterBlackboard(pParameterBlackboard),
44 CParameterAccessContext::CParameterAccessContext(std::string &strError, argument
47 : base(strError), _pParameterBlackboard(pParameterBlackboard), _uiBaseOffset(baseOffset)
51 CParameterAccessContext::CParameterAccessContext(std::string &strError) : base(strError) argument
/external/parameter-framework/upstream/remote-processor/
H A DRemoteProcessorServerInterface.h38 virtual bool start(std::string &strError) = 0;
/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrFullConnector.h89 bool setTuningMode(bool bOn, std::string &strError);
100 bool setAutoSync(bool bAutoSyncOn, std::string &strError);
102 bool sync(std::string &strError);
106 std::string &strError);
109 std::string &strError);
122 bool createDomain(const std::string &strName, std::string &strError);
123 bool deleteDomain(const std::string &strName, std::string &strError);
125 std::string &strError);
126 bool deleteAllDomains(std::string &strError);
132 std::string &strError);
[all...]
H A DParameterMgrPlatformConnector.h83 bool start(std::string &strError);
95 std::string &strError) const;
129 * @param[out] strError a string describing the error if the function failed,
134 bool setFailureOnMissingSubsystem(bool bFail, std::string &strError);
148 * @param[out] strError On error: an human readable error message
153 bool setFailureOnFailedSettingsLoad(bool bFail, std::string &strError);
177 * @param[out] strError On error: an human readable error message
182 bool setValidateSchemasOnStart(bool bValidate, std::string &strError);
/external/libxml2/win32/wince/
H A Dwincecompat.c13 char *strError[]= {"Error 0","","No such file or directory","","","","","Arg list too long", variable
65 return strError[MAX_STRERROR];
67 return strError[errnum];
/external/parameter-framework/upstream/skeleton-subsystem/
H A DSkeletonSubsystemObject.h46 virtual bool sendToHW(std::string &strError);
47 virtual bool receiveFromHW(std::string &strError);
51 virtual bool accessHW(bool bReceive, std::string &strError);
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i56 // Tells swig that 'std::string& strError' must be treated as output parameters
58 %apply std::string &OUTPUT { std::string& strError };
79 bool start(std::string& strError);
94 bool setFailureOnMissingSubsystem(bool bFail, std::string& strError);
97 bool setFailureOnFailedSettingsLoad(bool bFail, std::string& strError);
103 bool setValidateSchemasOnStart(bool bValidate, std::string &strError);
107 bool setTuningMode(bool bOn, std::string& strError);
119 bool setAutoSync(bool bAutoSyncOn, std::string& strError);
121 bool sync(std::string& strError);
125 bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
[all...]
/external/parameter-framework/upstream/remote-process/
H A Dmain.cpp45 string strError; local
47 if (requestMessage.serialize(Socket(socket), true, strError) != CRequestMessage::success) {
49 cerr << "Unable to send command to target: " << strError << endl;
55 if (answerMessage.serialize(Socket(socket), false, strError) != CRequestMessage::success) {
57 cerr << "Unable to received answer from target: " << strError << endl;

Completed in 246 milliseconds

123