OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:importSingleDomainXml
(Results
1 - 5
of
5
) sorted by null
/external/parameter-framework/upstream/parameter/
ParameterMgrFullConnector.cpp
264
// deprecated, use the other version of
importSingleDomainXml
instead
265
bool CParameterMgrFullConnector::
importSingleDomainXml
(const string &strXmlSource, bool bOverwrite,
268
return
importSingleDomainXml
(strXmlSource, bOverwrite, true, false, strError);
271
bool CParameterMgrFullConnector::
importSingleDomainXml
(const string &xmlSource, bool overwrite,
275
return _pParameterMgr->
importSingleDomainXml
(xmlSource, overwrite, withSettings, fromFile,
ParameterMgr.h
335
bool
importSingleDomainXml
(const std::string &xmlSource, bool overwrite, bool withSettings,
[
all
...]
ParameterMgr.cpp
[
all
...]
/external/parameter-framework/upstream/parameter/include/
ParameterMgrFullConnector.h
199
bool
importSingleDomainXml
(const std::string &xmlSource, bool overwrite, bool withSettings,
205
* @deprecated use the other versions of
importSingleDomainXml
instead
214
bool
importSingleDomainXml
(const std::string &strXmlSource, bool bOverwrite,
/external/parameter-framework/upstream/bindings/python/
pfw.i
162
bool
importSingleDomainXml
(const std::string& strXmlSource, bool bOverwrite,
164
bool
importSingleDomainXml
(const std::string& xmlSource, bool overwrite, bool withSettings,
Completed in 56 milliseconds