Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: chromeos/dbus/mock_cryptohome_client.h

Issue 2727713003: Update FWMP in TPM (Closed)
Patch Set: Nits Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ 5 #ifndef CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
6 #define CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ 6 #define CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <string> 10 #include <string>
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 MOCK_METHOD2( 221 MOCK_METHOD2(
222 FlushAndSignBootAttributes, 222 FlushAndSignBootAttributes,
223 void(const cryptohome::FlushAndSignBootAttributesRequest& request, 223 void(const cryptohome::FlushAndSignBootAttributesRequest& request,
224 const ProtobufMethodCallback& callback)); 224 const ProtobufMethodCallback& callback));
225 MOCK_METHOD3(MigrateToDircrypto, 225 MOCK_METHOD3(MigrateToDircrypto,
226 void(const cryptohome::Identification& cryptohome_id, 226 void(const cryptohome::Identification& cryptohome_id,
227 const cryptohome::AuthorizationRequest& auth, 227 const cryptohome::AuthorizationRequest& auth,
228 const VoidDBusMethodCallback& callback)); 228 const VoidDBusMethodCallback& callback));
229 MOCK_METHOD1(SetDircryptoMigrationProgressHandler, 229 MOCK_METHOD1(SetDircryptoMigrationProgressHandler,
230 void(const DircryptoMigrationProgessHandler& handler)); 230 void(const DircryptoMigrationProgessHandler& handler));
231 MOCK_METHOD2(
232 RemoveFirmwareManagementParametersFromTpm,
233 void(const cryptohome::RemoveFirmwareManagementParametersRequest& request,
234 const ProtobufMethodCallback& callback));
235 MOCK_METHOD2(
236 SetFirmwareManagementParametersInTpm,
237 void(const cryptohome::SetFirmwareManagementParametersRequest& request,
238 const ProtobufMethodCallback& callback));
231 }; 239 };
232 240
233 } // namespace chromeos 241 } // namespace chromeos
234 242
235 #endif // CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_ 243 #endif // CHROMEOS_DBUS_MOCK_CRYPTOHOME_CLIENT_H_
OLDNEW
« chromeos/dbus/fake_cryptohome_client.cc ('K') | « chromeos/dbus/fake_cryptohome_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698