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()
432 at.queue_hi(move |_shelf| { in test_async_task_idle()
451 at.queue_hi(|_shelf| { in test_async_task_multiple_idle()
501 at.queue_hi(|_shelf| {}); in test_async_task_idle_queues_job()
[all …]
Dgc.rs59 async_task.queue_hi(move |shelf| { in new_init_with()
Dlegacy_importer.rs166 self.async_task.queue_hi(move |shelf| { in check_state()
245 self.async_task.queue_hi(move |shelf| { in do_serialized()
Denforcements.rs263 ASYNC_TASK.queue_hi(move |_| timestamp_token_request(challenge, sender)); in finalize_create_authorization()
271 ASYNC_TASK.queue_hi(move |_| timestamp_token_request(challenge, sender)); in finalize_create_authorization()
/system/security/keystore2/legacykeystore/
Dlib.rs402 self.async_task.queue_hi(move |shelf| { in init_shelf()
415 self.async_task.queue_hi(move |shelf| { in do_serialized()