Searched refs:TrunksDBusProxy (Results 1 – 3 of 3) sorted by relevance
36 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);
39 TrunksDBusProxy::TrunksDBusProxy() : weak_factory_(this) {} in TrunksDBusProxy() function in trunks::TrunksDBusProxy41 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()
42 default_transceiver_.reset(new TrunksDBusProxy()); in TrunksFactoryImpl()