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

  /external/chromium_org/chromeos/cryptohome/
homedir_methods.h 56 virtual void MountEx(const Identification& id,
mock_homedir_methods.cc 30 ON_CALL(*this, MountEx(_, _, _, _)).WillByDefault(
mock_homedir_methods.h 32 MOCK_METHOD4(MountEx,
homedir_methods.cc 217 virtual void MountEx(const Identification& id,
237 DBusThreadManager::Get()->GetCryptohomeClient()->MountEx(
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_password_browsertest.cc 105 EXPECT_CALL(*mock_homedir_methods_, MountEx(_, _, _, _)).Times(1);
169 EXPECT_CALL(*mock_homedir_methods_, MountEx(_, _, _, _)).Times(1);
260 EXPECT_CALL(*mock_homedir_methods_, MountEx(_, _, _, _)).Times(1);
supervised_user_creation_browsertest.cc 148 EXPECT_CALL(*mock_homedir_methods_, MountEx(_, _, _, _)).Times(1);
supervised_user_test_base.cc 330 EXPECT_CALL(*mock_homedir_methods_, MountEx(_, _, _, _)).Times(1);
355 EXPECT_CALL(*mock_homedir_methods_, MountEx(_, _, _, _)).Times(1);
  /external/chromium_org/chromeos/login/auth/
extended_authenticator_impl.cc 86 RecordStartMarker("MountEx");
100 cryptohome::HomedirMethods::GetInstance()->MountEx(
106 "MountEx",
188 RecordStartMarker("MountEx");
196 cryptohome::HomedirMethods::GetInstance()->MountEx(
202 "MountEx",
cryptohome_authenticator.cc 98 // Callback invoked when cryptohome's MountEx() method has finished.
114 // Calls cryptohome's MountEx() method. The key in |attempt->user_context| must
147 cryptohome::HomedirMethods::GetInstance()->MountEx(
156 // system salt, then calls MountEx().
179 // The resulting key is then passed to cryptohome's MountEx().
246 // cryptohome's MountEx() method is called directly with the key.
248 // passed to MountEx(). In that case, cryptohome's GetKeyDataEx() method is
251 // transformed accordingly before calling MountEx().
    [all...]
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.h 178 MOCK_METHOD4(MountEx,
cryptohome_client.h 478 // Asynchronously calls MountEx method. |callback| is called after method
480 // MountEx attempts to mount home dir using given authorization, and can
482 virtual void MountEx(
fake_cryptohome_client.h 173 virtual void MountEx(
fake_cryptohome_client.cc 482 void FakeCryptohomeClient::MountEx(
cryptohome_client.cc 747 virtual void MountEx(
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/auth/
cryptohome_authenticator_unittest.cc 299 MountEx(cryptohome::Identification(user_context_.GetUserID()),
    [all...]

Completed in 1644 milliseconds