Searched defs:TpmOwnershipDBusProxy (Results 1 - 2 of 2) sorted by relevance

/system/tpm/tpm_manager/client/
H A Dtpm_ownership_dbus_proxy.h36 // std::unique_ptr<TpmOwnershipInterface> tpm_ = new TpmOwnershipDBusProxy();
38 class TPM_MANAGER_EXPORT TpmOwnershipDBusProxy : public TpmOwnershipInterface { class in namespace:tpm_manager
40 TpmOwnershipDBusProxy() = default;
41 virtual ~TpmOwnershipDBusProxy();
71 DISALLOW_COPY_AND_ASSIGN(TpmOwnershipDBusProxy);
H A Dtpm_ownership_dbus_proxy.cc34 TpmOwnershipDBusProxy::~TpmOwnershipDBusProxy() {
40 bool TpmOwnershipDBusProxy::Initialize() {
50 void TpmOwnershipDBusProxy::GetTpmStatus(const GetTpmStatusRequest& request,
55 void TpmOwnershipDBusProxy::TakeOwnership(
62 void TpmOwnershipDBusProxy::RemoveOwnerDependency(
72 void TpmOwnershipDBusProxy::CallMethod(const std::string& method_name,

Completed in 50 milliseconds