Home
last modified time | relevance | path

Searched refs:GetNextUserId (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/test/
Dasync_manager_unittest.cc417 AsyncUserId user1 = async_manager_.GetNextUserId(); in TEST_F()
428 AsyncUserId user1 = async_manager_.GetNextUserId(); in TEST_F()
449 AsyncUserId user1 = async_manager_.GetNextUserId(); in TEST_F()
450 AsyncUserId user2 = async_manager_.GetNextUserId(); in TEST_F()
/packages/modules/Bluetooth/system/test/rootcanal/
Dbluetooth_hci.h104 rootcanal::AsyncUserId user_id_ = async_manager_.GetNextUserId();
106 [this]() { return async_manager_.GetNextUserId(); },
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dasync_manager.cc271 AsyncUserId GetNextUserId() { return lastUserId_++; } in GetNextUserId() function in rootcanal::AsyncManager::AsyncTaskManager
537 AsyncUserId AsyncManager::GetNextUserId() { in GetNextUserId() function in rootcanal::AsyncManager
538 return taskManager_p_->GetNextUserId(); in GetNextUserId()
Dasync_manager.h64 AsyncUserId GetNextUserId();
/packages/modules/Bluetooth/tools/rootcanal/desktop/
Dtest_environment.h105 [this]() { return async_manager_.GetNextUserId(); },
Dtest_environment.cc49 auto user_id = async_manager_.GetNextUserId(); in initialize()