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

/system/tpm/tpm_manager/client/
H A Dtpm_ownership_dbus_proxy.cc56 void TpmOwnershipDBusProxy::TakeOwnership( function in class:tpm_manager::TpmOwnershipDBusProxy
/system/tpm/trunks/
H A Dtrunks_client.cc82 int TakeOwnership(const std::string& owner_password, TrunksFactory* factory) { function in namespace:__anon1960
84 rc = factory->GetTpmUtility()->TakeOwnership(owner_password,
165 return TakeOwnership(cl->GetSwitchValueASCII("owner_password"),
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 Dtpm_initializer_impl.cc58 !TakeOwnership(tpm_handle) ||
110 bool TpmInitializerImpl::TakeOwnership(TSS_HTPM tpm_handle) { function in class:tpm_manager::TpmInitializerImpl
143 // longest TakeOwnership call that I have seen took ~2min, and the default
H A Dtpm_manager_service.cc93 void TpmManagerService::TakeOwnership(const TakeOwnershipRequest& request, function in class:tpm_manager::TpmManagerService

Completed in 260 milliseconds