Home
last modified time | relevance | path

Searched refs:watch_millis (Results 1 – 15 of 15) sorted by relevance

/system/security/keystore2/src/
Dmaintenance.rs285 let _wp = wd::watch_millis("IKeystoreMaintenance::onUserPasswordChanged", 500); in onUserPasswordChanged()
290 let _wp = wd::watch_millis("IKeystoreMaintenance::onUserAdded", 500); in onUserAdded()
295 let _wp = wd::watch_millis("IKeystoreMaintenance::onUserRemoved", 500); in onUserRemoved()
300 let _wp = wd::watch_millis("IKeystoreMaintenance::clearNamespace", 500); in clearNamespace()
305 let _wp = wd::watch_millis("IKeystoreMaintenance::getState", 500); in getState()
310 let _wp = wd::watch_millis("IKeystoreMaintenance::earlyBootEnded", 500); in earlyBootEnded()
315 let _wp = wd::watch_millis("IKeystoreMaintenance::onDeviceOffBody", 500); in onDeviceOffBody()
324 let _wp = wd::watch_millis("IKeystoreMaintenance::migrateKeyNamespace", 500); in migrateKeyNamespace()
329 let _wp = wd::watch_millis("IKeystoreMaintenance::deleteAllKeys", 500); in deleteAllKeys()
Dsecurity_level.rs110 fn watch_millis(&self, id: &'static str, millis: u64) -> Option<wd::WatchPoint> { in watch_millis() method
327 let _wp = self.watch_millis( in create_operation()
441 let _wp = self.watch_millis( in add_required_parameters()
573 let _wp = self.watch_millis( in generate_key()
589 let _wp = self.watch_millis( in generate_key()
611 let _wp = self.watch_millis( in generate_key()
678 self.watch_millis("In KeystoreSecurityLevel::import_key: calling importKey.", 500); in import_key()
792 let _wp = self.watch_millis( in import_wrapped_key()
924 let _wp = self.watch_millis( in convert_storage_key_to_ephemeral()
938 let _wp = self.watch_millis( in convert_storage_key_to_ephemeral()
[all …]
Doperation.rs286 let _wp = wd::watch_millis("In Operation::prune: calling abort()", 500); in prune()
363 let _wp = wd::watch_millis("Operation::update_aad: calling updateAad", 500); in update_aad()
387 let _wp = wd::watch_millis("Operation::update: calling update", 500); in update()
417 let _wp = wd::watch_millis("Operation::finish: calling finish", 500); in finish()
448 let _wp = wd::watch_millis("Operation::abort: calling abort", 500); in abort()
822 let _wp = wd::watch_millis("IKeystoreOperation::updateAad", 500); in updateAad()
833 let _wp = wd::watch_millis("IKeystoreOperation::update", 500); in update()
847 let _wp = wd::watch_millis("IKeystoreOperation::finish", 500); in finish()
858 let _wp = wd::watch_millis("IKeystoreOperation::abort", 500); in abort()
Dservice.rs382 let _wp = wd::watch_millis("IKeystoreService::get_key_entry", 500); in getKeyEntry()
391 let _wp = wd::watch_millis("IKeystoreService::updateSubcomponent", 500); in updateSubcomponent()
395 let _wp = wd::watch_millis("IKeystoreService::listEntries", 500); in listEntries()
399 let _wp = wd::watch_millis("IKeystoreService::deleteKey", 500); in deleteKey()
410 let _wp = wd::watch_millis("IKeystoreService::grant", 500); in grant()
414 let _wp = wd::watch_millis("IKeystoreService::ungrant", 500); in ungrant()
423 let _wp = wd::watch_millis("IKeystoreService::listEntriesBatched", 500); in listEntriesBatched()
428 let _wp = wd::watch_millis("IKeystoreService::getNumberOfEntries", 500); in getNumberOfEntries()
Drkpd_client.rs87 let _wp = wd::watch_millis("IGetRegistrationCallback::onSuccess", 500); in onSuccess()
92 let _wp = wd::watch_millis("IGetRegistrationCallback::onCancel", 500); in onCancel()
101 let _wp = wd::watch_millis("IGetRegistrationCallback::onError", 500); in onError()
154 let _wp = wd::watch_millis("IGetKeyCallback::onSuccess", 500); in onSuccess()
162 let _wp = wd::watch_millis("IGetKeyCallback::onCancel", 500); in onCancel()
171 let _wp = wd::watch_millis("IGetKeyCallback::onError", 500); in onError()
247 let _wp = wd::watch_millis("IGetRegistrationCallback::onSuccess", 500); in onSuccess()
253 let _wp = wd::watch_millis("IGetRegistrationCallback::onError", 500); in onError()
298 let _wp = wd::watch_millis("Calling get_rkpd_attestation_key()", 500); in get_rkpd_attestation_key()
308 let _wp = wd::watch_millis("Calling store_rkpd_attestation_key()", 500); in store_rkpd_attestation_key()
Draw_device.rs214 let _wp = wd::watch_millis( in lookup_or_generate_key()
269 let _wp = wd::watch_millis( in upgrade_keyblob_if_required_with()
315 let _wp = wd::watch_millis("In use_key_in_one_step: calling: begin", 500); in use_key_in_one_step()
323 let _wp = wd::watch_millis("In use_key_in_one_step: calling: finish", 500); in use_key_in_one_step()
Dmetrics.rs54 let _wp = wd::watch_millis("IKeystoreMetrics::pullMetrics", 500); in pullMetrics()
Dapc.rs366 let _wp = wd::watch_millis("IProtectedConfirmation::presentPrompt", 3000); in presentPrompt()
376 let _wp = wd::watch_millis("IProtectedConfirmation::cancelPrompt", 500); in cancelPrompt()
380 let _wp = wd::watch_millis("IProtectedConfirmation::isSupported", 500); in isSupported()
Dutils.rs130 let _wp = watchdog::watch_millis( in check_android_permission()
186 let _wp = watchdog::watch_millis( in upgrade_keyblob_if_required_with()
388 pub fn watch_millis(id: &'static str, millis: u64) -> Option<WatchPoint> { in watch_millis() function
438 fn watch_millis(_: &'static str, _: u64) -> Option<WatchPoint> { in watch_millis() function
Dlegacy_importer.rs200 let _wp = wd::watch_millis("LegacyImporter::list_uid", 500); in list_uid()
297 let _wp = wd::watch_millis("LegacyImporter::with_try_import", 500); in with_try_import()
353 let _wp = wd::watch_millis("LegacyImporter::with_try_import_super_key", 500); in with_try_import_super_key()
377 let _wp = wd::watch_millis("LegacyImporter::bulk_delete_uid", 500); in bulk_delete_uid()
400 let _wp = wd::watch_millis("LegacyImporter::bulk_delete_user", 500); in bulk_delete_user()
920 let _wd = wd::watch_millis("Calling GetKeyCharacteristics.", 500); in get_key_characteristics_without_app_data()
Dauthorization.rs244 let _wp = wd::watch_millis("IKeystoreAuthorization::addAuthToken", 500); in addAuthToken()
276 let _wp = wd::watch_millis("IKeystoreAuthorization::getAuthTokensForCredStore", 500); in getAuthTokensForCredStore()
Ddatabase.rs873 let _wp = wd::watch_millis("KeystoreDB::new", 500); in new()
1100 let _wp = wd::watch_millis("KeystoreDB::get_storage_stat", 500); in get_storage_stat()
1163 let _wp = wd::watch_millis("KeystoreDB::handle_next_superseded_blob", 500); in handle_next_superseded_blobs()
1251 let _wp = wd::watch_millis("KeystoreDB::cleanup_leftovers", 500); in cleanup_leftovers()
1272 let _wp = wd::watch_millis("KeystoreDB::key_exists", 500); in key_exists()
1299 let _wp = wd::watch_millis("KeystoreDB::store_super_key", 500); in store_super_key()
1344 let _wp = wd::watch_millis("KeystoreDB::load_super_key", 500); in load_super_key()
1385 let _wp = wd::watch_millis("KeystoreDB::get_or_create_key_with", 500); in get_or_create_key_with()
1522 let _wp = wd::watch_millis("KeystoreDB::create_key_entry", 500); in create_key_entry()
1576 let _wp = wd::watch_millis("KeystoreDB::create_attestation_key_entry", 500); in create_attestation_key_entry()
[all …]
Dglobals.rs165 let _wp = wd::watch_millis("In invalidate key closure: calling deleteKey", 500);
302 let wp = wd::watch_millis("In connect_keymint: calling getHardwareInfo()", 500); in connect_keymint()
Dsuper_key.rs969 let _wp = wd::watch_millis( in lock_screen_lock_bound_key()
/system/security/keystore2/legacykeystore/
Dlib.rs535 let _wp = wd::watch_millis("ILegacyKeystore::get", 500); in get()
539 let _wp = wd::watch_millis("ILegacyKeystore::put", 500); in put()
543 let _wp = wd::watch_millis("ILegacyKeystore::remove", 500); in remove()
547 let _wp = wd::watch_millis("ILegacyKeystore::list", 500); in list()