Home
last modified time | relevance | path

Searched refs:strNewName (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp143 bool CParameterMgrFullConnector::renameDomain(const string &strName, const string &strNewName, in renameDomain() argument
146 return _pParameterMgr->renameDomain(strName, strNewName, strError); in renameDomain()
DConfigurableDomains.cpp179 bool CConfigurableDomains::renameDomain(const string &strName, const string &strNewName, in renameDomain() argument
190 return pConfigurableDomain->rename(strNewName, strError); in renameDomain()
DConfigurableDomains.h75 bool renameDomain(const std::string &strName, const std::string &strNewName,
DConfigurableDomain.h66 bool renameConfiguration(const std::string &strName, const std::string &strNewName,
DConfigurableDomain.cpp700 bool CConfigurableDomain::renameConfiguration(const string &strName, const string &strNewName, in renameConfiguration() argument
711 return pDomainConfiguration->rename(strNewName, strError); in renameConfiguration()
DParameterMgr.cpp2251 bool CParameterMgr::renameDomain(const string &strName, const string &strNewName, string &strError) in renameDomain() argument
2253 LOG_CONTEXT("Renaming configurable domain '" + strName + "' to '" + strNewName + "'"); in renameDomain()
2256 return logResult(getConfigurableDomains()->renameDomain(strName, strNewName, strError), in renameDomain()
DParameterMgr.h258 bool renameDomain(const std::string &strName, const std::string &strNewName,
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h124 bool renameDomain(const std::string &strName, const std::string &strNewName,
/external/parameter-framework/upstream/bindings/python/
Dpfw.i134 …bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError…