Searched refs:GetNextUserId (Results 1 – 6 of 6) sorted by relevance
179 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()
89 test_vendor_lib::AsyncUserId user_id_ = async_manager_.GetNextUserId();91 [this]() { return async_manager_.GetNextUserId(); },
62 AsyncUserId GetNextUserId();
271 AsyncUserId GetNextUserId() { return lastUserId_++; } in GetNextUserId() function in test_vendor_lib::AsyncManager::AsyncTaskManager515 AsyncUserId AsyncManager::GetNextUserId() { in GetNextUserId() function in test_vendor_lib::AsyncManager516 return taskManager_p_->GetNextUserId(); in GetNextUserId()
70 [this]() { return async_manager_.GetNextUserId(); },
40 auto user_id = async_manager_.GetNextUserId(); in initialize()