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

  /external/parameter-framework/parameter/
ConfigurableDomains.h 78 bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError);
ParameterMgrFullConnector.cpp 228 bool CParameterMgrFullConnector::renameDomain(const string& strName, const string& strNewName,
231 return _pParameterMgr->renameDomain(strName, strNewName, strError);
ConfigurableDomains.cpp 184 bool CConfigurableDomains::renameDomain(const string& strName, const string& strNewName, string& strError)
ParameterMgr.cpp 190 { "renameDomain", &CParameterMgr::renameDomainCommandProcess, 2,
    [all...]
ParameterMgr.h 247 bool renameDomain(const std::string& strName, const std::string& strNewName,
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 132 bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 177 bool renameDomain(const std::string& strName, const std::string& strNewName, std::string& strError);

Completed in 453 milliseconds