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

  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
dmClientSrvCreds.cc 169 DMGetData oAuthSecret;
182 oAuthSecret,
200 oAuthSecret,
216 pServerPW.attach( (const char*)oAuthSecret.m_oData.detach() );
365 DMGetData oAuthSecret;
378 oAuthSecret,
394 oAuthSecret,
416 oAuthSecret,
444 pClientPW=oAuthSecret.getCharData();
464 oAuthSecret,
    [all...]
dmServerAuthentication.cc 162 DMGetData oAuthSecret;
167 result = dmTreeObj.Get( strProlilePath + DM_STR_SLASH DM_SERVERPW, oAuthSecret, SYNCML_DM_REQUEST_TYPE_INTERNAL );
179 DMString password( oAuthSecret.getCharData() );
206 DMGetData oAuthSecret;
209 result = dmTreeObj.Get( strProlilePath + DM_STR_SLASH DM_AAUTHSECRET, oAuthSecret, SYNCML_DM_REQUEST_TYPE_INTERNAL );
219 DMString password( oAuthSecret.getCharData() );

Completed in 314 milliseconds