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

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
H A DdmServerAuthentication.cc126 DMString strPreferredProfilePath; local
146 strPreferredProfilePath = dmAuthProfiles.get_key( pos );
154 return strPreferredProfilePath;
305 DMString strPreferredProfilePath = GetPreferredProfilePath( strAccName, dmAuthProfiles ); local
307 if( strPreferredProfilePath.length() != 0 )
309 result = TryProfile_1_2( strAccName, strPreferredProfilePath, AuthContext );
325 if( strPreferredProfilePath != strProfilePath )

Completed in 53 milliseconds