Searched refs:strNewConfiguration (Results 1 – 5 of 5) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 170 const string &strNewConfiguration, in renameConfiguration() argument 173 return _pParameterMgr->renameConfiguration(strDomain, strConfiguration, strNewConfiguration, in renameConfiguration()
|
D | ParameterMgr.cpp | 2319 const string &strNewConfiguration, string &strError) in renameConfiguration() argument 2322 "' to '" + strNewConfiguration + "'"); in renameConfiguration() 2325 strNewConfiguration, strError), in renameConfiguration()
|
D | ParameterMgr.h | 271 const std::string &strNewConfiguration, std::string &strError);
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 136 const std::string &strNewConfiguration, std::string &strError);
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 142 …strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::strin…
|