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

  /external/parameter-framework/parameter/
ConfigurableDomain.h 62 bool renameConfiguration(const std::string& strName, const std::string& strNewName, std::string& strError);
ConfigurableDomains.h 90 bool renameConfiguration(const std::string& strDomain, const std::string& strConfigurationName, const std::string& strNewConfigurationName, std::string& strError);
ParameterMgrFullConnector.cpp 253 bool CParameterMgrFullConnector::renameConfiguration(const string& strDomain,
258 return _pParameterMgr->renameConfiguration(strDomain, strConfiguration, strNewConfiguration,
ConfigurableDomains.cpp 268 bool CConfigurableDomains::renameConfiguration(const string& strDomain, const string& strConfigurationName, const string& strNewConfigurationName, string& strError)
278 return pConfigurableDomain->renameConfiguration(strConfigurationName, strNewConfigurationName, strError);
ParameterMgr.cpp 212 { "renameConfiguration", &CParameterMgr::renameConfigurationCommandProcess, 3,
    [all...]
ConfigurableDomain.cpp 675 bool CConfigurableDomain::renameConfiguration(const string& strName, const string& strNewName, string& strError)
    [all...]
ParameterMgr.h 257 bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::string& strError);
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 140 bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::string& strError);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 183 bool renameConfiguration(const std::string& strDomain, const std::string& strConfiguration, const std::string& strNewConfiguration, std::string& strError);

Completed in 120 milliseconds