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

  /packages/apps/OMA-DM/engine/dmlib/api/native/plugin/
dmtCommitPlugin.hpp 61 * \param strKey [in] - child node name as a string
64 DM_SUBSCRIPTION_DATA_T( const DMString& strKey, DMT_EVENT_T eAction ){m_strKey = strKey; m_eAction = eAction;}
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/src/
dm_uri_utils.cc 113 void DmParseURI(CPCHAR szPath, DMString& strURI, DMString& strKey )
126 strKey.assign( szSlashPos, szQuestionPos-szSlashPos );
129 strKey = szSlashPos;
  /packages/apps/OMA-DM/engine/dmlib/plugin/src/
dmPlugin.cc 112 DMString strKey = szType;
114 if (m_mapParameters.lookup(strKey, value))
119 XPL_LOG_DM_PLG_Debug(("lookedup %s=%s\n", strKey.c_str(), value.c_str()));
dmtRWPlugin.cc 254 DMString strKey;
255 DmParseURI( path, strURI, strKey );
276 if (!DmStrcmp(oChildren[i].c_str() , strKey.c_str()))
347 DMString strKey;
349 DmParseURI( path, strURI, strKey );
357 oChildren.push_back(strKey.c_str());
828 DMString strKey;
829 DmParseURI( m_strPath.c_str(), strURI, strKey );
866 if (!DmStrcmp(oChildren[i].c_str() , strKey.c_str()))
    [all...]
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 164 String strKey = readMultipleBytes(constraintData, keyLength, index);
173 mMap.put(strKey, strValue);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_util/hdr/
dm_uri_utils.h 50 void DmParseURI(CPCHAR szPath, DMString& strURI, DMString& strKey );
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 557 String strKey = key.toString();
595 strKey = strKey + band;
658 strKey = strKey + band;
    [all...]
  /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 344 String strKey = KEYS[i] < 0 ? null : Integer.toString(KEYS[i]);
350 bundle.putInt(strKey, i);
356 bundle.remove(strKey);
  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/unittest/src/
dmt_test.cc 1021 DMString strKey = oMap.get_key(it);
1025 printf("%s=%s\n", strKey.c_str(), strData.c_str());
1027 Error("can't get value of node %s", strKey.c_str() );
1044 DMString strKey = GetParam();
1047 if (strKey == "" || strData == "") {
1051 oMap.put(strKey, oData);
    [all...]

Completed in 410 milliseconds