Searched defs:TakeOwnership (Results 1 - 7 of 7) sorted by relevance

/system/tpm/tpm_manager/client/
H A Dtpm_ownership_binder_proxy.cc74 void TpmOwnershipBinderProxy::TakeOwnership( function in class:tpm_manager::TpmOwnershipBinderProxy
78 base::Bind(&ITpmOwnership::TakeOwnership, base::Unretained(binder_));
H A Dtpm_ownership_dbus_proxy.cc55 void TpmOwnershipDBusProxy::TakeOwnership( function in class:tpm_manager::TpmOwnershipDBusProxy
/system/tpm/trunks/
H A Dtrunks_client.cc91 int TakeOwnership(const std::string& owner_password, function in namespace:__anon2667
94 rc = factory.GetTpmUtility()->TakeOwnership(owner_password, owner_password,
193 return TakeOwnership(cl->GetSwitchValueASCII("owner_password"), factory);
H A Dtpm_utility_impl.cc248 TPM_RC TpmUtilityImpl::TakeOwnership(const std::string& owner_password, function in class:trunks::TpmUtilityImpl
/system/tpm/tpm_manager/server/
H A Dbinder_service.cc216 android::binder::Status BinderService::OwnershipServiceInternal::TakeOwnership( function in class:tpm_manager::BinderService::OwnershipServiceInternal
220 command_proto, base::Bind(&TpmOwnershipInterface::TakeOwnership,
H A Dtpm_initializer_impl.cc58 if (!InitializeEndorsementKey(&connection) || !TakeOwnership(&connection) ||
116 bool TpmInitializerImpl::TakeOwnership(TpmConnection* connection) { function in class:tpm_manager::TpmInitializerImpl
146 // longest TakeOwnership call that I have seen took ~2min, and the default
H A Dtpm_manager_service.cc95 void TpmManagerService::TakeOwnership(const TakeOwnershipRequest& request, function in class:tpm_manager::TpmManagerService

Completed in 151 milliseconds