Searched refs:restoreConfiguration (Results 1 – 10 of 10) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 183 bool CParameterMgrFullConnector::restoreConfiguration(const string &strDomain, in restoreConfiguration() function in CParameterMgrFullConnector 187 return _pParameterMgr->restoreConfiguration(strDomain, strConfiguration, errors); in restoreConfiguration()
|
D | ConfigurableDomains.cpp | 405 bool CConfigurableDomains::restoreConfiguration(const string &domainName, in restoreConfiguration() function in CConfigurableDomains 420 return domain->restoreConfiguration(configurationName, mainBlackboard, autoSync, errors); in restoreConfiguration()
|
D | ConfigurableDomains.h | 114 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration,
|
D | ConfigurableDomain.h | 77 bool restoreConfiguration(const std::string &configurationName,
|
D | ParameterMgr.cpp | 1285 if (!restoreConfiguration(remoteCommand.getArgument(0), remoteCommand.getArgument(1), result)) { in restoreConfigurationCommandProcess() 2348 bool CParameterMgr::restoreConfiguration(const string &strDomain, const string &strConfiguration, in restoreConfiguration() function in CParameterMgr 2364 getConstConfigurableDomains()->restoreConfiguration( in restoreConfiguration()
|
D | ParameterMgr.h | 280 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration,
|
D | ConfigurableDomain.cpp | 714 bool CConfigurableDomain::restoreConfiguration(const string &configurationName, in restoreConfiguration() function in CConfigurableDomain
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 145 bool restoreConfiguration(const std::string &strDomain, const std::string &strConfiguration,
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 145 …bool restoreConfiguration(const std::string& strDomain, const std::string& strConfiguration, std::…
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 121 - `restoreConfiguration`
|