Searched refs:outcome (Results 1 – 7 of 7) sorted by relevance
175 outcome: Mutex<Outcome>, field227 outcome: Mutex::new(Outcome::Unknown), in new()237 if let Ok(guard) = self.outcome.try_lock() { in get_pruning_info()262 let mut locked_outcome = match self.outcome.try_lock() { in prune()329 let guard = self.outcome.lock().expect("In check_active."); in check_active()361 let mut outcome = self.check_active().context("In update_aad")?; in update_aad() localVariable375 self.update_outcome(&mut *outcome, { in update_aad()387 let mut outcome = self.check_active().context("In update")?; in update() localVariable402 .update_outcome(&mut *outcome, { in update()418 let mut outcome = self.check_active().context("In finish")?; in finish() localVariable[all …]
347 outcome: MetricsOutcome::OUTCOME_UNSPECIFIED, in process_key_operation_event_stats()375 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()
168 # Allow reading the outcome of perf_event_open LSM support test for CTS.
112 # Allow reading the outcome of perf_event_open LSM support test for CTS.