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

  /external/parameter-framework/parameter/
DomainConfiguration.h 64 void clearApplicationRule();
ConfigurableDomain.h 68 bool clearApplicationRule(const std::string& strConfiguration, std::string& strError);
ConfigurableDomains.h 96 bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
ParameterMgrFullConnector.cpp 332 bool CParameterMgrFullConnector::clearApplicationRule(const string& strDomain,
336 return _pParameterMgr->clearApplicationRule(strDomain, strConfiguration, strError);
ConfigurableDomains.cpp 471 bool CConfigurableDomains::clearApplicationRule(const string& strDomain, const string& strConfiguration, string& strError)
481 return pConfigurableDomain->clearApplicationRule(strConfiguration, strError);
ConfigurableDomain.cpp 777 bool CConfigurableDomain::clearApplicationRule(const string& strConfiguration, string& strError)
788 pDomainConfiguration->clearApplicationRule();
    [all...]
DomainConfiguration.cpp 307 void CDomainConfiguration::clearApplicationRule()
ParameterMgr.cpp     [all...]
ParameterMgr.h 275 bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration,
    [all...]
  /external/parameter-framework/bindings/python/
pfw.i 156 bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);
  /external/parameter-framework/parameter/include/
ParameterMgrFullConnector.h 199 bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::string& strError);

Completed in 124 milliseconds