Home
last modified time | relevance | path

Searched refs:getParameterMapping (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/parameter/
DParameterMgrFullConnector.cpp213 bool CParameterMgrFullConnector::getParameterMapping(const string& strPath, string& strValue) const in getParameterMapping() function in CParameterMgrFullConnector
215 return _pParameterMgr->getParameterMapping(strPath, strValue); in getParameterMapping()
DParameterMgr.h241 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;
DParameterMgr.cpp1573 if (!getParameterMapping(remoteCommand.getArgument(0), strResult)) { in showMappingCommandProcess()
1745 bool CParameterMgr::getParameterMapping(const string& strPath, string& strResult) const in getParameterMapping() function in CParameterMgr
/external/parameter-framework/parameter/include/
DParameterMgrFullConnector.h172 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;
/external/parameter-framework/bindings/python/
Dpfw.i127 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;