Searched refs:fake_cryptohome_client_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chromeos/cryptohome/
H A Dsystem_salt_getter_unittest.cc25 SystemSaltGetterTest() : fake_cryptohome_client_(NULL) {}
28 fake_cryptohome_client_ = new FakeCryptohomeClient;
30 scoped_ptr<CryptohomeClient>(fake_cryptohome_client_));
44 FakeCryptohomeClient* fake_cryptohome_client_; member in class:chromeos::__anon6097::SystemSaltGetterTest
49 fake_cryptohome_client_->SetServiceIsAvailable(false);
57 fake_cryptohome_client_->SetServiceIsAvailable(true);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_oauth2_token_service_unittest.cc58 fake_cryptohome_client_->set_system_salt(std::vector<uint8>());
59 fake_cryptohome_client_->SetServiceIsAvailable(false);
78 fake_cryptohome_client_ = new FakeCryptohomeClient;
79 fake_cryptohome_client_->SetServiceIsAvailable(true);
80 fake_cryptohome_client_->set_system_salt(
83 scoped_ptr<CryptohomeClient>(fake_cryptohome_client_));
184 FakeCryptohomeClient* fake_cryptohome_client_; member in class:chromeos::DeviceOAuth2TokenServiceTest
259 fake_cryptohome_client_->set_system_salt(
261 fake_cryptohome_client_->SetServiceIsAvailable(true);
290 fake_cryptohome_client_
[all...]
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_browsertest.cc78 new PlatformVerificationFlow(NULL, NULL, &fake_cryptohome_client_,
92 CustomFakeCryptohomeClient fake_cryptohome_client_; member in class:policy::AttestationDevicePolicyTest
H A Dplatform_verification_flow_unittest.cc194 &fake_cryptohome_client_,
297 CustomFakeCryptohomeClient fake_cryptohome_client_; member in class:chromeos::attestation::PlatformVerificationFlowTest
337 fake_cryptohome_client_.set_attestation_enrolled(false);
413 fake_cryptohome_client_.set_call_status(DBUS_METHOD_CALL_FAILURE);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_store_chromeos_unittest.cc45 fake_cryptohome_client_(new chromeos::FakeCryptohomeClient()),
47 new EnterpriseInstallAttributes(fake_cryptohome_client_)),
58 scoped_ptr<chromeos::CryptohomeClient>(fake_cryptohome_client_));
112 new EnterpriseInstallAttributes(fake_cryptohome_client_));
120 chromeos::FakeCryptohomeClient* fake_cryptohome_client_; member in class:policy::DeviceCloudPolicyStoreChromeOSTest
H A Ddevice_cloud_policy_manager_chromeos_unittest.cc73 : fake_cryptohome_client_(new chromeos::FakeCryptohomeClient()),
100 scoped_ptr<chromeos::CryptohomeClient>(fake_cryptohome_client_));
103 new EnterpriseInstallAttributes(fake_cryptohome_client_));
196 chromeos::FakeCryptohomeClient* fake_cryptohome_client_; member in class:policy::__anon3409::DeviceCloudPolicyManagerChromeOSTest
617 fake_cryptohome_client_->set_system_salt(std::vector<uint8>());
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dcryptohome_authenticator_unittest.cc165 fake_cryptohome_client_ = new FakeCryptohomeClient;
167 scoped_ptr<CryptohomeClient>(fake_cryptohome_client_));
350 FakeCryptohomeClient* fake_cryptohome_client_; member in class:chromeos::CryptohomeAuthenticatorTest
481 fake_cryptohome_client_->set_unmount_result(true);
539 fake_cryptohome_client_->set_unmount_result(true);

Completed in 1684 milliseconds