Searched refs:strNewName (Results 1 – 9 of 9) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 143 bool CParameterMgrFullConnector::renameDomain(const string &strName, const string &strNewName, in renameDomain() argument 146 return _pParameterMgr->renameDomain(strName, strNewName, strError); in renameDomain()
|
D | ConfigurableDomains.cpp | 179 bool CConfigurableDomains::renameDomain(const string &strName, const string &strNewName, in renameDomain() argument 190 return pConfigurableDomain->rename(strNewName, strError); in renameDomain()
|
D | ConfigurableDomains.h | 75 bool renameDomain(const std::string &strName, const std::string &strNewName,
|
D | ConfigurableDomain.h | 66 bool renameConfiguration(const std::string &strName, const std::string &strNewName,
|
D | ConfigurableDomain.cpp | 700 bool CConfigurableDomain::renameConfiguration(const string &strName, const string &strNewName, in renameConfiguration() argument 711 return pDomainConfiguration->rename(strNewName, strError); in renameConfiguration()
|
D | ParameterMgr.cpp | 2251 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()
|
D | ParameterMgr.h | 258 bool renameDomain(const std::string &strName, const std::string &strNewName,
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 124 bool renameDomain(const std::string &strName, const std::string &strNewName,
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 134 …bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError…
|