Searched refs:createDomain (Results 1 – 10 of 10) sorted by relevance
/external/parameter-framework/upstream/parameter/ |
D | ParameterMgrFullConnector.cpp | 133 bool CParameterMgrFullConnector::createDomain(const string &strName, string &strError) in createDomain() function in CParameterMgrFullConnector 135 return _pParameterMgr->createDomain(strName, strError); in createDomain()
|
D | ConfigurableDomains.h | 48 bool createDomain(const std::string &strName, std::string &strError);
|
D | ConfigurableDomains.cpp | 116 bool CConfigurableDomains::createDomain(const string &strName, string &strError) in createDomain() function in CConfigurableDomains
|
D | ParameterMgr.cpp | 1124 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()
|
D | ParameterMgr.h | 257 bool createDomain(const std::string &strName, std::string &strError);
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | PfwBaseTranslator.py | 77 def createDomain(self, name, sequence_aware=False): member in PfwBaseTranslator
|
D | EddParser.py | 676 translator.createDomain(self.getName(), sequence_aware)
|
/external/parameter-framework/upstream/parameter/include/ |
D | ParameterMgrFullConnector.h | 122 bool createDomain(const std::string &strName, std::string &strError);
|
/external/parameter-framework/upstream/bindings/python/ |
D | pfw.i | 132 bool createDomain(const std::string& strName, std::string& strError);
|
/external/parameter-framework/upstream/doc/requirements/ |
D | APIs.md | 109 - `createDomain`
|