Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp128 bool CParameterMgrFullConnector::getParameterMapping(const string &strPath, string &strValue) const in getParameterMapping() function in CParameterMgrFullConnector
130 return _pParameterMgr->getParameterMapping(strPath, strValue); in getParameterMapping()
DParameterMgr.h250 bool getParameterMapping(const std::string &strPath, std::string &strValue) const;
DParameterMgr.cpp1815 if (!getParameterMapping(remoteCommand.getArgument(0), strResult)) { in showMappingCommandProcess()
1982 bool CParameterMgr::getParameterMapping(const string &strPath, string &strResult) const in getParameterMapping() function in CParameterMgr
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h119 bool getParameterMapping(const std::string &strPath, std::string &strValue) const;
/external/parameter-framework/upstream/bindings/python/
Dpfw.i129 bool getParameterMapping(const std::string& strPath, std::string& strValue) const;
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md98 ## `getParameterMapping`