Searched refs:clearApplicationRule (Results 1 – 12 of 12) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 245 bool CParameterMgrFullConnector::clearApplicationRule(const string &strDomain, in clearApplicationRule() function in CParameterMgrFullConnector 249 return _pParameterMgr->clearApplicationRule(strDomain, strConfiguration, strError); in clearApplicationRule()
|
D | DomainConfiguration.h | 78 void clearApplicationRule();
|
D | ConfigurableDomains.cpp | 489 bool CConfigurableDomains::clearApplicationRule(const string &strDomain, in clearApplicationRule() function in CConfigurableDomains 500 return pConfigurableDomain->clearApplicationRule(strConfiguration, strError); in clearApplicationRule()
|
D | ConfigurableDomains.h | 129 bool clearApplicationRule(const std::string &strDomain, const std::string &strConfiguration,
|
D | ConfigurableDomain.h | 91 bool clearApplicationRule(const std::string &strConfiguration, std::string &strError);
|
D | ConfigurableDomain.cpp | 811 bool CConfigurableDomain::clearApplicationRule(const string &strConfiguration, string &strError) in clearApplicationRule() function in CConfigurableDomain 822 pDomainConfiguration->clearApplicationRule(); in clearApplicationRule()
|
D | DomainConfiguration.cpp | 288 void CDomainConfiguration::clearApplicationRule() in clearApplicationRule() function in CDomainConfiguration
|
D | ParameterMgr.cpp | 1337 return clearApplicationRule(remoteCommand.getArgument(0), remoteCommand.getArgument(1), in clearRuleCommandProcess() 2532 bool CParameterMgr::clearApplicationRule(const string &strDomain, const string &strConfiguration, in clearApplicationRule() function in CParameterMgr 2535 return getConfigurableDomains()->clearApplicationRule(strDomain, strConfiguration, strError); in clearApplicationRule()
|
D | ParameterMgr.h | 303 bool clearApplicationRule(const std::string &strDomain, const std::string &strConfiguration,
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 168 bool clearApplicationRule(const std::string &strDomain, const std::string &strConfiguration,
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 158 …bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::…
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 130 - `clearApplicationRule`
|