Searched refs:strPath (Results 1 - 14 of 14) sorted by relevance

/external/parameter-framework/upstream/parameter/
H A DElementLocator.cpp41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) argument
43 CPathNavigator pathNavigator(strPath);
59 strError = "Path not found: " + strPath;
69 strError = "Path not found: " + strPath;
79 strError = "Path not found: " + strPath;
H A DPathNavigator.cpp33 CPathNavigator::CPathNavigator(const std::string &strPath) argument
35 init(strPath);
38 void CPathNavigator::init(const std::string &strPath) argument
40 Tokenizer tokenizer(strPath, "/");
44 _bValid = checkPathFormat(strPath);
95 std::string strPath = "/"; local
99 return strPath;
105 strPath += _astrItems[item] + "/";
108 strPath += _astrItems[item];
110 return strPath;
[all...]
H A DXmlFileIncluderElement.cpp57 std::string strPath; local
58 xmlElement.getAttribute("Path", strPath);
59 strPath = CXmlDocSource::mkUri(elementSerializingContext.getXmlUri(), strPath);
64 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(strPath, true, true, elementSerializingContext);
74 elementSerializingContext.setError("Could not parse document \"" + strPath + "\"");
H A DPathNavigator.h39 CPathNavigator(const std::string &strPath);
54 void init(const std::string &strPath);
H A DElementLocator.h42 bool locate(const std::string &strPath, CElement **ppElement, std::string &strError);
H A DParameterMgrPlatformConnector.cpp86 CParameterHandle *CParameterMgrPlatformConnector::createParameterHandle(const string &strPath, argument
91 return _pParameterMgr->createParameterHandle(strPath, strError);
94 ElementHandle *CParameterMgrPlatformConnector::createElementHandle(const string &strPath, argument
97 return _pParameterMgr->createElementHandle(strPath, strError);
H A DParameterMgrFullConnector.cpp113 bool CParameterMgrFullConnector::accessParameterValue(const string &strPath, string &strValue, argument
116 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError);
121 const string &strPath, string &strValue,
124 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue,
128 bool CParameterMgrFullConnector::getParameterMapping(const string &strPath, string &strValue) const argument
130 return _pParameterMgr->getParameterMapping(strPath, strValue);
119 accessConfigurationValue(const string &strDomain, const string &strConfiguration, const string &strPath, string &strValue, bool bSet, string &strError) argument
H A DParameterMgr.h119 const CConfigurableElement *getConfigurableElement(const std::string &strPath,
124 * @param[in] strPath A std::string representing a path to an element.
130 CConfigurableElement *getConfigurableElement(const std::string &strPath, std::string &strError);
132 CParameterHandle *createParameterHandle(const std::string &strPath, std::string &strError);
240 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet,
245 * @param[in] strPath Path of an element
250 bool getParameterMapping(const std::string &strPath, std::string &strValue) const;
252 const std::string &strPath, std::string &strValue, bool bSet,
639 bool accessValue(CParameterAccessContext &parameterAccessContext, const std::string &strPath,
641 bool doSetValue(const std::string &strPath, cons
[all...]
H A DParameterMgr.cpp697 const CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, argument
700 CPathNavigator pathNavigator(strPath);
713 strError = "Path not found: " + strPath;
725 CConfigurableElement *CParameterMgr::getConfigurableElement(const string &strPath, string &strError) argument
730 return const_cast<CConfigurableElement *>(constThis->getConfigurableElement(strPath, strError));
734 CParameterHandle *CParameterMgr::createParameterHandle(const string &strPath, string &strError) argument
736 CConfigurableElement *pConfigurableElement = getConfigurableElement(strPath, strError);
741 strError = "Element not found: " + strPath;
748 strError = "Not a parameter: " + strPath;
1959 bool CParameterMgr::accessParameterValue(const string &strPath, strin argument
1982 getParameterMapping(const string &strPath, string &strResult) const argument
2009 accessConfigurationValue(const string &strDomain, const string &strConfiguration, const string &strPath, string &strValue, bool bSet, string &strError) argument
2089 accessValue(CParameterAccessContext &parameterAccessContext, const string &strPath, string &strValue, bool bSet, string &strError) argument
[all...]
/external/parameter-framework/upstream/parameter/include/
H A DParameterMgrFullConnector.h105 bool accessParameterValue(const std::string &strPath, std::string &strValue, bool bSet,
108 const std::string &strPath, std::string &strValue, bool bSet,
114 * @param[in] strPath Path of an element
119 bool getParameterMapping(const std::string &strPath, std::string &strValue) const;
H A DParameterMgrPlatformConnector.h94 CParameterHandle *createParameterHandle(const std::string &strPath,
/external/parameter-framework/upstream/bindings/python/
H A Dpfw.i125 bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
126 bool accessConfigurationValue(const std::string &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& strValue, bool bSet, std::string& strError);
129 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 644 milliseconds