Home
last modified time | relevance | path

Searched refs:strKey (Results 1 – 24 of 24) sorted by relevance

/external/parameter-framework/upstream/parameter/
DMappingContext.cpp46 mItems[itemType].strKey = pStrKey; in setItem()
69 const string *CMappingContext::getItem(const string &strKey) const in getItem()
72 return item.strKey != NULL && strKey == *item.strKey; in getItem()
74 return (itemFound != end(mItems)) ? itemFound->strKey : NULL; in getItem()
DSubsystem.cpp318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage, in getMappingError() argument
321 return getName() + " " + getKind() + " " + "mapping:\n" + strKey + " " + "error: \"" + in getMappingError()
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() argument
329 return _pMappingData->getValue(strKey, pStrValue); in getMappingData()
350 const string &strKey = _contextMappingKeyArray[item]; in handleMappingContext() local
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) { in handleMappingContext()
355 if (!context.setItem(item, &strKey, pStrValue)) { in handleMappingContext()
357 strError = getMappingError(strKey, "Already set", pConfigurableElement); in handleMappingContext()
376 string strKey = pSubsystemObjectCreator->getMappingKey(); in handleSubsystemObjectCreation() local
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue)) { in handleSubsystemObjectCreation()
[all …]
DMappingData.cpp45 std::string strKey, strValue; in init() local
51 strKey = strMappingElement; in init()
57 strKey = strMappingElement.substr(0, iFistDelimiterOccurrence); in init()
63 if (!addValue(strKey, strValue)) { in init()
65 error = "Unable to process Mapping element key = " + strKey + ", value = " + strValue + in init()
DComponentType.cpp52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() argument
55 return base::getMappingData(strKey, pStrValue) || in getMappingData()
56 (_pExtendsComponentType && _pExtendsComponentType->getMappingData(strKey, pStrValue)); in getMappingData()
DComponentInstance.cpp60 bool CComponentInstance::getMappingData(const std::string &strKey, in getMappingData() argument
64 return base::getMappingData(strKey, pStrValue) || in getMappingData()
65 (_pComponentType && _pComponentType->getMappingData(strKey, pStrValue)); in getMappingData()
DMappingContext.h44 const std::string *strKey{nullptr};
71 const std::string *getItem(const std::string &strKey) const;
DTypeElement.cpp64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const in getMappingData() argument
68 return _pMappingData->getValue(strKey, pStrValue); in getMappingData()
DInstanceConfigurableElement.cpp65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey, in getMappingData() argument
69 return getTypeElement()->getMappingData(strKey, pStrValue); in getMappingData()
DSubsystem.h78 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
149 std::string getMappingError(const std::string &strKey, const std::string &strMessage,
DComponentType.h47 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
DComponentInstance.h44 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
DTypeElement.h50 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
DSystemClass.h86 bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const override;
DInstanceConfigurableElement.h62 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
DElementHandle.cpp129 bool ElementHandle::getMappingData(const string &strKey, string &strValue) const in getMappingData() argument
137 if (element->getMappingData(strKey, pStrValue)) { in getMappingData()
DConfigurableElement.h156 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const = 0;
/external/parameter-framework/upstream/parameter/include/
DElementHandle.h103 bool getMappingData(const std::string &strKey, std::string &strValue) const;
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_fontmgr.cpp1872 CFX_ByteString strKey; in ~CXFA_PDFFontMgr() local
1874 m_FontArray.GetNextAssoc(ps, strKey, (void*&)pFont); in ~CXFA_PDFFontMgr()
1933 CFX_ByteString strKey; in GetFont() local
1935 strKey.Format("%u%u", dwHashCode, dwFontStyles); in GetFont()
1936 if (m_FontArray.Lookup(strKey, (void*&)pFont)) { in GetFont()
1946 m_FontArray.SetAt(strKey, pFont); in GetFont()
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...