Searched refs:strAccName (Results 1 - 2 of 2) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
H A DdmServerAuthentication.h42 DMString GetPreferredProfilePath(const DMString& strAccName, const DMMap<DMString,UINT32>& dmAuthProfiles);
44 SYNCML_DM_RET_STATUS_T TryProfile_1_1(const DMString& strAccName, const DMString& strProfilePath, SYNCML_DM_AuthContext_T& AuthContext);
46 SYNCML_DM_RET_STATUS_T TryProfile_1_2(const DMString& strAccName, const DMString& strProfilePath, SYNCML_DM_AuthContext_T& AuthContext);
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
H A DdmServerAuthentication.cc122 DMString DMServerAuthentication::GetPreferredProfilePath( const DMString& strAccName, const DMMap<DMString, UINT32>& dmAuthProfiles ) argument
125 DMString strAAuthPrefURI( ::XPL_DM_GetEnv( SYNCML_DM_DMACC_ROOT_PATH ) + DMString( DM_STR_SLASH ) + strAccName + DM_STR_SLASH + DM_AAUTHPREF );
157 SYNCML_DM_RET_STATUS_T DMServerAuthentication::TryProfile_1_1( const DMString& strAccName, const DMString& strProlilePath,SYNCML_DM_AuthContext_T& AuthContext ) argument
192 SYNCML_DM_RET_STATUS_T DMServerAuthentication::TryProfile_1_2( const DMString& strAccName,const DMString& strProlilePath, SYNCML_DM_AuthContext_T& AuthContext ) argument
282 DMString strAccName; local
286 if(!dmTreeObj.GetParentOfKeyValue( AuthContext._pServerId, szServerIdNodeName, szDMAccRootPath, strAccName ) )
291 if( strAccName == NULL)
299 DMString strAppAuthPath = szDMAccRootPath + DMString( DM_STR_SLASH ) + strAccName.c_str() + DM_STR_SLASH + DM_APPAUTH;
305 DMString strPreferredProfilePath = GetPreferredProfilePath( strAccName, dmAuthProfiles );
309 result = TryProfile_1_2( strAccName, strPreferredProfilePat
[all...]

Completed in 65 milliseconds