HomeSort by relevance Sort by last modified time
    Searched refs:strKey (Results 1 - 25 of 28) sorted by null

1 2

  /external/parameter-framework/upstream/parameter/
MappingContext.cpp 46 mItems[itemType].strKey = pStrKey;
69 const string *CMappingContext::getItem(const string &strKey) const
72 return item.strKey != NULL && strKey == *item.strKey;
74 return (itemFound != end(mItems)) ? itemFound->strKey : NULL;
MappingData.cpp 45 std::string strKey, strValue;
51 strKey = strMappingElement;
57 strKey = strMappingElement.substr(0, iFistDelimiterOccurrence);
63 if (!addValue(strKey, strValue)) {
65 error = "Unable to process Mapping element key = " + strKey + ", value = " + strValue +
74 bool CMappingData::getValue(const std::string &strkey, const std::string *&pStrValue) const
76 KeyToValueMapConstIterator it = _keyToValueMap.find(strkey);
92 bool CMappingData::addValue(const std::string &strkey, const std::string &strValue)
94 if (_keyToValueMap.find(strkey) != _keyToValueMap.end()) {
98 _keyToValueMap[strkey] = strValue
    [all...]
MappingContext.h 44 const std::string *strKey{nullptr};
67 * @param[in] strKey Mapping item key name.
71 const std::string *getItem(const std::string &strKey) const;
ComponentInstance.h 44 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
ComponentType.h 47 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
ComponentType.cpp 52 bool CComponentType::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
55 return base::getMappingData(strKey, pStrValue) ||
56 (_pExtendsComponentType && _pExtendsComponentType->getMappingData(strKey, pStrValue));
Subsystem.cpp 318 string CSubsystem::getMappingError(const string &strKey, const string &strMessage,
321 return getName() + " " + getKind() + " " + "mapping:\n" + strKey + " " + "error: \"" +
325 bool CSubsystem::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
329 return _pMappingData->getValue(strKey, pStrValue);
350 const string &strKey = _contextMappingKeyArray[item];
353 if (pConfigurableElement->getMappingData(strKey, pStrValue)) {
355 if (!context.setItem(item, &strKey, pStrValue)) {
357 strError = getMappingError(strKey, "Already set", pConfigurableElement);
376 string strKey = pSubsystemObjectCreator->getMappingKey();
380 if (pInstanceConfigurableElement->getMappingData(strKey, pStrValue))
    [all...]
ComponentInstance.cpp 60 bool CComponentInstance::getMappingData(const std::string &strKey,
64 return base::getMappingData(strKey, pStrValue) ||
65 (_pComponentType && _pComponentType->getMappingData(strKey, pStrValue));
TypeElement.h 50 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
InstanceConfigurableElement.cpp 65 bool CInstanceConfigurableElement::getMappingData(const std::string &strKey,
69 return getTypeElement()->getMappingData(strKey, pStrValue);
Subsystem.h 78 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
143 * @param[in] strKey The key on which the error refers
149 std::string getMappingError(const std::string &strKey, const std::string &strMessage,
TypeElement.cpp 64 bool CTypeElement::getMappingData(const std::string &strKey, const std::string *&pStrValue) const
68 return _pMappingData->getValue(strKey, pStrValue);
InstanceConfigurableElement.h 62 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const;
SystemClass.h 86 bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const override;
ConfigurableElement.h 151 * @param[in] strKey the mapping key
154 * @return true if @p strKey is found in the object's mapping, false if not
156 virtual bool getMappingData(const std::string &strKey, const std::string *&pStrValue) const = 0;
ElementHandle.cpp 129 bool ElementHandle::getMappingData(const string &strKey, string &strValue) const
137 if (element->getMappingData(strKey, pStrValue)) {
  /external/pdfium/xfa/fgas/font/
cfgas_pdffontmgr.cpp 81 ByteString strKey = ByteString::Format("%u%u", dwHashCode, dwFontStyles);
82 auto it = m_FontMap.find(strKey);
93 m_FontMap[strKey] = pFont;
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 155 String strKey = readMultipleBytes(constraintData, keyLength, index);
164 mMap.put(strKey, strValue);
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 556 String strKey = key.toString();
594 strKey = strKey + band;
657 strKey = strKey + band;
    [all...]
  /external/parameter-framework/upstream/parameter/include/
ElementHandle.h 99 * @param[in] strKey the input mapping key
103 bool getMappingData(const std::string &strKey, std::string &strValue) const;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
certadm.h 204 virtual HRESULT WINAPI ImportKey(const BSTR strConfig,LONG RequestId,const BSTR strCertHash,LONG Flags,const BSTR strKey) = 0;
236 HRESULT (WINAPI *ImportKey)(ICertAdmin2 *This,const BSTR strConfig,LONG RequestId,const BSTR strCertHash,LONG Flags,const BSTR strKey);
270 #define ICertAdmin2_ImportKey(This,strConfig,RequestId,strCertHash,Flags,strKey) (This)->lpVtbl->ImportKey(This,strConfig,RequestId,strCertHash,Flags,strKey)
291 HRESULT WINAPI ICertAdmin2_ImportKey_Proxy(ICertAdmin2 *This,const BSTR strConfig,LONG RequestId,const BSTR strCertHash,LONG Flags,const BSTR strKey);
  /cts/tests/tests/util/src/android/util/cts/
ArrayMapTest.java 362 String strKey = KEYS[i] < 0 ? null : Integer.toString(KEYS[i]);
368 bundle.putInt(strKey, i);
374 bundle.remove(strKey);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 659 milliseconds

1 2