331 {
333 {
335
336 for ( int i = 0; i < result_list.Count(); i++ )
337 {
338 BiosPrivacyUidResult result = result_list.Get( i );
339 string uid = result.
m_Uid;
342 if ( result_array && result_array2 )
343 {
344 if ( !BiosPrivacyPermissionResult.Compare( result_array.Get( 0 ), result_array2.Get( 0 ) ) )
345 {
346 new_list.Insert( result );
348 }
349 }
350 else
351 {
353 new_list.Insert( result );
354 }
355 }
357 }
358 }
array< ref BiosPrivacyUidResult > BiosPrivacyUidResultArray
array< ref BiosPrivacyPermissionResult > BiosPrivacyPermissionResultArray
string m_Uid
Uid of the target user.
ref BiosPrivacyPermissionResultArray m_Results
Array of permission results for this target user.
static ref ScriptInvoker m_PermissionsAsyncInvoker
static ref map< string, ref BiosPrivacyPermissionResultArray > m_PermissionsList
static bool ErrorCaught(EBiosError error)