328 {
330 {
332
333 for ( int i = 0; i < result_list.Count(); i++ )
334 {
335 BiosPrivacyUidResult result = result_list.Get( i );
336 string uid = result.
m_Uid;
339 if ( result_array && result_array2 )
340 {
341 if ( !BiosPrivacyPermissionResult.Compare( result_array.Get( 0 ), result_array2.Get( 0 ) ) )
342 {
343 new_list.Insert( result );
345 }
346 }
347 else
348 {
350 new_list.Insert( result );
351 }
352 }
354 }
355 }
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)