HomeSort by relevance Sort by last modified time
    Searched refs:TakeOwnership (Results 1 - 25 of 44) sorted by null

1 2

  /system/tpm/tpm_manager/aidl/android/tpm_manager/
ITpmOwnership.aidl 25 oneway void TakeOwnership(in byte[] command_proto,
  /system/tpm/tpm_manager/common/
mock_tpm_ownership_interface.h 34 MOCK_METHOD2(TakeOwnership,
tpm_ownership_interface.h 41 virtual void TakeOwnership(const TakeOwnershipRequest& request,
  /system/tpm/tpm_manager/client/
tpm_ownership_binder_proxy.h 44 void TakeOwnership(const TakeOwnershipRequest& request,
tpm_ownership_dbus_proxy.h 50 void TakeOwnership(const TakeOwnershipRequest& request,
tpm_ownership_binder_proxy.cc 74 void TpmOwnershipBinderProxy::TakeOwnership(
78 base::Bind(&ITpmOwnership::TakeOwnership, base::Unretained(binder_));
tpm_ownership_dbus_proxy.cc 55 void TpmOwnershipDBusProxy::TakeOwnership(
tpm_ownership_dbus_proxy_test.cc 89 TEST_F(TpmOwnershipDBusProxyTest, TakeOwnership) {
115 proxy_.TakeOwnership(request, base::Bind(callback));
  /system/tpm/tpm_manager/server/
tpm_initializer_impl.h 64 bool TakeOwnership(TpmConnection* connection);
tpm2_initializer_test.cc 81 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)).Times(0);
88 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)).Times(0);
95 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _)).Times(0);
101 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _))
113 EXPECT_CALL(mock_tpm_utility_, TakeOwnership(_, _, _))
133 TakeOwnership(owner_password, endorsement_password, lockout_password))
binder_service.h 106 android::binder::Status TakeOwnership(
tpm_manager_service.h 60 // an explicit TakeOwnership request is received. Does not take ownership of
76 void TakeOwnership(const TakeOwnershipRequest& request,
128 // Blocking implementation of TakeOwnership that can be executed on the
188 // Whether to wait for an explicit call to 'TakeOwnership' before initializing
tpm_initializer_impl.cc 58 if (!InitializeEndorsementKey(&connection) || !TakeOwnership(&connection) ||
116 bool TpmInitializerImpl::TakeOwnership(TpmConnection* connection) {
146 // longest TakeOwnership call that I have seen took ~2min, and the default
binder_service_test.cc 115 TEST_F(BinderServiceTest, TakeOwnership) {
116 EXPECT_CALL(mock_ownership_service_, TakeOwnership(_, _))
126 ownership_proxy_->TakeOwnership(request,
dbus_service.cc 73 &TpmOwnershipInterface::TakeOwnership>);
tpm2_initializer_impl.cc 66 // dependencies or if TakeOwnership failed, we want to retake ownership
108 TPM_RC result = trunks_factory_.GetTpmUtility()->TakeOwnership(
tpm_manager_service_test.cc 131 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this)));
217 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this)));
229 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this)));
240 service_->TakeOwnership(request, base::Bind(callback, base::Unretained(this)));
binder_service.cc 216 android::binder::Status BinderService::OwnershipServiceInternal::TakeOwnership(
220 command_proto, base::Bind(&TpmOwnershipInterface::TakeOwnership,
dbus_service_test.cc 133 TEST_F(DBusServiceTest, TakeOwnership) {
134 EXPECT_CALL(mock_ownership_service_, TakeOwnership(_, _))
  /system/tpm/trunks/
trunks_client.cc 91 int TakeOwnership(const std::string& owner_password,
94 rc = factory.GetTpmUtility()->TakeOwnership(owner_password, owner_password,
193 return TakeOwnership(cl->GetSwitchValueASCII("owner_password"), factory);
mock_tpm_utility.h 38 MOCK_METHOD3(TakeOwnership,
tpm_utility.h 75 virtual TPM_RC TakeOwnership(const std::string& owner_password,
tpm_utility_impl.h 48 TPM_RC TakeOwnership(const std::string& owner_password,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
bits1_5.h 142 HRESULT (WINAPI *TakeOwnership)(IBackgroundCopyJob2 *This);
191 #define IBackgroundCopyJob2_TakeOwnership(This) (This)->lpVtbl->TakeOwnership(This)
bits2_0.h 124 HRESULT (WINAPI *TakeOwnership)(IBackgroundCopyJob3 *This);
177 #define IBackgroundCopyJob3_TakeOwnership(This) (This)->lpVtbl -> TakeOwnership(This)

Completed in 2427 milliseconds

1 2