Home
last modified time | relevance | path

Searched refs:strNewConfiguration (Results 1 – 5 of 5) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp170 const string &strNewConfiguration, in renameConfiguration() argument
173 return _pParameterMgr->renameConfiguration(strDomain, strConfiguration, strNewConfiguration, in renameConfiguration()
DParameterMgr.cpp2319 const string &strNewConfiguration, string &strError) in renameConfiguration() argument
2322 "' to '" + strNewConfiguration + "'"); in renameConfiguration()
2325 strNewConfiguration, strError), in renameConfiguration()
DParameterMgr.h271 const std::string &strNewConfiguration, std::string &strError);
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h136 const std::string &strNewConfiguration, std::string &strError);
/external/parameter-framework/upstream/bindings/python/
Dpfw.i142 …strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::strin…