Searched refs:outcome (Results 1 – 5 of 5) sorted by relevance
179 outcome: Mutex<Outcome>, field231 outcome: Mutex::new(Outcome::Unknown), in new()241 if let Ok(guard) = self.outcome.try_lock() { in get_pruning_info()266 let mut locked_outcome = match self.outcome.try_lock() { in prune()323 let guard = self.outcome.lock().expect("In check_active."); in check_active()353 let mut outcome = self.check_active().context("In update_aad")?; in update_aad() localVariable364 self.update_outcome(&mut outcome, { in update_aad()376 let mut outcome = self.check_active().context("In update")?; in update() localVariable388 .update_outcome(&mut outcome, { in update()404 let mut outcome = self.check_active().context("In finish")?; in finish() localVariable[all …]
342 outcome: MetricsOutcome::OUTCOME_UNSPECIFIED, in process_key_operation_event_stats()370 key_operation_with_general_info.outcome = match op_outcome { in process_key_operation_event_stats()
28 Outcome outcome;
160 bool outcome = in LegacyKeystoreRemove() local162 EXPECT_TRUE(outcome) << "Description: " << rc.getDescription(); in LegacyKeystoreRemove()163 return outcome; in LegacyKeystoreRemove()
202 # Allow reading the outcome of perf_event_open LSM support test for CTS.