HomeSort by relevance Sort by last modified time
    Searched refs:renameConfiguration (Results 1 - 9 of 9) sorted by null

  /external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp 168 bool CParameterMgrFullConnector::renameConfiguration(const string &strDomain,
173 return _pParameterMgr->renameConfiguration(strDomain, strConfiguration, strNewConfiguration,
ConfigurableDomains.h 102 bool renameConfiguration(const std::string &strDomain, const std::string &strConfigurationName,
ConfigurableDomains.cpp 268 bool CConfigurableDomains::renameConfiguration(const string &strDomain,
281 return pConfigurableDomain->renameConfiguration(strConfigurationName, strNewConfigurationName,
ConfigurableDomain.h 66 bool renameConfiguration(const std::string &strName, const std::string &strNewName,
ConfigurableDomain.cpp 700 bool CConfigurableDomain::renameConfiguration(const string &strName, const string &strNewName,
    [all...]
ParameterMgr.h 270 bool renameConfiguration(const std::string &strDomain, const std::string &strConfiguration,
    [all...]
ParameterMgr.cpp 217 {"renameConfiguration", &CParameterMgr::renameConfigurationCommandProcess, 3,
    [all...]
  /external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h 135 bool renameConfiguration(const std::string &strDomain, const std::string &strConfiguration,
  /external/parameter-framework/upstream/bindings/python/
pfw.i 142 bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::string& strError);

Completed in 569 milliseconds