Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/test/
Dasync_manager_unittest.cc179 AsyncUserId user1 = async_manager_.GetNextUserId(); in TEST_F()
190 AsyncUserId user1 = async_manager_.GetNextUserId(); in TEST_F()
211 AsyncUserId user1 = async_manager_.GetNextUserId(); in TEST_F()
212 AsyncUserId user2 = async_manager_.GetNextUserId(); in TEST_F()
/system/bt/test/rootcanal/
Dbluetooth_hci.h89 test_vendor_lib::AsyncUserId user_id_ = async_manager_.GetNextUserId();
91 [this]() { return async_manager_.GetNextUserId(); },
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.h62 AsyncUserId GetNextUserId();
Dasync_manager.cc271 AsyncUserId GetNextUserId() { return lastUserId_++; } in GetNextUserId() function in test_vendor_lib::AsyncManager::AsyncTaskManager
515 AsyncUserId AsyncManager::GetNextUserId() { in GetNextUserId() function in test_vendor_lib::AsyncManager
516 return taskManager_p_->GetNextUserId(); in GetNextUserId()
/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.h70 [this]() { return async_manager_.GetNextUserId(); },
Dtest_environment.cc40 auto user_id = async_manager_.GetNextUserId(); in initialize()