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

  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.h 16 class CHROMEOS_EXPORT FakeCryptohomeClient : public CryptohomeClient {
18 FakeCryptohomeClient();
19 virtual ~FakeCryptohomeClient();
250 base::WeakPtrFactory<FakeCryptohomeClient> weak_ptr_factory_;
252 DISALLOW_COPY_AND_ASSIGN(FakeCryptohomeClient);
fake_cryptohome_client.cc 23 FakeCryptohomeClient::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::Unmount(bool* success)
    [all...]

Completed in 590 milliseconds