Home
last modified time | relevance | path

Searched refs:strPath (Results 1 – 15 of 15) sorted by relevance

/external/parameter-framework/parameter/
DPathNavigator.cpp33 CPathNavigator::CPathNavigator(const std::string& strPath) : _uiCurrentIndex(0) in CPathNavigator() argument
35 init(strPath); in CPathNavigator()
38 void CPathNavigator::init(const std::string& strPath) in init() argument
40 Tokenizer tokenizer(strPath, "/"); in init()
44 _bValid = checkPathFormat(strPath); in init()
95 std::string strPath = "/"; in getCurrentPath() local
99 return strPath; in getCurrentPath()
106 strPath += _astrItems[uiItem] + "/"; in getCurrentPath()
109 strPath += _astrItems[uiItem]; in getCurrentPath()
111 return strPath; in getCurrentPath()
DXmlFileIncluderElement.cpp54 std::string strPath = xmlElement.getAttributeString("Path"); in fromXml() local
57 if (strPath[0] != '/') { in fromXml()
59 strPath = elementSerializingContext.getXmlFolder() + "/" + strPath; in fromXml()
66 CAutoLog autolog(this, "Loading " + strPath); in fromXml()
73 _xmlDoc *doc = CXmlDocSource::mkXmlDoc(strPath, true, true, xmlErrorMsg); in fromXml()
85 elementSerializingContext.setError("Could not parse document \"" + strPath + "\""); in fromXml()
DElementLocator.cpp40 bool CElementLocator::locate(const string& strPath, CElement** ppElement, string& strError) in locate() argument
42 CPathNavigator pathNavigator(strPath); in locate()
58 strError = "Path not found: " + strPath; in locate()
68 strError = "Path not found: " + strPath; in locate()
78 strError = "Path not found: " + strPath; in locate()
DParameterMgrFullConnector.cpp72 CParameterHandle* CParameterMgrFullConnector::createParameterHandle(const string& strPath, in createParameterHandle() argument
75 return _pParameterMgr->createParameterHandle(strPath, strError); in createParameterHandle()
198 bool CParameterMgrFullConnector::accessParameterValue(const string& strPath, string& strValue, in accessParameterValue() argument
201 return _pParameterMgr->accessParameterValue(strPath, strValue, bSet, strError); in accessParameterValue()
206 const string& strPath, string& strValue, in accessConfigurationValue() argument
209 return _pParameterMgr->accessConfigurationValue(strDomain, strConfiguration, strPath, strValue, in accessConfigurationValue()
213 bool CParameterMgrFullConnector::getParameterMapping(const string& strPath, string& strValue) const in getParameterMapping() argument
215 return _pParameterMgr->getParameterMapping(strPath, strValue); in getParameterMapping()
DPathNavigator.h39 CPathNavigator(const std::string& strPath);
54 void init(const std::string& strPath);
DParameterMgr.h142 const CConfigurableElement* getConfigurableElement(const std::string& strPath,
145 CParameterHandle* createParameterHandle(const std::string& strPath, std::string& strError);
232 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
241 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;
242 …tring &strDomain, const std::string &stConfiguration, const std::string& strPath, std::string& str…
531 …bool accessValue(CParameterAccessContext& parameterAccessContext, const std::string& strPath, std:…
532 …bool doSetValue(const std::string& strPath, const std::string& strValue, bool bRawValueSpace, bool…
533 …bool doGetValue(const std::string& strPath, std::string& strValue, bool bRawValueSpace, bool bHexO…
DParameterMgr.cpp793 const CConfigurableElement* CParameterMgr::getConfigurableElement(const string& strPath, in getConfigurableElement() argument
796 CPathNavigator pathNavigator(strPath); in getConfigurableElement()
809 strError = "Path not found: " + strPath; in getConfigurableElement()
821 CParameterHandle* CParameterMgr::createParameterHandle(const string& strPath, string& strError) in createParameterHandle() argument
823 const CConfigurableElement* pConfigurableElement = getConfigurableElement(strPath, strError); in createParameterHandle()
828 strError = "Element not found: " + strPath; in createParameterHandle()
835 strError = "Not a parameter: " + strPath; in createParameterHandle()
1724 bool CParameterMgr::accessParameterValue(const string& strPath, string& strValue, bool bSet, string… in accessParameterValue() argument
1741 return accessValue(parameterAccessContext, strPath, strValue, bSet, strError); in accessParameterValue()
1745 bool CParameterMgr::getParameterMapping(const string& strPath, string& strResult) const in getParameterMapping() argument
[all …]
DParameterMgrPlatformConnector.cpp83 CParameterHandle* CParameterMgrPlatformConnector::createParameterHandle(const string& strPath, stri… in createParameterHandle() argument
87 return _pParameterMgr->createParameterHandle(strPath, strError); in createParameterHandle()
DElementLocator.h42 bool locate(const std::string& strPath, CElement** ppElement, std::string& strError);
/external/libnfc-nci/halimpl/pn54x/utils/
DphNxpConfig.cpp444 string strPath; in GetInstance() local
447 strPath.assign(alternative_config_path); in GetInstance()
448 strPath += config_name; in GetInstance()
449 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
455 strPath.assign(transport_config_path); in GetInstance()
456 strPath += config_name; in GetInstance()
457 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
985 string strPath; in readOptionalConfig() local
986 strPath.assign(transport_config_path); in readOptionalConfig()
988 strPath.assign(alternative_config_path); in readOptionalConfig()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
Dconfig.cpp381 string strPath; in GetInstance() local
382 strPath.assign(transport_config_path); in GetInstance()
383 strPath += config_name; in GetInstance()
384 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
729 string strPath; in readOptionalConfig() local
730 strPath.assign(transport_config_path); in readOptionalConfig()
731 strPath += extra_config_base; in readOptionalConfig()
732 strPath += extra; in readOptionalConfig()
733 strPath += extra_config_ext; in readOptionalConfig()
734 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false); in readOptionalConfig()
/external/libnfc-nci/src/adaptation/
Dconfig.cpp396 string strPath; in GetInstance() local
397 strPath.assign(transport_config_path); in GetInstance()
398 strPath += config_name; in GetInstance()
399 theInstance.readConfig(strPath.c_str(), true); in GetInstance()
744 string strPath; in readOptionalConfig() local
745 strPath.assign(transport_config_path); in readOptionalConfig()
746 strPath += extra_config_base; in readOptionalConfig()
747 strPath += extra; in readOptionalConfig()
748 strPath += extra_config_ext; in readOptionalConfig()
749 CNfcConfig::GetInstance().readConfig(strPath.c_str(), false); in readOptionalConfig()
/external/parameter-framework/parameter/include/
DParameterMgrFullConnector.h67 CParameterHandle* createParameterHandle(const std::string& strPath, std::string& strError);
161 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
162 …ring &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& str…
172 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;
DParameterMgrPlatformConnector.h79 … CParameterHandle* createParameterHandle(const std::string& strPath, std::string& strError) const;
/external/parameter-framework/bindings/python/
Dpfw.i123 …bool accessParameterValue(const std::string& strPath, std::string& strValue, bool bSet, std::strin…
124 …ring &strDomain, const std::string &strConfiguration, const std::string& strPath, std::string& str…
127 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;