Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Doperation.rs175 outcome: Mutex<Outcome>, field
227 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() localVariable
375 self.update_outcome(&mut *outcome, { in update_aad()
387 let mut outcome = self.check_active().context("In update")?; in update() localVariable
402 .update_outcome(&mut *outcome, { in update()
418 let mut outcome = self.check_active().context("In finish")?; in finish() localVariable
[all …]
Dmetrics_store.rs347 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()
/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.te168 # Allow reading the outcome of perf_event_open LSM support test for CTS.
/system/sepolicy/prebuilts/api/31.0/private/
Dshell.te168 # Allow reading the outcome of perf_event_open LSM support test for CTS.
/system/sepolicy/prebuilts/api/30.0/public/
Dshell.te112 # Allow reading the outcome of perf_event_open LSM support test for CTS.