Home
last modified time | relevance | path

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

/system/security/keystore2/src/
Dasync_task.rs138 pub fn queue_hi<F>(&self, f: F) in queue_hi() method
326 at.queue_hi(move |shelf| { in test_async_task()
340 at.queue_hi(move |shelf| { in test_async_task()
367 at.queue_hi(move |_shelf| { in test_async_task_chain()
379 at.queue_hi(|_shelf| { in test_async_task_panic()
384 at.queue_hi(move |_shelf| { in test_async_task_panic()
404 at.queue_hi(|_shelf| { in test_async_task_idle()
430 at.queue_hi(move |_shelf| { in test_async_task_idle()
449 at.queue_hi(|_shelf| { in test_async_task_multiple_idle()
499 at.queue_hi(|_shelf| {}); in test_async_task_idle_queues_job()
[all …]
Dgc.rs58 async_task.queue_hi(move |shelf| { in new_init_with()
Dlegacy_migrator.rs159 self.async_task.queue_hi(move |shelf| { in check_state()
239 self.async_task.queue_hi(move |shelf| { in do_serialized()
Denforcements.rs264 ASYNC_TASK.queue_hi(move |_| timestamp_token_request(challenge, sender)); in finalize_create_authorization()
272 ASYNC_TASK.queue_hi(move |_| timestamp_token_request(challenge, sender)); in finalize_create_authorization()
/system/security/keystore2/legacykeystore/
Dlib.rs393 self.async_task.queue_hi(move |shelf| { in init_shelf()
406 self.async_task.queue_hi(move |shelf| { in do_serialized()