HomeSort by relevance Sort by last modified time
    Searched refs:mock_library_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 94 mock_library_ = new MockCryptohomeLibrary();
95 test_api->SetCryptohomeLibrary(mock_library_, true);
221 MockCryptohomeLibrary* mock_library_; member in class:chromeos::ParallelAuthenticatorTest
236 ON_CALL(*mock_library_, GetSystemSalt())
238 EXPECT_CALL(*mock_library_, GetSystemSalt())
325 mock_library_->SetUp(true, 0);
326 EXPECT_CALL(*mock_library_, AsyncMountForBwsi(_))
340 mock_library_->SetUp(false, 0);
341 EXPECT_CALL(*mock_library_, AsyncMountForBwsi(_))
356 mock_library_->SetUp(true, 0)
    [all...]
cryptohome_op_unittest.cc 37 mock_library_(new MockCryptohomeLibrary) {
53 // |mock_library_| is mine, though.
54 test_api->SetCryptohomeLibrary(mock_library_.get(), false);
55 mock_library_->SetUp(false, 0);
69 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
76 EXPECT_CALL(*(mock_library_.get()), AsyncMigrateKey(username_,
86 EXPECT_CALL(*(mock_library_.get()),
93 EXPECT_CALL(*(mock_library_.get()), AsyncMountForBwsi(_))
99 EXPECT_CALL(*(mock_library_.get()), AsyncRemove(username_, _))
105 EXPECT_CALL(*(mock_library_.get())
134 scoped_ptr<MockCryptohomeLibrary> mock_library_; member in class:chromeos::CryptohomeOpTest
    [all...]
google_authenticator_unittest.cc 81 mock_library_ = new MockCryptohomeLibrary();
82 test_api->SetCryptohomeLibrary(mock_library_, true);
161 MockCryptohomeLibrary* mock_library_; member in class:chromeos::GoogleAuthenticatorTest
179 ON_CALL(*mock_library_, GetSystemSalt())
181 EXPECT_CALL(*mock_library_, GetSystemSalt())
223 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
240 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
258 EXPECT_CALL(*mock_library_, Mount(username_, hash_ascii_, _))
266 EXPECT_CALL(*mock_library_, GetSystemSalt())
269 EXPECT_CALL(*mock_library_, MigrateKey(username_, _, hash_ascii_)
    [all...]

Completed in 64 milliseconds