Home
last modified time | relevance | path

Searched refs:scheduled_tasks (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/os/linux_generic/
Drepeating_alarm_unittest.cc45 …void VerifyMultipleDelayedTasks(int scheduled_tasks, int task_length_ms, int interval_between_task… in VerifyMultipleDelayedTasks() argument
56 scheduled_tasks, in VerifyMultipleDelayedTasks()
68 int scheduled_tasks, in verify_delayed_tasks() argument
75 if (*counter == scheduled_tasks) { in verify_delayed_tasks()
/system/bt/common/
Drepeating_timer_unittest.cc39 void IncreaseTaskCounter(int scheduled_tasks, std::promise<void>* promise) { in IncreaseTaskCounter() argument
41 if (counter_ == scheduled_tasks) { in IncreaseTaskCounter()
60 int interval_ms, int scheduled_tasks, in VerifyDelayTimeAndSleep() argument
68 if (counter_ == scheduled_tasks) { in VerifyDelayTimeAndSleep()
75 void VerifyMultipleDelayedTasks(int scheduled_tasks, int task_length_ms, in VerifyMultipleDelayedTasks() argument
87 interval_between_tasks_ms, scheduled_tasks, in VerifyMultipleDelayedTasks()
Donce_timer_unittest.cc39 void IncreaseTaskCounter(int scheduled_tasks, std::promise<void>* promise) { in IncreaseTaskCounter() argument
41 if (counter_ == scheduled_tasks) { in IncreaseTaskCounter()