Searched defs:FakeCryptohomeClient (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.h16 class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient { class in namespace:chromeos
18 FakeCryptohomeClient();
19 virtual ~FakeCryptohomeClient();
250 base::WeakPtrFactory<FakeCryptohomeClient> weak_ptr_factory_;
252 DISALLOW_COPY_AND_ASSIGN(FakeCryptohomeClient);
H A Dfake_cryptohome_client.cc23 FakeCryptohomeClient::FakeCryptohomeClient() function in class:chromeos::FakeCryptohomeClient
35 FakeCryptohomeClient::~FakeCryptohomeClient() {}
37 void FakeCryptohomeClient::Init(dbus::Bus* bus) {
40 void FakeCryptohomeClient::SetAsyncCallStatusHandlers(
47 void FakeCryptohomeClient::ResetAsyncCallStatusHandlers() {
52 void FakeCryptohomeClient::WaitForServiceToBeAvailable(
62 void FakeCryptohomeClient::IsMounted(
68 bool FakeCryptohomeClient
[all...]

Completed in 1452 milliseconds