Home
last modified time | relevance | path

Searched refs:TrunksDBusProxy (Results 1 – 3 of 3) sorted by relevance

/system/tpm/trunks/
Dtrunks_dbus_proxy.h36 class TRUNKS_EXPORT TrunksDBusProxy : public CommandTransceiver {
38 TrunksDBusProxy();
39 ~TrunksDBusProxy() override;
50 base::WeakPtr<TrunksDBusProxy> GetWeakPtr() { in GetWeakPtr()
59 base::WeakPtrFactory<TrunksDBusProxy> weak_factory_;
61 DISALLOW_COPY_AND_ASSIGN(TrunksDBusProxy);
Dtrunks_dbus_proxy.cc39 TrunksDBusProxy::TrunksDBusProxy() : weak_factory_(this) {} in TrunksDBusProxy() function in trunks::TrunksDBusProxy
41 TrunksDBusProxy::~TrunksDBusProxy() { in ~TrunksDBusProxy()
47 bool TrunksDBusProxy::Init() { in Init()
57 void TrunksDBusProxy::SendCommand(const std::string& command, in SendCommand()
79 std::string TrunksDBusProxy::SendCommandAndWait(const std::string& command) { in SendCommandAndWait()
Dtrunks_factory_impl.cc42 default_transceiver_.reset(new TrunksDBusProxy()); in TrunksFactoryImpl()