OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlDomainImportContext
(Results
1 - 2
of
2
) sorted by null
/external/parameter-framework/upstream/parameter/
SelectionCriterionRule.cpp
33
#include "
XmlDomainImportContext
.h"
147
CXmlDomainImportContext &
xmlDomainImportContext
=
155
xmlDomainImportContext
.getSelectionCriteriaDefinition()->getSelectionCriterion(
161
xmlDomainImportContext
.setError("Couldn't find selection criterion " +
175
xmlDomainImportContext
.setError("Wrong MatchesWhen attribute " + strMatchesWhen + " in " +
187
xmlDomainImportContext
.setError("Wrong Value attribute value " + strValue + " in " +
ConfigurableDomain.cpp
35
#include "
XmlDomainImportContext
.h"
212
CXmlDomainImportContext &
xmlDomainImportContext
=
223
if (!parseDomainConfigurations(xmlElement,
xmlDomainImportContext
) ||
224
!parseConfigurableElements(xmlElement,
xmlDomainImportContext
) ||
225
!parseSettings(xmlElement,
xmlDomainImportContext
)) {
233
if (
xmlDomainImportContext
.autoValidationRequired()) {
[
all
...]
Completed in 559 milliseconds