Home
last modified time | relevance | path

Searched refs:clearApplicationRule (Results 1 – 12 of 12) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp245 bool CParameterMgrFullConnector::clearApplicationRule(const string &strDomain, in clearApplicationRule() function in CParameterMgrFullConnector
249 return _pParameterMgr->clearApplicationRule(strDomain, strConfiguration, strError); in clearApplicationRule()
DDomainConfiguration.h78 void clearApplicationRule();
DConfigurableDomains.cpp489 bool CConfigurableDomains::clearApplicationRule(const string &strDomain, in clearApplicationRule() function in CConfigurableDomains
500 return pConfigurableDomain->clearApplicationRule(strConfiguration, strError); in clearApplicationRule()
DConfigurableDomains.h129 bool clearApplicationRule(const std::string &strDomain, const std::string &strConfiguration,
DConfigurableDomain.h91 bool clearApplicationRule(const std::string &strConfiguration, std::string &strError);
DConfigurableDomain.cpp811 bool CConfigurableDomain::clearApplicationRule(const string &strConfiguration, string &strError) in clearApplicationRule() function in CConfigurableDomain
822 pDomainConfiguration->clearApplicationRule(); in clearApplicationRule()
DDomainConfiguration.cpp288 void CDomainConfiguration::clearApplicationRule() in clearApplicationRule() function in CDomainConfiguration
DParameterMgr.cpp1337 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()
DParameterMgr.h303 bool clearApplicationRule(const std::string &strDomain, const std::string &strConfiguration,
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h168 bool clearApplicationRule(const std::string &strDomain, const std::string &strConfiguration,
/external/parameter-framework/upstream/bindings/python/
Dpfw.i158 …bool clearApplicationRule(const std::string& strDomain, const std::string& strConfiguration, std::…
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md130 - `clearApplicationRule`