Home
last modified time | relevance | path

Searched refs:object_proxy_ (Results 1 – 8 of 8) sorted by relevance

/system/tpm/attestation/client/
Ddbus_proxy.cc45 object_proxy_ = bus_->GetObjectProxy( in Initialize()
48 return (object_proxy_ != nullptr); in Initialize()
61 object_proxy_, in CreateGoogleAttestedKey()
78 object_proxy_, in GetKeyInfo()
95 object_proxy_, in GetEndorsementInfo()
113 object_proxy_, in GetAttestationKeyInfo()
131 object_proxy_, in ActivateAttestationKey()
149 object_proxy_, in CreateCertifiableKey()
166 object_proxy_, in Decrypt()
182 object_proxy_, in Sign()
[all …]
Ddbus_proxy.h67 object_proxy_ = object_proxy; in set_object_proxy()
72 dbus::ObjectProxy* object_proxy_; variable
/system/tpm/trunks/
Dtrunks_dbus_proxy.cc51 object_proxy_ = bus_->GetObjectProxy( in Init()
55 return (object_proxy_ != nullptr); in Init()
76 object_proxy_, in SendCommand()
95 object_proxy_, in SendCommandAndWait()
Dtrunks_dbus_proxy.h56 dbus::ObjectProxy* object_proxy_; variable
/system/tpm/tpm_manager/client/
Dtpm_ownership_dbus_proxy.cc44 object_proxy_ = bus_->GetObjectProxy( in Initialize()
47 return (object_proxy_ != nullptr); in Initialize()
83 object_proxy_, in CallMethod()
Dtpm_nvram_dbus_proxy.cc44 object_proxy_ = bus_->GetObjectProxy( in Initialize()
47 return (object_proxy_ != nullptr); in Initialize()
100 object_proxy_, in CallMethod()
Dtpm_ownership_dbus_proxy.h57 object_proxy_ = object_proxy; in set_object_proxy()
70 dbus::ObjectProxy* object_proxy_; variable
Dtpm_nvram_dbus_proxy.h64 object_proxy_ = object_proxy; in set_object_proxy()
77 dbus::ObjectProxy* object_proxy_; variable