/system/tpm/tpm_manager/server/ |
D | tpm2_initializer_test.cc | 81 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)).Times(0); in TEST_F() 88 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)).Times(0); in TEST_F() 95 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)).Times(0); in TEST_F() 101 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)) in TEST_F() 113 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)) in TEST_F() 133 TakeOwnership(owner_password, endorsement_password, lockout_password)) in TEST_F()
|
D | tpm_initializer_impl.h | 64 bool TakeOwnership(TpmConnection* connection);
|
D | tpm_initializer_impl.cc | 58 if (!InitializeEndorsementKey(&connection) || !TakeOwnership(&connection) || in InitializeTpm() 116 bool TpmInitializerImpl::TakeOwnership(TpmConnection* connection) { in TakeOwnership() function in tpm_manager::TpmInitializerImpl
|
D | binder_service_test.cc | 115 TEST_F(BinderServiceTest, TakeOwnership) { in TEST_F() argument 116 EXPECT_CALL(mock_ownership_service_, TakeOwnership(_, _)) in TEST_F() 126 ownership_proxy_->TakeOwnership(request, in TEST_F()
|
D | tpm_manager_service.h | 76 void TakeOwnership(const TakeOwnershipRequest& request,
|
D | tpm_manager_service_test.cc | 131 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this))); in TEST_F() 217 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this))); in TEST_F() 229 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this))); in TEST_F() 240 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this))); in TEST_F()
|
D | binder_service.cc | 216 android::binder::Status BinderService::OwnershipServiceInternal::TakeOwnership( in TakeOwnership() function in tpm_manager::BinderService::OwnershipServiceInternal 220 command_proto, base::Bind(&TpmOwnershipInterface::TakeOwnership, in TakeOwnership()
|
D | binder_service.h | 106 android::binder::Status TakeOwnership(
|
D | tpm2_initializer_impl.cc | 108 TPM_RC result = trunks_factory_.GetTpmUtility()->TakeOwnership( in InitializeTpm()
|
D | dbus_service.cc | 73 &TpmOwnershipInterface::TakeOwnership>); in RegisterDBusObjectsAsync()
|
D | dbus_service_test.cc | 133 TEST_F(DBusServiceTest, TakeOwnership) { in TEST_F() argument 134 EXPECT_CALL(mock_ownership_service_, TakeOwnership(_, _)) in TEST_F()
|
/system/tpm/tpm_manager/client/ |
D | tpm_ownership_binder_proxy.cc | 74 void TpmOwnershipBinderProxy::TakeOwnership( in TakeOwnership() function in tpm_manager::TpmOwnershipBinderProxy 78 base::Bind(&ITpmOwnership::TakeOwnership, base::Unretained(binder_)); in TakeOwnership()
|
D | tpm_ownership_binder_proxy.h | 44 void TakeOwnership(const TakeOwnershipRequest& request,
|
D | tpm_ownership_dbus_proxy.h | 50 void TakeOwnership(const TakeOwnershipRequest& request,
|
D | tpm_ownership_dbus_proxy_test.cc | 89 TEST_F(TpmOwnershipDBusProxyTest, TakeOwnership) { in TEST_F() argument 115 proxy_.TakeOwnership(request, base::Bind(callback)); in TEST_F()
|
D | tpm_ownership_dbus_proxy.cc | 55 void TpmOwnershipDBusProxy::TakeOwnership( in TakeOwnership() function in tpm_manager::TpmOwnershipDBusProxy
|
/system/tpm/tpm_manager/aidl/android/tpm_manager/ |
D | ITpmOwnership.aidl | 25 oneway void TakeOwnership(in byte[] command_proto, in TakeOwnership() method
|
/system/tpm/tpm_manager/common/ |
D | mock_tpm_ownership_interface.h | 34 MOCK_METHOD2(TakeOwnership,
|
D | tpm_ownership_interface.h | 41 virtual void TakeOwnership(const TakeOwnershipRequest& request,
|
/system/tpm/trunks/ |
D | trunks_client.cc | 91 int TakeOwnership(const std::string& owner_password, in TakeOwnership() function 94 rc = factory.GetTpmUtility()->TakeOwnership(owner_password, owner_password, in TakeOwnership() 193 return TakeOwnership(cl->GetSwitchValueASCII("owner_password"), factory); in main()
|
D | mock_tpm_utility.h | 38 MOCK_METHOD3(TakeOwnership,
|
D | tpm_utility.h | 75 virtual TPM_RC TakeOwnership(const std::string& owner_password,
|
D | tpm_utility_impl.h | 48 TPM_RC TakeOwnership(const std::string& owner_password,
|
D | trunks_factory_for_test.cc | 133 TPM_RC TakeOwnership(const std::string& owner_password, in TakeOwnership() function in trunks::TpmUtilityForwarder 136 return target_->TakeOwnership(owner_password, endorsement_password, in TakeOwnership()
|
D | tpm_utility_test.cc | 288 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 293 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 300 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 307 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 316 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 325 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 332 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 345 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F() 360 utility_.TakeOwnership("owner", "endorsement", "lockout")); in TEST_F()
|