HomeSort by relevance Sort by last modified time
    Searched refs:pAreaConfiguration (Results 1 - 2 of 2) sorted by null

  /external/parameter-framework/parameter/
DomainConfiguration.cpp 91 CAreaConfiguration* pAreaConfiguration = findAreaConfiguration(strConfigurableElementPath);
93 if (!pAreaConfiguration) {
100 areaConfigurationList.push_back(pAreaConfiguration);
103 if (!serializeConfigurableElementSettings(pAreaConfiguration, xmlConfigurableElementSettingsElement, xmlDomainImportContext, false)) {
123 const CAreaConfiguration* pAreaConfiguration = *it;
126 const CConfigurableElement* pConfigurableElement = pAreaConfiguration->getConfigurableElement();
137 ((CDomainConfiguration&)(*this)).serializeConfigurableElementSettings((CAreaConfiguration*)pAreaConfiguration, xmlConfigurableElementSettingsElement, serializingContext, true);
142 bool CDomainConfiguration::serializeConfigurableElementSettings(CAreaConfiguration* pAreaConfiguration, CXmlElement& xmlConfigurableElementSettingsElement, CXmlSerializingContext& serializingContext, bool bSerializeOut)
149 const CConfigurableElement* pConfigurableElement = pAreaConfiguration->getConfigurableElement();
206 if (!pAreaConfiguration->serializeXmlSettings(xmlConfigurableElementSettingsElementContent, configurationAccessContext))
    [all...]
DomainConfiguration.h 108 bool serializeConfigurableElementSettings(CAreaConfiguration* pAreaConfiguration, CXmlElement& xmlConfigurableElementSettingsElement, CXmlSerializingContext& serializingContext, bool bSerializeOut);
118 uint32_t getAreaConfigurationRank(const CAreaConfiguration* pAreaConfiguration) const;

Completed in 368 milliseconds