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

  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 15 FakeCryptohomeClient::FakeCryptohomeClient()
24 FakeCryptohomeClient::~FakeCryptohomeClient() {}
26 void FakeCryptohomeClient::Init(dbus::Bus* bus) {
29 void FakeCryptohomeClient::SetAsyncCallStatusHandlers(
36 void FakeCryptohomeClient::ResetAsyncCallStatusHandlers() {
41 void FakeCryptohomeClient::WaitForServiceToBeAvailable(
51 void FakeCryptohomeClient::IsMounted(
57 bool FakeCryptohomeClient::Unmount(bool* success)
    [all...]
fake_cryptohome_client.h 16 class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient {
18 FakeCryptohomeClient();
19 virtual ~FakeCryptohomeClient();
205 base::WeakPtrFactory<FakeCryptohomeClient> weak_ptr_factory_;
207 DISALLOW_COPY_AND_ASSIGN(FakeCryptohomeClient);
fake_dbus_thread_manager.cc 69 SetCryptohomeClient(scoped_ptr<CryptohomeClient>(new FakeCryptohomeClient));
  /external/chromium_org/chromeos/cryptohome/
system_salt_getter_unittest.cc 29 fake_cryptohome_client_ = new FakeCryptohomeClient;
46 FakeCryptohomeClient* fake_cryptohome_client_;
63 FakeCryptohomeClient::GetStubSystemSalt());
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory_unittest.cc 34 : fake_cryptohome_client_(new FakeCryptohomeClient) {
49 FakeCryptohomeClient* fake_cryptohome_client() {
54 FakeCryptohomeClient* fake_cryptohome_client_;
92 // This lets FakeCryptohomeClient return the system salt.
127 // This lets FakeCryptohomeClient return the system salt.
153 // This lets FakeCryptohomeClient return the system salt, which is empty.
  /external/chromium_org/chrome/browser/chromeos/attestation/
attestation_policy_browsertest.cc 24 class CustomFakeCryptohomeClient : public chromeos::FakeCryptohomeClient {
platform_verification_flow_unittest.cc 80 class CustomFakeCryptohomeClient : public FakeCryptohomeClient {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_store_chromeos_unittest.cc 38 : fake_cryptohome_client_(new chromeos::FakeCryptohomeClient()),
109 scoped_ptr<chromeos::FakeCryptohomeClient> fake_cryptohome_client_;
enterprise_install_attributes_unittest.cc 42 : fake_cryptohome_client_(new chromeos::FakeCryptohomeClient()),
72 scoped_ptr<chromeos::FakeCryptohomeClient> fake_cryptohome_client_;
  /external/chromium_org/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 54 FakeCryptohomeClient::GetStubSystemSalt()))),
70 fake_cryptohome_client_ = new FakeCryptohomeClient;
206 FakeCryptohomeClient* fake_cryptohome_client_;

Completed in 493 milliseconds