Lines Matching refs:Some

207         state.display_service = Some(ibinder.clone());  in setDisplayService()
301 Some( in enableTestAttestation()
342 Some( in requestAttestation()
352 Some("AVF remotely provisioned component service is not declared"), in requestAttestation()
389 Some("The certificate chain should contain at least 1 certificate"), in requestAttestation()
432 Some(VfioDev { sysfsPath: x.sysfs_path, dtboLabel: x.dtbo_label }) in bindDevicesToVfioDriver()
459 if let Some(sk_state) = &mut state.sk_state {
473 if let Some(sk_state) = &mut state.sk_state {
492 if let Some(sk_state) = &mut state.sk_state {
518 Some("createTapInterface is not supported with the network feature disabled"), in createTapInterface()
531 Some("deleteTapInterface is not supported with the network feature disabled"), in deleteTapInterface()
542 if let Some(sk_state) = &mut state.sk_state { in appRemoved()
553 if let Some(sk_state) = &mut state.sk_state { in userRemoved()
567 if let Some(sk_state) = &mut state.sk_state { in performReconciliation()
693 Some(num) in get_next_available_cid()
705 let first_cid = if let Some(last_cid) = last_cid_prop { in get_next_available_cid()
741 create_temporary_directory(&instance.get_temp_dir(), Some(requester_uid))?; in allocate_vm_context()
751 let fd = if let Some(ref_fd) = &*file { in get_dtbo_file()
770 *file = Some(read_fd); in get_dtbo_file()
791 if let Some(uid) = requester_uid { in create_temporary_directory()
792 chown(path, Some(Uid::from_raw(uid)), None).with_context(|| { in create_temporary_directory()
803 chown(path, Some(Uid::current()), None)?; in remove_temporary_dir()