Home
last modified time | relevance | path

Searched refs:createDomain (Results 1 – 10 of 10) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterMgrFullConnector.cpp133 bool CParameterMgrFullConnector::createDomain(const string &strName, string &strError) in createDomain() function in CParameterMgrFullConnector
135 return _pParameterMgr->createDomain(strName, strError); in createDomain()
DConfigurableDomains.h48 bool createDomain(const std::string &strName, std::string &strError);
DConfigurableDomains.cpp116 bool CConfigurableDomains::createDomain(const string &strName, string &strError) in createDomain() function in CConfigurableDomains
DParameterMgr.cpp1124 return createDomain(remoteCommand.getArgument(0), strResult) ? CCommandHandler::EDone in createDomainCommandProcess()
2223 bool CParameterMgr::createDomain(const string &strName, string &strError) in createDomain() function in CParameterMgr
2233 return logResult(getConfigurableDomains()->createDomain(strName, strError), strError); in createDomain()
DParameterMgr.h257 bool createDomain(const std::string &strName, std::string &strError);
/external/parameter-framework/upstream/tools/xmlGenerator/
DPfwBaseTranslator.py77 def createDomain(self, name, sequence_aware=False): member in PfwBaseTranslator
DEddParser.py676 translator.createDomain(self.getName(), sequence_aware)
/external/parameter-framework/upstream/parameter/include/
DParameterMgrFullConnector.h122 bool createDomain(const std::string &strName, std::string &strError);
/external/parameter-framework/upstream/bindings/python/
Dpfw.i132 bool createDomain(const std::string& strName, std::string& strError);
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md109 - `createDomain`