Searched refs:strNewName (Results 1 – 9 of 9) sorted by relevance
/external/parameter-framework/parameter/ |
D | ConfigurableDomains.cpp | 184 bool CConfigurableDomains::renameDomain(const string& strName, const string& strNewName, string& st… in renameDomain() argument 193 log_info("Renaming configurable domain \"%s\" to \"%s\"", strName.c_str(), strNewName.c_str()); in renameDomain() 196 return pConfigurableDomain->rename(strNewName, strError); in renameDomain()
|
D | ParameterMgrFullConnector.cpp | 228 bool CParameterMgrFullConnector::renameDomain(const string& strName, const string& strNewName, in renameDomain() argument 231 return _pParameterMgr->renameDomain(strName, strNewName, strError); in renameDomain()
|
D | ConfigurableDomain.cpp | 675 bool CConfigurableDomain::renameConfiguration(const string& strName, const string& strNewName, stri… in renameConfiguration() argument 683 … \"%s\"'s configuration \"%s\" to \"%s\"", getName().c_str(), strName.c_str(), strNewName.c_str()); in renameConfiguration() 686 return pDomainConfiguration->rename(strNewName, strError); in renameConfiguration()
|
D | ConfigurableDomain.h | 62 …bool renameConfiguration(const std::string& strName, const std::string& strNewName, std::string& s…
|
D | ConfigurableDomains.h | 78 …bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError…
|
D | ParameterMgr.h | 247 bool renameDomain(const std::string& strName, const std::string& strNewName,
|
D | ParameterMgr.cpp | 2012 bool CParameterMgr::renameDomain(const string& strName, const string& strNewName, string& strError) in renameDomain() argument 2015 return getConfigurableDomains()->renameDomain(strName, strNewName, strError); in renameDomain()
|
/external/parameter-framework/parameter/include/ |
D | ParameterMgrFullConnector.h | 177 …bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError…
|
/external/parameter-framework/bindings/python/ |
D | pfw.i | 132 …bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError…
|