Home | History | Annotate | Download | only in login

Lines Matching full:username_

56       : username_("me@nowhere.org"),
74 state_.reset(new TestAttemptState(UserContext(username_,
192 std::string username_;
213 EXPECT_CALL(consumer_, OnLoginSuccess(UserContext(username_,
292 state_.reset(new TestAttemptState(UserContext(username_,
337 state_.reset(new TestAttemptState(UserContext(username_,
428 username_,
438 EXPECT_CALL(*mock_caller_, AsyncRemove(username_, _))
441 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_,
445 EXPECT_CALL(*mock_caller_, AsyncGetSanitizedUsername(username_, _))
462 EXPECT_CALL(*mock_caller_, AsyncRemove(username_, _))
484 ExpectLoginSuccess(username_,
492 EXPECT_CALL(*mock_caller_, AsyncMigrateKey(username_, _, hash_ascii_, _))
495 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_,
499 EXPECT_CALL(*mock_caller_, AsyncGetSanitizedUsername(username_, _))
520 EXPECT_CALL(*mock_caller_, AsyncMigrateKey(username_, _, hash_ascii_, _))
571 ExpectLoginSuccess(username_,
580 EXPECT_CALL(*mock_caller_, AsyncMount(username_, hash_ascii_,
584 EXPECT_CALL(*mock_caller_, AsyncGetSanitizedUsername(username_, _))
600 ExpectLoginSuccess(username_, password_, username_hash_, false);
612 ExpectLoginSuccess(username_, password_, username_hash_, false);
625 ExpectLoginSuccess(username_, std::string(), std::string(), false);
631 EXPECT_CALL(*mock_caller_, AsyncCheckKey(username_, _, _))
638 auth_->AuthenticateToUnlock(UserContext(username_,