Home
last modified time | relevance | path

Searched refs:outcome (Results 1 – 5 of 5) sorted by relevance

/system/security/keystore2/src/
Doperation.rs179 outcome: Mutex<Outcome>, field
231 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() localVariable
364 self.update_outcome(&mut outcome, { in update_aad()
376 let mut outcome = self.check_active().context("In update")?; in update() localVariable
388 .update_outcome(&mut outcome, { in update()
404 let mut outcome = self.check_active().context("In finish")?; in finish() localVariable
[all …]
Dmetrics_store.rs342 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()
/system/security/keystore2/aidl/android/security/metrics/
DKeyOperationWithGeneralInfo.aidl28 Outcome outcome;
/system/hardware/interfaces/wifi/keystore/1.0/default/test/
DWifiLegacyKeystoreIntegrationTest.cpp160 bool outcome = in LegacyKeystoreRemove() local
162 EXPECT_TRUE(outcome) << "Description: " << rc.getDescription(); in LegacyKeystoreRemove()
163 return outcome; in LegacyKeystoreRemove()
/system/sepolicy/private/
Dshell.te202 # Allow reading the outcome of perf_event_open LSM support test for CTS.